aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/values
Commit message (Collapse)AuthorAgeFilesLines
* Small string fixrsudev2014-06-151-1/+1
|
* Merge pull request #3993 from schwabe/theme_fixesBananeweizen2014-06-153-20/+35
|\ | | | | Theme fixes
| * Theme/style fixes: make action bar in main view intransparent, background ↵Arne Schwabe2014-06-133-20/+35
| | | | | | | | transparent again, make progress indicator small (closes #3888)
* | Merge branch 'release'rsudev2014-06-141-2/+3
|\ \ | |/ |/|
| * Update changelog_release.xmlLars2014-06-111-2/+3
| |
* | fix #3907: duplicate share menuBananeweizen2014-06-131-1/+0
| |
* | fix #3259: remove menu "remove all and list"Bananeweizen2014-06-121-1/+0
| |
* | Implements #3894, Only show Changelog on startup if hash code changedrsudev2014-06-121-1/+1
| | | | | | | | - switched from version checking to checksum checking
* | fix #3961: use radio button menu for compass sensorsBananeweizen2014-06-111-0/+1
| |
* | new: make import/export top level menu itemsBananeweizen2014-06-111-0/+1
| |
* | fix #3953: have number of caches in deletion confirmationBananeweizen2014-06-111-7/+6
| | | | | | | | This also renames a number of involved string resources to enforce a new translation which avoids the term "drop" and instead uses "remove".
* | fix some lint warningsBananeweizen2014-06-111-1/+0
| |
* | fix #3855: remove overflow menu optionBananeweizen2014-06-112-3/+0
| |
* | fix #3980: remove "set destination" menu in compassBananeweizen2014-06-111-1/+0
| |
* | Merge remote-tracking branch 'origin/release'Bananeweizen2014-06-111-0/+4
|\ \ | |/
| * Update changelog_release.xmlLars2014-06-081-0/+4
| |
* | fix #3951: remove cache beacon appMichael Keppler2014-06-092-2/+0
| |
* | Update changelog_master.xmlLars2014-06-081-0/+5
| |
* | Store the cache for offline use if a note is addedSamuel Tardieu2014-06-041-2/+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.
* | convert map settings to checkbox based menusBananeweizen2014-06-011-4/+0
| | | | | | | | | | 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?)
* | 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.
* | lint fixesBananeweizen2014-06-011-12/+0
| |
* | 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: send button in actionbar, signature as templateBananeweizen2014-05-281-0/+1
| |
* | remove unused strings from manualBananeweizen2014-05-271-1/+0
| |
* | fix #3918: remove GCC from navigationBananeweizen2014-05-272-2/+0
| |
* | Update changelog_master.xmlLars2014-05-261-0/+3
| |
* | remove unused resources (lint warnings)Bananeweizen2014-05-221-1/+0
| |
* | Flatten menu in the List menu, makes new list more accessible, fixes #3884Arne Schwabe2014-05-221-1/+0
| |
* | Fix Actionbar spinner in Light Layout, fixes #3858Arne Schwabe2014-05-191-0/+4
| |
* | 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-181-1/+1
| | | | | | | | | | | | | | * remove android proguard rules * remove unused layout hierarchy elements * suppress map layout warnings for old layouts * remove unused images * typo
* | Merge remote-tracking branch 'schwabe/actionbar_pullrequest'Bananeweizen2014-05-185-12/+67
|\ \ | | | | | | | | | | | | | | | 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-172-0/+4
| | | | | | | | | | | | | | | | | | | | | 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.
| * | Implement ActionBar using AppCompat in cgeoArne Schwabe2014-05-174-11/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-172-0/+4
|/ /
* | fix #3342: show send2cgeo menu also with no registrationBananeweizen2014-05-171-1/+1
| |
* | 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
* | Update changelog_master.xmlLars2014-05-061-0/+9
| | | | | | I changed the format of the changelog from two separate sections into a prefix (New/Fix) as originally suggested by @Bananeweizen.
* | Fixes #1793 - personal logs on friends logs tabMarco Jacob2014-05-031-3/+3
| |
* | Implements #3758, Filter for "Not found" cachesrsudev2014-05-011-0/+1
|/
* Correction for release notesrsudev2014-04-301-2/+1
|