aboutsummaryrefslogtreecommitdiffstats
path: root/main/res
Commit message (Collapse)AuthorAgeFilesLines
...
* | | use "my calendar" icon for calendar action buttonBananeweizen2014-05-282-1/+1
| | |
* | | #3903: image selection via actionbarBananeweizen2014-05-283-6/+8
| | |
* | | #3903: send button in actionbar, signature as templateBananeweizen2014-05-284-8/+6
| | |
* | | #3903: gcvote rating barBananeweizen2014-05-271-0/+21
| | |
* | | remove unused strings from manualBananeweizen2014-05-2718-18/+0
| | |
* | | fix #3918: remove GCC from navigationBananeweizen2014-05-2720-24/+0
| | |
* | | Update changelog_master.xmlLars2014-05-261-0/+3
| | |
* | | remove link to manualBananeweizen2014-05-261-16/+0
| | | | | | | | | | | | The manual is not updated since 2011 and should not be pointed to any more.
* | | have the right list items and fragments in layout previewBananeweizen2014-05-267-18/+33
| | |
* | | crowdin: New translationsrsudev2014-05-252-2/+2
| | |
* | | #3860: reorder actionbar for cache detailsBananeweizen2014-05-251-14/+14
| | |
* | | fix #3871: provide up navigationBananeweizen2014-05-242-3/+1
|/ /
* | multiple lint and compiler warning fixesBananeweizen2014-05-242-318/+304
| |
* | Revert accidental deletion of stringsSammysHP2014-05-237-0/+7
| | | | | | | | | | Partially reverts 908238bba0f53f11151f2de2f424f994aef886f7 and 58991a3e861048d9b35462fae07246e2272e82b7.
* | remove unused resources (lint warnings)Bananeweizen2014-05-2219-22/+0
| |
* | remove no longer used strings (lint error)Bananeweizen2014-05-2217-20/+0
| |
* | fix #3877: hide menu items instead of disabling themBananeweizen2014-05-221-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_3884Bananeweizen2014-05-222-23/+10
|\ \ | | | | | | Flatten menu in the List menu, fixes #3884
| * | Flatten menu in the List menu, makes new list more accessible, fixes #3884Arne Schwabe2014-05-222-23/+10
| | |
* | | fix bad menu item attributeBananeweizen2014-05-221-1/+1
|/ /
* | crowdin: New translationsrsudev2014-05-211-2/+2
| |
* | crowdin: New translationsrsudev2014-05-201-0/+3
| |
* | Use holo style search iconArne Schwabe2014-05-204-1/+1
| |
* | Merge pull request #3869 from schwabe/fix_iusse3852Bananeweizen2014-05-202-14/+0
|\ \ | | | | | | Convert DateDialog and CoordinateInputDialog to DialogFragments, closes #3852
| * | Convert DateDialog and CoordinateInputDialog to DialogFragments, closes #3852Arne Schwabe2014-05-192-14/+0
| | |
* | | crowdin: New translationsrsudev2014-05-191-0/+3
| | |
* | | crowdin: New translationsrsudev2014-05-1917-398/+408
|/ /
* | Fix Actionbar spinner in Light Layout, fixes #3858Arne Schwabe2014-05-192-3/+7
| |
* | Let popup themes inherit from base cgeo themes, removing duplicate theme ↵Arne Schwabe2014-05-191-71/+5
| | | | | | | | item definitions
* | Update changelog_master.xmlLars2014-05-191-1/+3
| |
* | Implements #96, Change log / What's new popup on startrsudev2014-05-181-0/+1
| | | | | | | | | | | | - Checks the last version from preferences with current - Stores current version - switches to about - changelog on version change
* | multiple lint fixesBananeweizen2014-05-1821-845/+799
| | | | | | | | | | | | | | * remove android proguard rules * remove unused layout hierarchy elements * suppress map layout warnings for old layouts * remove unused images * typo
* | push settings action further downBananeweizen2014-05-181-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 inputBananeweizen2014-05-181-17/+18
| |
* | Merge remote-tracking branch 'schwabe/actionbar_pullrequest'Bananeweizen2014-05-18157-246/+330
|\ \ | | | | | | | | | | | | | | | Conflicts: main/res/values/preference_keys.xml main/src/cgeo/geocaching/CgeoApplication.java
| * | Allow the user to choose always displaying the overflow buttonArne Schwabe2014-05-173-0/+11
| | | | | | | | | | | | | | | | | | | | | Manually Cherry pick from rsudev/actionbar_schwabe: Always display the overflow menu button. Allow user to decide if the overflow should be shown or not. Since this only works on 3.0-4.3 hide the option on other platforms.
| * | Add off image for the mylocation png and add use for mapsviewArne Schwabe2014-05-174-2/+2
| | |
| * | Update menu icons with newer version imported from Android Open Source ProjectArne Schwabe2014-05-1796-0/+0
| | | | | | | | | | | | These menu icon are designed for the new ActionBar
| * | Implement ActionBar using AppCompat in cgeoArne Schwabe2014-05-1756-244/+317
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Update changelog_master.xmlLars2014-05-181-0/+5
| | |
* | | #3818: enable memory dumps on demandBananeweizen2014-05-173-0/+7
|/ /
* | fix #3342: show send2cgeo menu also with no registrationBananeweizen2014-05-172-9/+16
| |
* | Merge remote-tracking branch 'origin/release'Bananeweizen2014-05-141-1/+1
|\ \ | |/ | | | | | | Conflicts: main/res/values/changelog_release.xml
| * Update changelog_release.xmlLars2014-05-141-4/+2
| | | | | | | | Sometime the github UI changes the branch without notice. So the first update went to the wrong branch.
* | Update changelog_release.xmlLars2014-05-141-4/+2
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2014-05-131-11/+14
|\ \ | |/
| * Update changelog_release.xmlLars2014-05-061-11/+14
| | | | | | | | | | | | - Adapted to new format - Some wording corrections - Milestone Corrected - Appended section for possible next bugfix release
* | crowdin: New translationsrsudev2014-05-121-2/+2
| |
* | crowdin: New translationsrsudev2014-05-082-4/+13
| |
* | crowdin: New translationsrsudev2014-05-062-0/+10
| |