| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | show toast if shortcut list does not exist anymore | Bananeweizen | 2014-01-12 | 2 | -1/+5 |
| | | |||||
| * | have c:geo shortcut appear at "c:geo ..." for easier finding | Bananeweizen | 2014-01-12 | 4 | -1/+4 |
| | | |||||
| * | refactoring: remove unused code | Bananeweizen | 2014-01-12 | 22 | -96/+19 |
| | | |||||
| * | use new null analysis feature of Eclipse Luna | Bananeweizen | 2014-01-12 | 1 | -2/+2 |
| | | |||||
| * | refactoring: use Observable.from() instead of Observable.just() | Samuel Tardieu | 2014-01-11 | 2 | -2/+2 |
| | | |||||
| * | refactoring: simplify boolean expression | Samuel Tardieu | 2014-01-11 | 1 | -7/+1 |
| | | |||||
| * | refactoring: remove unused code | Bananeweizen | 2014-01-11 | 27 | -107/+15 |
| | | |||||
| * | revert some nonnull annotations | Bananeweizen | 2014-01-11 | 9 | -19/+11 |
| | | | | | | 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 contacts addon in useful apps | Bananeweizen | 2014-01-11 | 4 | -2/+5 |
| | | |||||
| * | Remove unused parameter | Samuel Tardieu | 2014-01-11 | 1 | -9/+8 |
| | | |||||
| * | Add extra NonNull annotations | Samuel Tardieu | 2014-01-11 | 12 | -12/+31 |
| | | |||||
| * | refactoring: remove unnecessary constructs | Samuel Tardieu | 2014-01-11 | 3 | -4/+4 |
| | | |||||
| * | Use RxJava.Action1 instead of our RunnableWithArgument | Samuel Tardieu | 2014-01-11 | 52 | -133/+105 |
| | | |||||
| * | Simplify pocket query selection process | Samuel Tardieu | 2014-01-11 | 2 | -86/+52 |
| | | |||||
| * | 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 | 5 | -20/+26 |
| | | |||||
| * | Use 1800 seconds instead of 30 minutes | Samuel Tardieu | 2014-01-11 | 1 | -1/+1 |
| | | | | | The Timeunit.MINUTES is not supported at APi level 7. | ||||
| * | new: add to calendar via date context menu | Bananeweizen | 2014-01-11 | 4 | -18/+41 |
| | | |||||
| * | refactoring: move calendar addon code into a single class | Bananeweizen | 2014-01-11 | 3 | -49/+61 |
| | | |||||
| * | Use view injections and move code around | Samuel Tardieu | 2014-01-11 | 1 | -31/+24 |
| | | |||||
| * | Use RxJava instead of an AsyncTask for description rendering | Samuel Tardieu | 2014-01-11 | 1 | -117/+117 |
| | | |||||
| * | wrong settings screen refreshed after oauth finishes | Bananeweizen | 2014-01-11 | 3 | -34/+53 |
| | | |||||
| * | fix failing test | Bananeweizen | 2014-01-11 | 1 | -2/+2 |
| | | |||||
| * | refactoring: avoid excessive object creation in viewport calculation | Bananeweizen | 2014-01-11 | 1 | -16/+28 |
| | | |||||
| * | refactoring: typo, imports, stringutils | Bananeweizen | 2014-01-11 | 3 | -8/+6 |
| | | |||||
| * | refactoring: extract some methods for easier reading | Samuel Tardieu | 2014-01-11 | 2 | -47/+56 |
| | | |||||
| * | Use image CDN when computing image URL | Samuel Tardieu | 2014-01-11 | 1 | -1/+1 |
| | | |||||
| * | Free resources and stop downloads when leaving cache activity | Samuel Tardieu | 2014-01-11 | 1 | -0/+8 |
| | | |||||
| * | fix #3536: exhaustion of simultaneous AsyncTask thread pool | Samuel Tardieu | 2014-01-11 | 1 | -46/+66 |
| | | | | | | Image loading in gallery is now limited to 5 images at a time. Also, if resources are freed, queued images load requests are also discarded. | ||||
| * | refactoring: add @Nullable annotations | Samuel Tardieu | 2014-01-11 | 1 | -4/+4 |
| | | |||||
| * | Simplify comparison implementation | Samuel Tardieu | 2014-01-10 | 17 | -76/+36 |
| | | | | | | | | | | | | This was triggered by issue #3532. The comparator interface could return the following facts simultaneously A == B, A == C, B < C if A could not be compared to others. Now we will have A placed after B and C in any case. Also, since most comparators can compare all caches, the defalut is true and can be overriden if needed. | ||||
| * | Merge branch 'release' into upstream | Samuel Tardieu | 2014-01-09 | 1 | -2/+1 |
| |\ | | | | | | | | | Conflicts: main/src/cgeo/geocaching/MainActivity.java | ||||
| | * | fix #3533: illegal longitude argument for Geocoder | Samuel Tardieu | 2014-01-09 | 1 | -1/+3 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-01-09 | 1 | -2/+2 |
| |\ \ | |/ | |||||
| | * | fix #3534: NullPointerException in getInternalStorageBase | Samuel Tardieu | 2014-01-09 | 1 | -2/+2 |
| | | | |||||
| * | | fix #3530: login display text on main screen leads to position settings | Bananeweizen | 2014-01-09 | 1 | -10/+7 |
| | | | | | | | of device | ||||
| * | | Update changelog_master.xml | Lars | 2014-01-09 | 1 | -0/+7 |
| | | | |||||
| * | | refactoring: getFirstCacheFromResult() can return null | Samuel Tardieu | 2014-01-09 | 1 | -0/+3 |
| | | | |||||
| * | | refactoring: remove useless code | Samuel Tardieu | 2014-01-09 | 2 | -20/+8 |
| | | | | | | | | | | | A much more thorough cleanup is needed in the dataflow of the `CacheDetailActivity` class. | ||||
| * | | refactoring: premium membership is specific to geocaching.com | Samuel Tardieu | 2014-01-09 | 8 | -22/+22 |
| | | | |||||
| * | | Upgrade v4 support library | Samuel Tardieu | 2014-01-08 | 1 | -0/+0 |
| | | | |||||
| * | | Merge pull request #3529 from samueltardieu/rxjava-merge | Samuel Tardieu | 2014-01-08 | 19 | -649/+364 |
| |\ \ | | | | | | | Use RxJava as observers | ||||
| | * | | There can be no null coordinates and no exception | Samuel Tardieu | 2014-01-08 | 1 | -63/+47 |
| | | | | |||||
| | * | | Obtain address with RxJava | Samuel Tardieu | 2014-01-08 | 1 | -66/+52 |
| | | | | |||||
| | * | | Emit parallel queries to connectors when searching | Samuel Tardieu | 2014-01-08 | 2 | -8/+28 |
| | | | | |||||
| | * | | Remove now unused classes | Samuel Tardieu | 2014-01-08 | 4 | -200/+0 |
| | | | | |||||
| | * | | Use RxJava for direction and geodata updates rather than own observers | Samuel Tardieu | 2014-01-08 | 8 | -230/+171 |
| | | | | |||||
| | * | | Use RxJava for status updates rather than own observers | Samuel Tardieu | 2014-01-08 | 6 | -109/+93 |
| | | | | |||||
| * | | | wrong German translation | Bananeweizen | 2014-01-08 | 1 | -1/+1 |
| |/ / | |||||
