aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/AbstractPopupActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* 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