| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix lint warning: layout inflation root | Bananeweizen | 2014-06-29 | 8 | -58/+62 |
| | | |||||
| * | #3903: send button in actionbar, signature as template | Bananeweizen | 2014-05-28 | 1 | -1/+13 |
| | | |||||
| * | Make Fragment implementation more conforming to the coding guidelines. ↵ | Arne Schwabe | 2014-05-20 | 1 | -23/+54 |
| | | | | | Fixes crash on rotation | ||||
| * | fix compile errors | Bananeweizen | 2014-05-20 | 1 | -5/+0 |
| | | |||||
| * | Convert DateDialog and CoordinateInputDialog to DialogFragments, closes #3852 | Arne Schwabe | 2014-05-19 | 3 | -89/+70 |
| | | |||||
| * | #3818: remove further GC blocking references | Bananeweizen | 2014-05-17 | 1 | -13/+32 |
| | | |||||
| * | Minor cleanups | Samuel Tardieu | 2014-05-14 | 2 | -2/+0 |
| | | |||||
| * | Upgrade to RxJava 0.18.3 and use the new Scheduler interface | Samuel Tardieu | 2014-05-13 | 1 | -4/+3 |
| | | |||||
| * | refactoring: remove listener references to cachelistadapter | Bananeweizen | 2014-05-13 | 1 | -13/+26 |
| | | |||||
| * | refactoring: avoid activity references | Bananeweizen | 2014-05-11 | 1 | -8/+14 |
| | | |||||
| * | Add the ability to send local images to external viewer | Samuel Tardieu | 2014-04-24 | 1 | -1/+1 |
| | | | | | This is needed for the implementation of #3438. | ||||
| * | Stop all images tab downloads in onDestroy() | Samuel Tardieu | 2014-04-21 | 1 | -3/+2 |
| | | |||||
| * | cleanup: remove unused import | Michael Keppler | 2014-04-20 | 1 | -1/+1 |
| | | |||||
| * | Take advantage of RxJava's renewed Android operators | Samuel Tardieu | 2014-04-20 | 1 | -2/+3 |
| | | |||||
| * | fix remaining warnings or document them | Michael Keppler | 2014-04-19 | 1 | -2/+2 |
| | | |||||
| * | Help FindBugs another way | Samuel Tardieu | 2014-04-15 | 1 | -3/+3 |
| | | |||||
| * | Help FindBugs to understand that variable cannot be null | Samuel Tardieu | 2014-04-15 | 1 | -1/+2 |
| | | |||||
| * | fix #3755: crash when user enters invalid coordinates | Samuel Tardieu | 2014-04-15 | 1 | -40/+45 |
| | | |||||
| * | Remove unused field | Samuel Tardieu | 2014-04-07 | 1 | -7/+5 |
| | | |||||
| * | fix #3739: long click in list also triggers short click | Samuel Tardieu | 2014-04-07 | 1 | -25/+14 |
| | | |||||
| * | fix #3736: wrong image when opening a spoiler with Photos | Samuel Tardieu | 2014-04-06 | 1 | -13/+24 |
| | | | | | | | The Photos application seems to do some image caching. For most images, we already have an accessible on-disk copy that can be used instead of a unique temporary name. | ||||
| * | Do not use AndroidObservable | Samuel Tardieu | 2014-04-05 | 1 | -8/+7 |
| | | | | | This lets us return to an unmodified version of RxJava. | ||||
| * | Use Math.floor/ceil instead of FloatMath | Samuel Tardieu | 2014-04-01 | 1 | -6/+5 |
| | | | | | | On SDK >= 8, Math.floor and Math.ceil are faster than FloatMath equivalents. | ||||
| * | Remove compatibility with API < 5 | Samuel Tardieu | 2014-04-01 | 1 | -9/+9 |
| | | |||||
| * | Handle history list differently than other lists | Samuel Tardieu | 2014-03-27 | 1 | -29/+24 |
| | | | | | | History list cannot be sorted. Using the same comparator as other lists will make us lose the chosen sorting order (see #3519). | ||||
| * | fix #3519: make list sorting permanent | Samuel Tardieu | 2014-03-24 | 1 | -4/+4 |
| | | |||||
| * | Upgrade to RxJava 0.17.1 + cgeo patch | Samuel Tardieu | 2014-03-22 | 1 | -1/+1 |
| | | | | | | | | | | | There is an ongoing problem with RxJava, discussed at https://github.com/Netflix/RxJava/issues/979 This version includes a patch available at https://github.com/cgeo/RxJava/commit/9ffb27f310d9f454d10d4d03206d8b5a262f6d63 fixup! Upgrade to RxJava 0.17.1 | ||||
| * | refactoring: simplify CompassMiniView logic | Samuel Tardieu | 2014-03-22 | 1 | -36/+11 |
| | | |||||
| * | Add more @NonNull annotations | Samuel Tardieu | 2014-03-22 | 3 | -5/+10 |
| | | |||||
| * | Do not try to compute the reverse canvas rotation by hand | Samuel Tardieu | 2014-03-22 | 1 | -2/+4 |
| | | | | | | save() and restore() are more adequate to restore the initial state and prevent rounding errors. | ||||
| * | No need to synchronize UI thread called methods | Samuel Tardieu | 2014-03-22 | 1 | -30/+25 |
| | | |||||
| * | refactoring: do not call getResources() repeatidly | Samuel Tardieu | 2014-03-22 | 1 | -8/+11 |
| | | |||||
| * | fix #3664: long press on list items doesn't work | Samuel Tardieu | 2014-03-18 | 1 | -27/+16 |
| | | | | | The long click is now detected using the gesture detector. | ||||
| * | fix #3661: add ability to open image from cache description | Samuel Tardieu | 2014-03-15 | 1 | -2/+1 |
| | | |||||
| * | refactoring: create cgeo.geocaching.sensors package | Samuel Tardieu | 2014-03-06 | 2 | -2/+2 |
| | | |||||
| * | refactoring: remove the need for PeriodicHandler | Samuel Tardieu | 2014-03-05 | 1 | -20/+24 |
| | | |||||
| * | refactoring: makes unsubscribing from image loading easier | Samuel Tardieu | 2014-02-20 | 1 | -6/+26 |
| | | | | | This is related to #3618. | ||||
| * | Update to RxJava 0.17.0-RC2 | Samuel Tardieu | 2014-02-18 | 2 | -2/+2 |
| | | |||||
| * | Proper use of schedulers with RxJava downloading | Samuel Tardieu | 2014-02-17 | 1 | -11/+5 |
| | | |||||
| * | Intercept InterruptedException in chained observables | Samuel Tardieu | 2014-02-17 | 1 | -5/+11 |
| | | | | | The source of those exceptions need to be investigated further. | ||||
| * | Fixes #3596, New List dialogue does not support Light Skin | rsudev | 2014-02-16 | 1 | -2/+6 |
| | | | | | Alert dialogs are always styled dark, so enforce dark style for the text as wel | ||||
| * | fix #3577: show keyboard on edit note | Bananeweizen | 2014-01-31 | 1 | -3/+10 |
| | | |||||
| * | Fix #3580, Logging with oc not possible without entering user credentials for gc | rsudev | 2014-01-26 | 1 | -1/+0 |
| | | | | | - removed no longer sensible check for gc credentials. | ||||
| * | When we have a cached image, return it before checking its validity | Samuel Tardieu | 2014-01-20 | 1 | -7/+8 |
| | | | | | | | When image lists are displayed, we now return the cached image even if it might no longer be valid, then replace it with the valid one if it proves necessary. | ||||
| * | fix #3540: corrupted images on image tab | Samuel Tardieu | 2014-01-19 | 1 | -4/+3 |
| | | |||||
| * | fix deprecations | Bananeweizen | 2014-01-19 | 1 | -1/+1 |
| | | | | | * remove rxjava deprecations * silence commons lang deprecations | ||||
| * | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2014-01-18 | 1 | -0/+3 |
| |\ | |||||
| | * | fix #3552: NPE in menu handler | Bananeweizen | 2014-01-18 | 1 | -0/+3 |
| | | | |||||
| * | | fix #3100: Set cursor in personal notes at the end | Bananeweizen | 2014-01-17 | 2 | -3/+14 |
| | | | |||||
| * | | fix #3470: map: unsure coords popup checkbox hidden | Bananeweizen | 2014-01-17 | 1 | -10/+1 |
| | | | |||||
