aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/CachePopup.java
Commit message (Collapse)AuthorAgeFilesLines
* multiple code cleanupsBananeweizen2014-05-181-7/+0
| | | | | | | | * unused imports * remove author comment * restrict access * fix StaticMapsActivity code generation cycle (it should not contain references to classes which are generated by the annotation processor from itself)
* Implement ActionBar using AppCompat in cgeoArne Schwabe2014-05-171-174/+40
| | | | | | | | | | | | | | | | | | | | | | | This a first version of an ActionBar implementation with following properties: - The application should be usuable (there still might be bugs left from the conversation to Action) - Provides a more modern feeling on all devices - gets rid of the "dots of shame" on Android 3.0+ devices - The Maps classes MUST inherit from Activity instead of ActionBarActivity. There these classes use the old ActionBar on Android 2.3 devices and the real ActionBar on 3.0+ - This can be fixed when cgeo is ported to Google Maps API v2.0 API which usesFragment - The Dialog classes (CachePopup and WaypointPopup) have been converted to DialogFragments - The AppCombat themes provide no Theme.Dialog theme - this will later ease using these Fragment in other Activities - Use an almost empty activity which just shows the DialogFragment - Use the 'old' ActionBar but which overflow menu button to fit into Holo Design Style - Using a real ActionBar for Dialogs is not really support by Android and trying to force the frame into showing an Actionbar on a dialog leeds to strange bugs/effects - Most of the icon are still the Android 2.3 Menu Icon. These need to be replaced with Holo Style Icons - for most menu icon the ifRoom and/or withText attributes should be reviewed and set - The ActionBar of the main Activity is transparent. This is more or less by accident but looks good - Review Up Action of activities. Is going back to Main Activity always the semantically right thing to do? - Shortpress/Longpress on the Actionbars Compass Icon for primary/secondary Navigation clashes the normal ActionBar behaviour of long pressing to show the text of the action This commit contains many fixes and suggestions from rsudev
* fix #3255: don't ask for list when storing from historyBananeweizen2014-05-171-1/+2
|
* Upgrade to RxJava 0.18.3 and use the new Scheduler interfaceSamuel Tardieu2014-05-131-3/+3
|
* refactoring: remove cache thread operationsSamuel Tardieu2014-03-111-17/+8
|
* refactoring: factor out code for cache droppingSamuel Tardieu2014-03-111-14/+1
|
* refactoring: factor out code for cache refreshingSamuel Tardieu2014-03-111-15/+2
|
* Update to RxJava 0.17.0-RC2Samuel Tardieu2014-02-181-1/+1
|
* Use RxJava.Action1 instead of our RunnableWithArgumentSamuel Tardieu2014-01-111-3/+3
|
* refactoring: remove duplicated codeBananeweizen2013-12-191-20/+9
|
* fix #3408 #3363: close popup on deletionBananeweizen2013-11-091-1/+1
|
* #2210: convert cache menu to resourceBananeweizen2013-09-291-2/+2
|
* refactoring: introduce PseudoList to handle non concrete listsBananeweizen2013-09-141-0/+1
| | | | | * should make adding a history list entry easier * includes some non null annotations * moved list code into separate package
* Implements #750, use preference activitykoem2013-07-091-0/+1
|
* Correct log messages to account for refactoringcampbeb2013-06-051-1/+1
|
* fix #1781: Remove help functionBananeweizen2013-05-091-1/+1
|
* Fixed Issue #708 - Refresh caches + no internet = normal progress.donEgro2013-04-221-0/+6
| | | Checking refresh in CacheDetailActivity, CachePopup and cgeocaches.
* issue #275 - Move to other list from cache screenkoem2013-02-081-3/+21
| | | | and: choose list when storing
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-031-1/+1
|
* Isolate intent extras into a new classSamuel Tardieu2013-01-271-1/+1
|
* Reuse code to fill a cache detailSamuel Tardieu2013-01-201-41/+1
|
* refactoring: use exception object in logggingBananeweizen2013-01-121-1/+1
|
* Remove extraneous layout levelSamuel Tardieu2012-12-101-2/+0
| | | | | | The LinearLayout is always made visible during the initialization, and serves no purpose as it is included in a very same layout with similar properties.
* code cleanup: fix Lint warnings about LocalesBananeweizen2012-11-221-1/+1
|
* Refactoring: remove redundant type castsSamuel Tardieu2012-09-041-1/+1
| | | | | | Those type casts were unnecessary, as the returned value was already of the target type, or the called method (after the cast) was defined by the originally returned type.
* Refactoring: add missing override annotationsSamuel Tardieu2012-05-231-0/+1
| | | | This was requested by SammysHP.
* refactoring: remove some of the TODOsBananeweizen2012-05-061-7/+2
|
* Fix #1435 by refactoring the save/refresh/drop architecture to matchcampbeb2012-05-061-55/+74
| | | that of CacheDetailActivity
* fix #1459: Refactoring navigation menuBananeweizen2012-05-051-3/+3
|
* refactoring: remove more duplicated code from new popupsBananeweizen2012-05-051-141/+31
|
* Merge remote-tracking branch 'Portree-Kid/master-new8'Bananeweizen2012-05-051-1/+1
| | | | | Conflicts: main/src/cgeo/geocaching/cgeopopup.java
* Refactoring Popups. Added SuperclassPortree-Kid2012-05-041-0/+360