| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge remote-tracking branch 'schwabe/theme_fixes' | Bananeweizen | 2014-07-05 | 1 | -0/+5 |
| |\ | | | | | | | | | Conflicts: main/res/menu/map_activity.xml | ||||
| | * | Add non appcompat entries for MapsActivity, which uses native ActionBar | Arne Schwabe | 2014-07-01 | 1 | -1/+7 |
| | | | |||||
| * | | follow naming conventions | Bananeweizen | 2014-07-03 | 15 | -86/+86 |
| |/ | | | Use the namespace "app" instead of "cgeo" for custom attributes. | ||||
| * | fix #3259: remove menu "remove all and list" | Bananeweizen | 2014-06-12 | 1 | -4/+0 |
| | | |||||
| * | convert sort selection to actionprovider | Bananeweizen | 2014-06-12 | 1 | -20/+24 |
| | | |||||
| * | fix #3961: use radio button menu for compass sensors | Bananeweizen | 2014-06-11 | 1 | -2/+14 |
| | | |||||
| * | new: make import/export top level menu items | Bananeweizen | 2014-06-11 | 2 | -21/+32 |
| | | |||||
| * | fix #3953: have number of caches in deletion confirmation | Bananeweizen | 2014-06-11 | 1 | -2/+2 |
| | | | | | This also renames a number of involved string resources to enforce a new translation which avoids the term "drop" and instead uses "remove". | ||||
| * | reorder compass menu items | Bananeweizen | 2014-06-11 | 1 | -20/+20 |
| | | |||||
| * | fix #3980: remove "set destination" menu in compass | Bananeweizen | 2014-06-11 | 1 | -6/+0 |
| | | |||||
| * | fix #3960: turning compass on/off is counter-intuitive | Samuel Tardieu | 2014-06-07 | 1 | -1/+1 |
| | | |||||
| * | convert map settings to checkbox based menus | Bananeweizen | 2014-06-01 | 1 | -29/+30 |
| | | | | | | This avoids the confusion that is always connected with label changing menu items (Is the label showing the current state or the state that I get when clicking?) | ||||
| * | have store/delete/refresh in action bar | Bananeweizen | 2014-05-31 | 2 | -19/+43 |
| | | |||||
| * | #3903: move offline log buttons to action bar | Bananeweizen | 2014-05-30 | 1 | -3/+17 |
| | | |||||
| * | new: contextual action bar for cache details and trackable | Bananeweizen | 2014-05-29 | 1 | -6/+13 |
| | | | | | | This is surely not complete (as we still use other local context menus in the same actions), but a start for converting all context menus to contextual action bars. | ||||
| * | fix white map mode icon | Bananeweizen | 2014-05-28 | 1 | -1/+1 |
| | | |||||
| * | use "my calendar" icon for calendar action button | Bananeweizen | 2014-05-28 | 1 | -1/+1 |
| | | |||||
| * | #3903: image selection via actionbar | Bananeweizen | 2014-05-28 | 1 | -0/+8 |
| | | |||||
| * | #3903: send button in actionbar, signature as template | Bananeweizen | 2014-05-28 | 1 | -4/+5 |
| | | |||||
| * | #3860: reorder actionbar for cache details | Bananeweizen | 2014-05-25 | 1 | -14/+14 |
| | | |||||
| * | fix #3877: hide menu items instead of disabling them | Bananeweizen | 2014-05-22 | 1 | -1/+0 |
| | | | | | We probably need to do further rework on the menus, but this fixes at least the style guideline issue. | ||||
| * | Merge pull request #3892 from schwabe/fix_3884 | Bananeweizen | 2014-05-22 | 1 | -22/+10 |
| |\ | | | | | Flatten menu in the List menu, fixes #3884 | ||||
| | * | Flatten menu in the List menu, makes new list more accessible, fixes #3884 | Arne Schwabe | 2014-05-22 | 1 | -22/+10 |
| | | | |||||
| * | | fix bad menu item attribute | Bananeweizen | 2014-05-22 | 1 | -1/+1 |
| |/ | |||||
| * | Use holo style search icon | Arne Schwabe | 2014-05-20 | 1 | -1/+1 |
| | | |||||
| * | push settings action further down | Bananeweizen | 2014-05-18 | 1 | -6/+6 |
| | | | | | | According to the guidelines, settings are only needed by the user seldomly and shall therefore not be the most prominent action in the action bar. | ||||
| * | change: use complete actionbar space for search input | Bananeweizen | 2014-05-18 | 1 | -17/+18 |
| | | |||||
| * | Implement ActionBar using AppCompat in cgeo | Arne Schwabe | 2014-05-17 | 15 | -31/+124 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | new: add to calendar via date context menu | Bananeweizen | 2014-01-11 | 1 | -0/+5 |
| | | |||||
| * | new: GPX import from Android storage access framework | Bananeweizen | 2014-01-03 | 1 | -0/+4 |
| | | | | | Only works on Kitkat. Now you can import directly from dropbox and related services. | ||||
| * | new: contacts addon | Bananeweizen | 2013-12-29 | 1 | -1/+0 |
| | | | | | | * If you want to use this, add _nickname_ or _alias_ fields to your contacts in the standard contact app. Afterwards you can open the contact card directly from a log entry. | ||||
| * | fix #3398: have options menu for pocket queries | Bananeweizen | 2013-12-18 | 1 | -0/+5 |
| | | |||||
| * | refactor cache list menu | Bananeweizen | 2013-10-19 | 1 | -8/+8 |
| | | | | | * move refresh to top instead of having "delete all" there * disable some menu items for empty lists | ||||
| * | #2210: convert cache list menus to resource | Bananeweizen | 2013-09-30 | 2 | -0/+163 |
| | | |||||
| * | #2210: convert cache menu to resource | Bananeweizen | 2013-09-29 | 1 | -1/+11 |
| | | |||||
| * | refactor waypoint menu to XML resource | Bananeweizen | 2013-09-21 | 1 | -0/+32 |
| | | |||||
| * | refactoring: convert details context menu to XML resource | Bananeweizen | 2013-09-20 | 1 | -0/+21 |
| | | |||||
| * | Implements #2234: Hide own/found from Live Map | JavaDog | 2013-07-19 | 1 | -0/+5 |
| | | | | | | | | | Added a button to show/hide own/found caches in the Live Map menu, under the "Map settings" option (renamed from "Map modes"). Refactored boolean "liveChanged" in CGeoMap.java, renamed to "markersInvalidated" as it now has more than that one use. | ||||
| * | Cleaning up string resources | rsudev | 2013-07-09 | 1 | -10/+0 |
| | | |||||
| * | Remove old SettingsActivity, rename new SettingsActivity | rsudev | 2013-07-09 | 1 | -5/+0 |
| | | |||||
| * | Implements #750, use preference activity | koem | 2013-07-09 | 1 | -0/+5 |
| | | |||||
| * | Radio buttons instead of check boxes in map strategy | campbeb | 2013-06-12 | 1 | -4/+0 |
| | | |||||
| * | refactoring: apply android formatter to all XML files | Bananeweizen | 2013-06-02 | 8 | -8/+18 |
| | | | | * makes it easier to compare and find duplicate code | ||||
| * | refactoring: use menu inflation | Bananeweizen | 2013-05-26 | 1 | -0/+11 |
| | | |||||
| * | #2710: speech output in compass | Bananeweizen | 2013-05-10 | 1 | -0/+11 |
| | | |||||
| * | refactoring: use menu resources instead of code | Bananeweizen | 2013-05-10 | 11 | -0/+245 |
| | | |||||
| * | #2210: use resource for main options menu | Bananeweizen | 2012-12-27 | 1 | -0/+30 |
| * remove context menus, use list selection UI or alert dialog instead | |||||
