aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/values
Commit message (Collapse)AuthorAgeFilesLines
* fix conflict from manual merge in strings.xmlBananeweizen2013-07-191-1/+2
|
* Proofread strings.xml for American EnglishJavaDog2013-07-191-79/+78
| | | | | | | | Updated main/res/values/strings.xml, fixed errors in English spelling/grammar/phrasing. This commit should contain no other code. I'm bad at git, sorry about that :p
* Merge pull request #3014 from koem/i2978SettingsNavMenuBananeweizen2013-07-194-2/+7
|\ | | | | Fixes #2978 - Settings: "System" instead of "More Options"
| * Fixex #2978 - Settings: "System" instead of "More Options"koem2013-07-194-2/+7
| | | | | | | | | | | | - moved basic member settings to subscreen in gc-services - new settings screen "Navigation" - renamed "More Option" to "System"
* | Prepare addition of OKAPI for oc.plrsudev2013-07-171-0/+1
|/
* Merge pull request #3006 from Lineflyer/masterLars2013-07-151-0/+9
|\ | | | | Updating changelog_master.xml
| * Update changelog_master.xmlLars2013-07-151-0/+9
| | | | | | Still catching up old changes to the changelog
* | Fix lint warning Lars2013-07-151-1/+1
| | | | | | :)
* | Removing some limitations Lars2013-07-151-4/+0
| | | | | | Those limitations/known bugs have been fixed
* | Merge branch 'release' into upstreamSamuel Tardieu2013-07-141-0/+6
|\ \ | |/ |/|
| * Update changelog_release.xmlLars2013-07-141-0/+6
| | | | | | #2915
* | Update changelog_master.xmlLars2013-07-141-2/+39
| | | | | | | | Catching up the last months. Feel free to comment/correct if I did something wrong.
* | Merge branch 'release' into upstreamSamuel Tardieu2013-07-141-1/+1
|\ \ | |/
| * cleanup: fix typo in release notesSamuel Tardieu2013-07-141-1/+1
| |
* | Test master changelog informationSamuel Tardieu2013-07-141-0/+3
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2013-07-143-80/+102
|\ \ | |/ | | | | | | | | Conflicts: main/res/values/strings_not_translatable.xml main/src/cgeo/geocaching/AboutActivity.java
| * fix #2956: management of release notesSamuel Tardieu2013-07-143-182/+190
| |
* | cleanup: remove DOS line terminatorsSamuel Tardieu2013-07-141-177/+177
| |
* | cleanup: remove unused button stringsSamuel Tardieu2013-07-141-3/+0
| |
* | cleanup: remove unused number picker and string resourcesSamuel Tardieu2013-07-141-2/+0
| |
* | Remove latitude/elevation related settingsSamuel Tardieu2013-07-142-7/+2
| |
* | Even more string-resources cleanuprsudev2013-07-092-6/+0
| |
* | Cleaning up string resourcesrsudev2013-07-091-17/+0
| |
* | Move preference keys to resourcersudev2013-07-091-0/+87
| |
* | Implements #750, use preference activitykoem2013-07-094-49/+132
| |
* | Revert "fix #2899: Recommended app "Bluetooth GPS" not found"Bananeweizen2013-07-051-0/+2
| | | | | | | | This reverts commit ec9e21f8f510bfcaf6645ab09bb6c7d358f529cb.
* | fix #2899: Recommended app "Bluetooth GPS" not foundBananeweizen2013-07-041-2/+0
| |
* | Merge pull request #2893 from marco-jacob/fixPersonalNoteFinalMarco Jacob2013-06-271-0/+4
|\ \ | | | | | | make personalNote multiline, upload on OK and merge on refresh
| * | make personalNote multiline again, upload button, merge on refreshMarco Jacob2013-06-261-0/+4
| | |
* | | Implements #2900, Support logging with password (oc)rsudev2013-06-271-0/+2
| | | | | | | | | | | | | | | Extends db, geocache and OKAPI to retrieve and store the property Extends logging UI and OKAPI to allow entering and sending it
* | | Streamlined implementation of connector status inforsudev2013-06-251-0/+1
| | |
* | | Refactor main activity layout, remove duplicatesrsudev2013-06-231-0/+15
| | |
* | | Merge branch 'release' into upstreamSamuel Tardieu2013-06-221-1/+2
|\ \ \ | | |/ | |/| | | | | | | | | | | | | Conflicts: main/res/values-fr/strings.xml main/res/values/strings.xml send2cgeo/send2cgeo.user.js
| * | close #2915: add a closeout status message for sdk < 7Samuel Tardieu2013-06-221-0/+1
| | |
* | | fix #2914: bike navigationBananeweizen2013-06-221-0/+1
| | |
* | | refactoring: remove unused stringBananeweizen2013-06-221-1/+0
| | |
* | | fix #2908: Ask for list on attachment importBananeweizen2013-06-221-2/+2
| | |
* | | quantity zero in plurals for en deletedkoem2013-06-211-1/+0
| | |
* | | plurals for direction, singulars for distanceskoem2013-06-201-0/+5
| | |
* | | #2747 TTS distances should use Android pluralskoem2013-06-191-4/+16
| | |
* | | new: show basic geokrety informationBananeweizen2013-06-161-1/+7
| | |
* | | fix #2886: trackable quick search not workingBananeweizen2013-06-161-1/+2
| |/ |/| | | | | | | * introduce separate trackable connectors * new detection of not activated trackables * fix geokrety urls
* | Merge remote-tracking branch 'origin/release'mucek42013-06-061-3/+10
|\ \ | |/ | | | | | | Conflicts: main/res/values/strings_not_translatable.xml
| * Release note update & Version infoLars2013-06-051-0/+5
| |
* | #2697: enlarge meta data column in logs viewBananeweizen2013-06-021-0/+40
| | | | | | | | * this unifies the trackable and cache logs by re-using the exact same layout
* | refactoring: apply android formatter to all XML filesBananeweizen2013-06-0212-1189/+1208
| | | | | | * makes it easier to compare and find duplicate code
* | fix #2817: OSM:Offline map name won't fit the boxBananeweizen2013-06-011-1/+1
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2013-05-311-1/+1
|\ \ | |/
| * Release note updateLars2013-05-311-1/+1
| |
* | Merge remote-tracking branch 'origin/release'Bananeweizen2013-05-311-1/+3
|\ \ | |/