aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/AbstractPopupActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Use RxJava for direction and geodata updates rather than own observersSamuel Tardieu2014-01-081-1/+1
|
* findbugs: more cleanupBananeweizen2013-12-081-6/+0
| | | | * include findbugs suppression annotations * have findbugs settings stored as shared settings
* #2210: convert cache menu to resourceBananeweizen2013-09-291-37/+14
|
* refactoring: do not create explicit handlers when not neededSamuel Tardieu2013-09-151-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 eventBananeweizen2013-09-141-0/+2
|
* refactoring: cgeocaches -> CacheListActivitySamuel Tardieu2013-09-131-1/+1
|
* refactoring: cgData -> DataStoreSamuel Tardieu2013-09-131-1/+1
|
* refactoring: findbugs cleanupBananeweizen2013-08-261-2/+2
| | | * don't catch raw exceptions
* Implements #750, use preference activitykoem2013-07-091-0/+1
|
* fix #2903: Radar named Navigate in Live map cache-menuBananeweizen2013-06-221-3/+5
|
* refactoring: use menu resources instead of codeBananeweizen2013-05-101-22/+12
|
* fix #1781: Remove help functionBananeweizen2013-05-091-8/+1
|
* fix #2599: Typos in `strings.xml`Bananeweizen2013-05-041-2/+2
|
* #2684: use view injection libraryBananeweizen2013-05-011-1/+0
| | | | * If you have compile errors after pulling, please consult the issue on github.
* Add method documentationSamuel Tardieu2013-04-071-1/+6
|
* Displaying distance to waypoint on map popupTriakCZ2013-03-311-0/+5
|
* Fixes #2445, Light theme brokenrsudev2013-02-141-0/+3
| | | | Added theme application to some dialogs Forced dark theme on custom AlertDialog views, as these are always dark.
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-031-1/+1
|
* Isolate intent extras into a new classSamuel Tardieu2013-01-271-2/+1
|
* code cleanup: remove debug codeBananeweizen2012-12-261-5/+5
| | | * fixed some more issues of Findbugs and CodePro
* fix #2211: remove application-database indirectionBananeweizen2012-12-011-1/+1
|
* code cleanup: fix Lint warnings about LocalesBananeweizen2012-11-221-3/+3
|
* fix #2044: Adding url change for popup as wellBananeweizen2012-10-061-1/+1
|
* fix #1893: remove go4cacheBananeweizen2012-08-261-2/+0
|
* refactoring: extract logging UI to its own classBananeweizen2012-06-031-21/+11
| | | * use alert builder instead of sub menus
* refactoring: have more physical units code in one placeBananeweizen2012-06-031-2/+2
|
* XML Cleanup: Popup and themescampbeb2012-05-261-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 #1357blafoo2012-05-181-0/+3
|
* Popup on live map before requesting more details. Fixes #1256blafoo2012-05-171-8/+0
|
* Always start GeoData provider from UI threadSamuel Tardieu2012-05-141-6/+6
|
* Refactoring: do not make private methods finalSamuel Tardieu2012-05-061-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 codeBananeweizen2012-05-061-4/+1
|
* Don't reset distance in popups to "--" when updating U/I elementscampbeb2012-05-061-1/+3
|
* fix #1459: Refactoring navigation menuBananeweizen2012-05-051-1/+1
|
* refactoring: remove more duplicated code from new popupsBananeweizen2012-05-051-180/+117
|
* Merge remote-tracking branch 'Portree-Kid/master-new8'Bananeweizen2012-05-051-6/+3
| | | | | Conflicts: main/src/cgeo/geocaching/cgeopopup.java
* Refactoring Popups. Added SuperclassPortree-Kid2012-05-041-0/+389