| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | fix new deprecation warning | Michael Keppler | 2014-04-22 | 1 | -6/+9 | |
| | | | ||||||
| * | | handle missing orientation sensor | Michael Keppler | 2014-04-22 | 1 | -1/+26 | |
| | | | | | | | | | | | If a device has no orientation sensor (like Genymotion emulator), then a SensorManager log entry is created each time we try to register a listener. Avoid the registration if there is no sensor. | |||||
| * | | new: integrate mapswithme | Michael Keppler | 2014-04-21 | 5 | -2/+119 | |
| | | | ||||||
| * | | work on #3780: do not reload caches to get their attributes | Samuel Tardieu | 2014-04-21 | 1 | -8/+1 | |
| | | | | | | | | | The attributes are lazily loaded, so they will always be up-to-date. | |||||
| * | | Stop all images tab downloads in onDestroy() | Samuel Tardieu | 2014-04-21 | 2 | -9/+8 | |
| | | | ||||||
| * | | 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 | 12 | -114/+87 | |
| | | | ||||||
| * | | silence Findbugs warning | Michael Keppler | 2014-04-19 | 1 | -3/+3 | |
| | | | | | | | | | Findbugs issues an unused object warning, therefore go without an object assignment and have the suppressWarnings at the method level. | |||||
| * | | fix remaining warnings or document them | Michael Keppler | 2014-04-19 | 4 | -5/+9 | |
| | | | ||||||
| * | | remove unneeded suppresswarnings | Michael Keppler | 2014-04-19 | 5 | -15/+21 | |
| | | | | | | | | | | | Eclipse does not show a warning if the parameter is documented in the JavaDoc. If your IDE shows warnings about these parameters now after the change, consider upgrading. | |||||
| * | | fix some compiler warnings | Michael Keppler | 2014-04-19 | 1 | -3/+5 | |
| |/ | ||||||
| * | 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 | |
| | | ||||||
| * | refactoring: factor out coordinates validity checks | Samuel Tardieu | 2014-04-15 | 2 | -2/+29 | |
| | | ||||||
| * | Fixes #3765, Somehting is strange with oc autorization | rsudev | 2014-04-14 | 1 | -3/+3 | |
| | | | | | Corrected parameterization of OCPreferenceKeys | |||||
| * | Merge branch 'release' into upstream | Samuel Tardieu | 2014-04-13 | 2 | -2/+2 | |
| |\ | ||||||
| | * | fix #3761: crash when long-clicking on a value field | Samuel Tardieu | 2014-04-13 | 2 | -2/+2 | |
| | | | ||||||
| * | | fix #3759: OOM while loading caches | Samuel Tardieu | 2014-04-13 | 1 | -56/+58 | |
| | | | | | | | | | Caches are now loaded by chunks of 50. | |||||
| * | | buffer lets you split a list into smaller max-size ones | Samuel Tardieu | 2014-04-13 | 1 | -0/+40 | |
| | | | ||||||
| * | | work on #3727: limit the number of waypoints that can be loaded | Samuel Tardieu | 2014-04-13 | 1 | -1/+3 | |
| | | | | | | | | | | | | | Limit the number of waypoints that can be loaded from the database to two times the number of caches under which the waypoints are not shown anymore. | |||||
| * | | fix #3758: send2cgeo times out in presence of caches | Samuel Tardieu | 2014-04-13 | 1 | -2/+3 | |
| | | | ||||||
| * | | fix #3757: NPE while downsampling image | Samuel Tardieu | 2014-04-13 | 1 | -5/+7 | |
| | | | ||||||
| * | | fix #3756: NPE when changing map source | Samuel Tardieu | 2014-04-13 | 3 | -6/+12 | |
| | | | ||||||
| * | | Refactor oc settings | rsudev | 2014-04-10 | 4 | -79/+64 | |
| | | | ||||||
| * | | Explicitely use ASCII when decoding a base64 binary | Samuel Tardieu | 2014-04-10 | 2 | -1/+2 | |
| | | | ||||||
| * | | refactoring: move charset definition into TextUtils | Samuel Tardieu | 2014-04-10 | 2 | -9/+4 | |
| | | | ||||||
| * | | Use the Android-provided API to stream-decode base64-encoded data | Samuel Tardieu | 2014-04-10 | 2 | -20/+42 | |
| | | | ||||||
| * | | 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 | |
| | | | ||||||
| * | | fixes #3313 - on enable/disable logging also set cache enabled/disabled | Marco Jacob | 2014-04-08 | 1 | -0/+7 | |
| | | | ||||||
| * | | Refactoring opencaching implementation | rsudev | 2014-04-07 | 19 | -373/+228 | |
| | | | ||||||
| * | | Implements #3692. Add support for new opencaching nodes | rsudev | 2014-04-07 | 9 | -3/+248 | |
| | | | | | | | | | Added opencaching nl,us,ro live support and preferences | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-04-07 | 1 | -2/+4 | |
| |\ \ | |/ | ||||||
| | * | fix #3740: import from web does not work if started a second time | Samuel Tardieu | 2014-04-07 | 1 | -2/+4 | |
| | | | ||||||
| * | | 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 | |
| | | | ||||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-04-07 | 1 | -2/+4 | |
| |\ \ | |/ | ||||||
| | * | fixes #3615 - restrict display image size to 800x800 to prevent OOM | Marco Jacob | 2014-04-07 | 1 | -2/+4 | |
| | | | ||||||
| | * | fix #3729: compass deviation -90° in landscape mode (GPS) | Samuel Tardieu | 2014-04-06 | 5 | -12/+36 | |
| | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/sensors/DirectionProvider.java tests/src/cgeo/geocaching/compatibility/CompatibilityTest.java | |||||
| * | | fix #3729: compass deviation -90° in landscape mode (GPS) | Samuel Tardieu | 2014-04-06 | 5 | -10/+20 | |
| | | | ||||||
| * | | 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. | |||||
| * | | fix #3732: last known position not used for live map | Samuel Tardieu | 2014-04-05 | 1 | -2/+2 | |
| | | | ||||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-04-05 | 1 | -1/+2 | |
| |\ \ | |/ | ||||||
| | * | fix #3733: mini-compass deviation in cache list | Samuel Tardieu | 2014-04-05 | 1 | -1/+2 | |
| | | | ||||||
| * | | Remove inlined method | Samuel Tardieu | 2014-04-05 | 1 | -22/+0 | |
| | | | ||||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-04-05 | 1 | -1/+2 | |
| |\ \ | |/ | ||||||
| | * | fix #3729: compass deviation -90° in landscape mode | Samuel Tardieu | 2014-04-05 | 1 | -1/+2 | |
| | | | ||||||
| * | | Do not use AndroidObservable | Samuel Tardieu | 2014-04-05 | 15 | -167/+222 | |
| | | | | | | | | | This lets us return to an unmodified version of RxJava. | |||||
