aboutsummaryrefslogtreecommitdiffstats
path: root/main/res
Commit message (Collapse)AuthorAgeFilesLines
* crowdin: New translationsrsudev2014-06-061-0/+2
|
* Store the cache for offline use if a note is addedSamuel Tardieu2014-06-0416-32/+0
| | | | | This removes the confirmation dialog, as saving the cache when we already have detailed information should be done automatically.
* fix #2632: custom waypoints lost after version updateSamuel Tardieu2014-06-041-0/+1
| | | | | This triggers an automatic saving of the cache in the standard list before any waypoint manipulation.
* crowdin: New translationsrsudev2014-06-022-0/+12
|
* crowdin: New translationsrsudev2014-06-012-7/+2
|
* convert map settings to checkbox based menusBananeweizen2014-06-0120-99/+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?)
* remove bad french stringsBananeweizen2014-06-011-14/+0
|
* new: show recently opened caches in global searchBananeweizen2014-06-011-0/+1
| | | | | | | Without any search term given, the search suggestions now contain the most recent caches. We should probably add a more explicit UI on the main screen for that, too, as discussed before.
* Complete and update French translations (through crowdin)Samuel Tardieu2014-06-011-1/+31
|
* lint fixesBananeweizen2014-06-0128-228/+2
|
* have store/delete/refresh in action barBananeweizen2014-05-312-19/+43
|
* Merge pull request #3901 from schwabe/internal_webviewBananeweizen2014-05-314-0/+12
|\ | | | | Internal webview
| * Implement a small internal browser (using webview) and allow the user to ↵Arne Schwabe2014-05-244-0/+12
| | | | | | | | pick the user to select an internal/external browser if c:geo is the default of the geocaching url
* | Fixes #3893, Less transparent Action Barrsudev2014-05-302-1/+2
| | | | | | | | | | 'Make main background less transparent. Should make actionbar icons more visible on light backgrounds' - Adjusted implementation by schwabe according to suggestion from bananeweizen. (rsudev)
* | #3903: move offline log buttons to action barBananeweizen2014-05-302-32/+17
| |
* | new: contextual action bar for cache details and trackableBananeweizen2014-05-292-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 iconBananeweizen2014-05-281-1/+1
| |
* | 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.