aboutsummaryrefslogtreecommitdiffstats
path: root/main/res
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| |
* | 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.
* | crowdin: New translationsrsudev2014-05-052-3/+7
| |
* | crowdin: New translationsrsudev2014-05-0517-49/+4
| |
* | Fixes #1793 - personal logs on friends logs tabMarco Jacob2014-05-032-5/+5
| |
* | Implements #3758, Filter for "Not found" cachesrsudev2014-05-011-0/+1
| |
* | crowdin: New translationsrsudev2014-04-301-0/+3
|/
* Correction for release notesrsudev2014-04-301-2/+1
|
* Updated changelogrsudev2014-04-292-7/+8
|
* Merge remote-tracking branch 'upstream/release'rsudev2014-04-281-10/+4
|\
| * Adapted changelogrsudev2014-04-281-10/+4
| |
* | crowdin: New translationsrsudev2014-04-283-5/+10
| |
* | crowdin: New translationsrsudev2014-04-242-1/+4
| |
* | crowdin: New translationsrsudev2014-04-234-14/+12
| |
* | #3783: added icons for giga eventrsudev2014-04-232-0/+0
| |
* | #3783: support giga event typeMichael Keppler2014-04-231-0/+1
| | | | | | New icons are still missing.
* | new: integrate mapswithmeMichael Keppler2014-04-214-1/+10
| |
* | crowdin: New translationsrsudev2014-04-211-5/+5
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2014-04-191-3/+2
|\ \ | |/
| * Version codeSamuel Tardieu2014-04-191-1/+1
| |
| * Clean up duplicates in changelogLars2014-04-161-2/+1
| |
* | Merge remote-tracking branch 'upstream/release'rsudev2014-04-163-44/+14
|\ \ | |/
| * crowdin: New translationsrsudev2014-04-162-0/+12
| |
| * Update changelog_release.xmlLars2014-04-161-44/+2
| | | | | | | | Exclude old change notes and update milestone (Milestone assignment on github to be corrected...Will do that)
* | Prepare Changelog on masterSamuel Tardieu2014-04-161-0/+6
|/
* Update ChangeLogsSamuel Tardieu2014-04-162-8/+6
|
* crowdin: New translationsrsudev2014-04-157-1/+102
|
* crowdin: New translationsrsudev2014-04-146-5/+31
|
* Update changelog_master.xmlLars2014-04-141-0/+2
|
* crowdin: New translationsrsudev2014-04-132-0/+14
|
* crowdin: New translationsrsudev2014-04-104-3/+35
|
* crowdin: New translationsrsudev2014-04-092-16/+34
|
* Add service status to service summaryrsudev2014-04-093-1/+3
|
* Add status message for geocaching.com maintenanceSamuel Tardieu2014-04-091-0/+1
| | | | | We did not have a message ready for the latest maintenance window. Now we will have one which will get translated into various languages.
* crowdin: New translationsrsudev2014-04-082-6/+15
|
* Merge remote-tracking branch 'upstream/release'rsudev2014-04-073-19/+226
|\
| * crowdin: New translationsrsudev2014-04-072-317/+517
| |
| * Update changelog_release.xmlLars2014-04-071-0/+7
| |