| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix #3970: crash when trying to change GC-username | Samuel Tardieu | 2014-06-09 | 1 | -4/+0 |
| | | |||||
| * | Upgrade RxJava to version 0.19 | Samuel Tardieu | 2014-06-09 | 2 | -4/+4 |
| | | |||||
| * | new: show recently opened caches in global search | Bananeweizen | 2014-06-01 | 1 | -25/+41 |
| | | | | | | | | Without any search term given, the search suggestions now contain the most recent caches. We should probably add a more explicit UI on the main screen for that, too, as discussed before. | ||||
| * | fix #3923: signature template not resolved recursively | Bananeweizen | 2014-05-30 | 1 | -1/+1 |
| | | |||||
| * | #3903: send button in actionbar, signature as template | Bananeweizen | 2014-05-28 | 1 | -1/+1 |
| | | |||||
| * | Implements #96, Change log / What's new popup on start | rsudev | 2014-05-18 | 1 | -0/+8 |
| | | | | | | | - Checks the last version from preferences with current - Stores current version - switches to about - changelog on version change | ||||
| * | Merge remote-tracking branch 'schwabe/actionbar_pullrequest' | Bananeweizen | 2014-05-18 | 2 | -0/+15 |
| |\ | | | | | | | | | | | Conflicts: main/res/values/preference_keys.xml main/src/cgeo/geocaching/CgeoApplication.java | ||||
| | * | Allow the user to choose always displaying the overflow button | Arne Schwabe | 2014-05-17 | 2 | -0/+15 |
| | | | | | | | | | | | | | | | Manually Cherry pick from rsudev/actionbar_schwabe: Always display the overflow menu button. Allow user to decide if the overflow should be shown or not. Since this only works on 3.0-4.3 hide the option on other platforms. | ||||
| * | | #3818: enable memory dumps on demand | Bananeweizen | 2014-05-17 | 1 | -0/+10 |
| |/ | |||||
| * | Minor cleanups | Samuel Tardieu | 2014-05-14 | 1 | -2/+2 |
| | | |||||
| * | refactoring: avoid activity references | Bananeweizen | 2014-05-11 | 1 | -1/+1 |
| | | |||||
| * | Take advantage of RxJava's renewed Android operators | Samuel Tardieu | 2014-04-20 | 2 | -8/+10 |
| | | |||||
| * | Fixes #3765, Somehting is strange with oc autorization | rsudev | 2014-04-14 | 1 | -3/+3 |
| | | | | | Corrected parameterization of OCPreferenceKeys | ||||
| * | fix #3756: NPE when changing map source | Samuel Tardieu | 2014-04-13 | 1 | -0/+1 |
| | | |||||
| * | Refactor oc settings | rsudev | 2014-04-10 | 4 | -79/+64 |
| | | |||||
| * | Suppress deprecation warning 2nd try | rsudev | 2014-04-10 | 1 | -1/+7 |
| | | |||||
| * | Suppress deprecation warning | rsudev | 2014-04-09 | 1 | -0/+1 |
| | | | | | As we currently cannot yet switch to PreferenceFragments, we still need to use these deprecated methods | ||||
| * | Add service status to service summary | rsudev | 2014-04-09 | 2 | -1/+117 |
| | | |||||
| * | Refactoring opencaching implementation | rsudev | 2014-04-07 | 2 | -20/+22 |
| | | |||||
| * | Implements #3692. Add support for new opencaching nodes | rsudev | 2014-04-07 | 2 | -1/+61 |
| | | | | | Added opencaching nl,us,ro live support and preferences | ||||
| * | Do not use AndroidObservable | Samuel Tardieu | 2014-04-05 | 3 | -36/+34 |
| | | | | | This lets us return to an unmodified version of RxJava. | ||||
| * | close #3723: change initial default for coord input to MinDec | Samuel Tardieu | 2014-04-02 | 1 | -1/+1 |
| | | |||||
| * | Remove compatibility with API < 8 | Samuel Tardieu | 2014-04-01 | 1 | -2/+3 |
| | | |||||
| * | Upgrade to RxJava 0.17.1 + cgeo patch | Samuel Tardieu | 2014-03-22 | 2 | -2/+2 |
| | | | | | | | | | | | 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: moveDatabase belongs to DataStore | Samuel Tardieu | 2014-03-15 | 1 | -3/+2 |
| | | |||||
| * | Use RxJava async utils | Samuel Tardieu | 2014-03-11 | 1 | -5/+5 |
| | | |||||
| * | refactoring: properly type login result | Samuel Tardieu | 2014-02-22 | 3 | -21/+19 |
| | | |||||
| * | refactoring: replace Handler by RxJava in credentials checks | Samuel Tardieu | 2014-02-22 | 3 | -52/+26 |
| | | |||||
| * | refactoring: factor out common code in preferences | Samuel Tardieu | 2014-02-22 | 4 | -44/+50 |
| | | |||||
| * | refactoring: replace Handler by RxJava in send2cgeo registration | Samuel Tardieu | 2014-02-20 | 1 | -62/+40 |
| | | |||||
| * | remove some nullness warnings in Eclipse | Bananeweizen | 2014-01-27 | 1 | -2/+4 |
| | | |||||
| * | fix #3100: Set cursor in personal notes at the end | Bananeweizen | 2014-01-17 | 1 | -0/+2 |
| | | |||||
| * | revert some nonnull annotations | Bananeweizen | 2014-01-11 | 1 | -2/+1 |
| | | | | | | Eclipse requires that the super implementation of overridden methods with nonnull arguments also declares the arguments nonnull and stops compilation otherwise. Seems there is no option to change that. | ||||
| * | Add extra NonNull annotations | Samuel Tardieu | 2014-01-11 | 1 | -1/+2 |
| | | |||||
| * | Use RxJava.Action1 instead of our RunnableWithArgument | Samuel Tardieu | 2014-01-11 | 1 | -1/+0 |
| | | |||||
| * | refactoring: make enum fields final | Samuel Tardieu | 2014-01-11 | 1 | -2/+2 |
| | | |||||
| * | suppress deprecation warning | Bananeweizen | 2014-01-11 | 1 | -0/+7 |
| | | |||||
| * | fix #3173: open specific connector preferences on missing login | Bananeweizen | 2014-01-11 | 1 | -16/+18 |
| | | |||||
| * | wrong settings screen refreshed after oauth finishes | Bananeweizen | 2014-01-11 | 1 | -12/+20 |
| | | |||||
| * | refactoring: premium membership is specific to geocaching.com | Samuel Tardieu | 2014-01-09 | 2 | -10/+10 |
| | | |||||
| * | #609: run directory maintenance manually | Bananeweizen | 2014-01-05 | 1 | -0/+33 |
| | | |||||
| * | refactoring: clean some warnings | Bananeweizen | 2014-01-04 | 1 | -5/+0 |
| | | |||||
| * | fix #3491: bad encoding in features list | Samuel Tardieu | 2013-12-29 | 1 | -4/+5 |
| | | | | | | | | | This: - forces the use of UTF-8 encoding; - escapes HTML characters present in features; - closes <p></p> before starting <ul></ul> (as the later cannot be embedded in the former according to the HTML specification). | ||||
| * | fix #3480: quasi-systematic concurrent logins | Samuel Tardieu | 2013-12-28 | 1 | -2/+3 |
| | | | | | | | | | | | The login procedure was initiated in both `onCreate()` and `onResume()`. It has been limited to `onResume()` and refactored as to not manipulate a global variable. Also, the previous code prevented cgeo from retrying a failed login to one of the cache providers if another had succeeded, as every provider cleared `setLogin()` in case of success. This has been fixed as well. | ||||
| * | findbugs: synchronize lazy initialized objects | Michael Keppler | 2013-12-26 | 1 | -1/+1 |
| | | |||||
| * | findbugs casts and dereference warnings | Michael Keppler | 2013-12-25 | 1 | -0/+10 |
| | | |||||
| * | fix some findbugs findings | Michael Keppler | 2013-12-23 | 1 | -1/+1 |
| | | |||||
| * | refactoring: simplify confirmation dialogs, remove duplicate code | Bananeweizen | 2013-12-19 | 2 | -11/+6 |
| | | |||||
| * | refactoring: remove duplicated code | Bananeweizen | 2013-12-19 | 2 | -55/+21 |
| | | |||||
| * | refactoring: remove duplicated code | Bananeweizen | 2013-12-18 | 4 | -28/+19 |
| | | |||||
