summaryrefslogtreecommitdiffstats
path: root/android/source/src/java/org/mozilla/gecko/gfx/JavaPanZoomController.java
Commit message (Expand)AuthorAgeFilesLines
* tdf#147906 used StrictMath.hypot for Pythagorean additionapurvapriyadarshi2023-09-211-1/+2
* tdf#147906 Use Math.hypot() for Pythagorean additionYomnasalama2023-02-061-1/+1
* tdf#153058 android: Use "fit page" for min zoom levelMichael Weghorn2023-01-171-1/+1
* android: Drop superfluous ZoomConstraints#mAllow{,DoubleTap}ZoomMichael Weghorn2023-01-171-11/+3
* android: Use 'if' instead of switch-cases with just 1 caseMichael Weghorn2022-04-261-6/+3
* android: Drop redundant check for SDK version <= 11Michael Weghorn2022-04-261-4/+0
* Fix typosAndrea Gelmini2018-01-181-1/+1
* tdf#112140 fix some NPEs re touch/zoom while doucment is not readyChristian Lohmaier2018-01-181-2/+6
* android: prevent null pointer exception on startTomaž Vajngerl2017-09-031-1/+4
* Calc UI on Android ViewerXimeng Zu2017-07-231-0/+3
* Fix behavior of double tap zoom in and outXimeng Zu2017-05-091-10/+12
* Double tap zooms in and outXimeng Zu2017-04-181-0/+13
* tdf#96764 - Android Viewer does not show page countXimeng Zu2017-04-181-0/+10
* tdf#106368 android: restrict zoom to page widthXimeng Zu2017-04-181-3/+1
* fix typo/grammar: "the the" --> thedennisroczek2017-03-191-1/+1
* TyposJulien Nabet2017-02-031-1/+1
* Removed static context from JavaPanZoomControlleraleksandar-stefanovic2017-01-311-11/+13
* Reduce usage of memory-leaking Context objectaleksandar-stefanovic2017-01-251-3/+4
* android: document some parameters for doxygenChris Sherlock2016-02-051-1/+1
* android.util.FloatMath is deprecated/was removed in ver 23Christian Lohmaier2015-09-241-3/+2
* java: 'final static' to 'static final'Noel Grandin2015-06-151-1/+1
* Let's simplify the paths and be less 'experimental'Tor Lillqvist2015-05-211-0/+1066