summaryrefslogtreecommitdiff
path: root/android/source/src/java/org/mozilla/gecko/gfx/JavaPanZoomController.java
AgeCommit message (Expand)Author
2023-09-21tdf#147906 used StrictMath.hypot for Pythagorean additionapurvapriyadarshi
2023-02-06tdf#147906 Use Math.hypot() for Pythagorean additionYomnasalama
2023-01-17tdf#153058 android: Use "fit page" for min zoom levelMichael Weghorn
2023-01-17android: Drop superfluous ZoomConstraints#mAllow{,DoubleTap}ZoomMichael Weghorn
2022-04-26android: Use 'if' instead of switch-cases with just 1 caseMichael Weghorn
2022-04-26android: Drop redundant check for SDK version <= 11Michael Weghorn
2018-01-18Fix typosAndrea Gelmini
2018-01-18tdf#112140 fix some NPEs re touch/zoom while doucment is not readyChristian Lohmaier
2017-09-03android: prevent null pointer exception on startTomaž Vajngerl
2017-07-23Calc UI on Android ViewerXimeng Zu
2017-05-09Fix behavior of double tap zoom in and outXimeng Zu
2017-04-18Double tap zooms in and outXimeng Zu
2017-04-18tdf#96764 - Android Viewer does not show page countXimeng Zu
2017-04-18tdf#106368 android: restrict zoom to page widthXimeng Zu
2017-03-19fix typo/grammar: "the the" --> thedennisroczek
2017-02-03TyposJulien Nabet
2017-01-31Removed static context from JavaPanZoomControlleraleksandar-stefanovic
2017-01-25Reduce usage of memory-leaking Context objectaleksandar-stefanovic
2016-02-05android: document some parameters for doxygenChris Sherlock
2015-09-24android.util.FloatMath is deprecated/was removed in ver 23Christian Lohmaier
2015-06-15java: 'final static' to 'static final'Noel Grandin
2015-05-21Let's simplify the paths and be less 'experimental'Tor Lillqvist