aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/UsefulAppsActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Implement ActionBar using AppCompat in cgeoArne Schwabe2014-05-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | 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
* add contacts addon in useful appsBananeweizen2014-01-111-0/+1
|
* new: have send2cgeo in usefull appsBananeweizen2013-12-081-2/+6
|
* refactor: upgrade to butterknife 4Bananeweizen2013-11-271-2/+2
|
* fix #3306: add Google translate to useful appsBananeweizen2013-09-211-0/+1
|
* refactoring: findbugs cleanupBananeweizen2013-08-261-1/+1
| | | * don't catch raw exceptions
* Revert "fix #2899: Recommended app "Bluetooth GPS" not found"Bananeweizen2013-07-051-0/+1
| | | | This reverts commit ec9e21f8f510bfcaf6645ab09bb6c7d358f529cb.
* fix #2899: Recommended app "Bluetooth GPS" not foundBananeweizen2013-07-041-1/+0
|
* refactoring: use activity names for layoutsBananeweizen2013-06-091-3/+3
|
* refactoring: reduce duplicated codeBananeweizen2013-06-081-3/+3
|
* fix #2783: Pocket Query Creator added to helper appsBananeweizen2013-05-261-0/+1
|
* change: market launchesBananeweizen2013-05-111-7/+9
| | | | * return to c:geo more quickly independent of market app state * show app pages directly without a package search
* refactoring: clean up useful apps activityBananeweizen2013-05-091-27/+75
|
* fix #1781: Remove help functionBananeweizen2013-05-091-13/+0
|
* #2684: use view injection libraryBananeweizen2013-05-011-20/+10
| | | | * If you have compile errors after pulling, please consult the issue on github.
* 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.
* new: have bar code app in useful apps to better explain geocode scanBananeweizen2012-02-151-0/+1
|
* fix #1018: Add add-on to useful appsBananeweizen2012-01-221-37/+36
| | | search must be retested after add-on has been published
* refactoring: moved some classes to packages, renamingBananeweizen2012-01-221-0/+79