| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Take advantage of RxJava's renewed Android operators | Samuel Tardieu | 2014-04-20 | 1 | -5/+5 |
| | | |||||
| * | remove unneeded suppresswarnings | Michael Keppler | 2014-04-19 | 1 | -1/+2 |
| | | | | | | 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. | ||||
| * | Do not use AndroidObservable | Samuel Tardieu | 2014-04-05 | 1 | -4/+3 |
| | | | | | This lets us return to an unmodified version of RxJava. | ||||
| * | fix #3041: gcvote not merge from map popup | Samuel Tardieu | 2014-03-27 | 1 | -0/+1 |
| | | |||||
| * | Allow subscription to either location or direction data | Samuel Tardieu | 2014-03-26 | 1 | -2/+2 |
| | | | | | | | | | The forced union of both information is not appropriate in several activities where only GPS data is needed, or where direction data update less components than location data (such as cache lists). This is part of work on #3680. | ||||
| * | 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 | ||||
| * | Automatically pair subscriptions in onResume/onPause | Samuel Tardieu | 2014-03-10 | 1 | -3/+1 |
| | | |||||
| * | Use RxJava instead of thread for getting GCVote | Samuel Tardieu | 2014-03-09 | 1 | -14/+15 |
| | | |||||
| * | Always use a combined geodata and direction provider | Samuel Tardieu | 2014-03-06 | 1 | -4/+4 |
| | | |||||
| * | refactoring: create cgeo.geocaching.sensors package | Samuel Tardieu | 2014-03-06 | 1 | -1/+2 |
| | | |||||
| * | Use RxJava for direction and geodata updates rather than own observers | Samuel Tardieu | 2014-01-08 | 1 | -1/+1 |
| | | |||||
| * | findbugs: more cleanup | Bananeweizen | 2013-12-08 | 1 | -6/+0 |
| | | | | | * include findbugs suppression annotations * have findbugs settings stored as shared settings | ||||
| * | #2210: convert cache menu to resource | Bananeweizen | 2013-09-29 | 1 | -37/+14 |
| | | |||||
| * | refactoring: do not create explicit handlers when not needed | Samuel Tardieu | 2013-09-15 | 1 | -17/+6 |
| | | | | | | | When no information is to be carried to the handler, if the handler is called from one place it is simpler to use runOnUiThread rather than to construct an explicit handler. | ||||
| * | fix #3244: Event cache pop-up should show the date of the event | Bananeweizen | 2013-09-14 | 1 | -0/+2 |
| | | |||||
| * | refactoring: cgeocaches -> CacheListActivity | Samuel Tardieu | 2013-09-13 | 1 | -1/+1 |
| | | |||||
| * | refactoring: cgData -> DataStore | Samuel Tardieu | 2013-09-13 | 1 | -1/+1 |
| | | |||||
| * | refactoring: findbugs cleanup | Bananeweizen | 2013-08-26 | 1 | -2/+2 |
| | | | | * don't catch raw exceptions | ||||
| * | Implements #750, use preference activity | koem | 2013-07-09 | 1 | -0/+1 |
| | | |||||
| * | fix #2903: Radar named Navigate in Live map cache-menu | Bananeweizen | 2013-06-22 | 1 | -3/+5 |
| | | |||||
| * | refactoring: use menu resources instead of code | Bananeweizen | 2013-05-10 | 1 | -22/+12 |
| | | |||||
| * | fix #1781: Remove help function | Bananeweizen | 2013-05-09 | 1 | -8/+1 |
| | | |||||
| * | fix #2599: Typos in `strings.xml` | Bananeweizen | 2013-05-04 | 1 | -2/+2 |
| | | |||||
| * | #2684: use view injection library | Bananeweizen | 2013-05-01 | 1 | -1/+0 |
| | | | | | * If you have compile errors after pulling, please consult the issue on github. | ||||
| * | Add method documentation | Samuel Tardieu | 2013-04-07 | 1 | -1/+6 |
| | | |||||
| * | Displaying distance to waypoint on map popup | TriakCZ | 2013-03-31 | 1 | -0/+5 |
| | | |||||
| * | Fixes #2445, Light theme broken | rsudev | 2013-02-14 | 1 | -0/+3 |
| | | | | | Added theme application to some dialogs Forced dark theme on custom AlertDialog views, as these are always dark. | ||||
| * | Refactoring: rename cgCache into Geocache | Samuel Tardieu | 2013-02-03 | 1 | -1/+1 |
| | | |||||
| * | Isolate intent extras into a new class | Samuel Tardieu | 2013-01-27 | 1 | -2/+1 |
| | | |||||
| * | code cleanup: remove debug code | Bananeweizen | 2012-12-26 | 1 | -5/+5 |
| | | | | * fixed some more issues of Findbugs and CodePro | ||||
| * | fix #2211: remove application-database indirection | Bananeweizen | 2012-12-01 | 1 | -1/+1 |
| | | |||||
| * | code cleanup: fix Lint warnings about Locales | Bananeweizen | 2012-11-22 | 1 | -3/+3 |
| | | |||||
| * | fix #2044: Adding url change for popup as well | Bananeweizen | 2012-10-06 | 1 | -1/+1 |
| | | |||||
| * | fix #1893: remove go4cache | Bananeweizen | 2012-08-26 | 1 | -2/+0 |
| | | |||||
| * | refactoring: extract logging UI to its own class | Bananeweizen | 2012-06-03 | 1 | -21/+11 |
| | | | | * use alert builder instead of sub menus | ||||
| * | refactoring: have more physical units code in one place | Bananeweizen | 2012-06-03 | 1 | -2/+2 |
| | | |||||
| * | XML Cleanup: Popup and themes | campbeb | 2012-05-26 | 1 | -1/+0 |
| | | | | | | Rename transparent to popup and remove unneeded settings. Move common items in dark and light to cgeo | ||||
| * | Request more details for popup. Fixes #1357 | blafoo | 2012-05-18 | 1 | -0/+3 |
| | | |||||
| * | Popup on live map before requesting more details. Fixes #1256 | blafoo | 2012-05-17 | 1 | -8/+0 |
| | | |||||
| * | Always start GeoData provider from UI thread | Samuel Tardieu | 2012-05-14 | 1 | -6/+6 |
| | | |||||
| * | Refactoring: do not make private methods final | Samuel Tardieu | 2012-05-06 | 1 | -3/+3 |
| | | | | | | "final" brings nothing here as private methods cannot be overriden since they are not visible even by the children classes if any. | ||||
| * | refactoring: addition to #1509 to unify distance code | Bananeweizen | 2012-05-06 | 1 | -4/+1 |
| | | |||||
| * | Don't reset distance in popups to "--" when updating U/I elements | campbeb | 2012-05-06 | 1 | -1/+3 |
| | | |||||
| * | fix #1459: Refactoring navigation menu | Bananeweizen | 2012-05-05 | 1 | -1/+1 |
| | | |||||
| * | refactoring: remove more duplicated code from new popups | Bananeweizen | 2012-05-05 | 1 | -180/+117 |
| | | |||||
| * | Merge remote-tracking branch 'Portree-Kid/master-new8' | Bananeweizen | 2012-05-05 | 1 | -6/+3 |
| | | | | | | Conflicts: main/src/cgeo/geocaching/cgeopopup.java | ||||
| * | Refactoring Popups. Added Superclass | Portree-Kid | 2012-05-04 | 1 | -0/+389 |
