aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* refactoring: convert waypoints to real listBananeweizen2013-10-203-24/+32
|
* Merge branch 'release' into master_devrsudev2013-10-181-0/+5
|\
| * Fixes part of #2976, allow to manually select map directoryrsudev2013-10-181-0/+5
| | | | | | | | | | | | Add a directory selection button to map selection. Fix issues with updating map sources preference after selecting a map file. Fix issues with listing map source if only a directory was defined.
* | #3334, fix last line in main screenrsudev2013-10-091-1/+1
| |
* | #3334: fix compass layout with big fontBananeweizen2013-10-091-1/+1
| |
* | new: settings for twitter messageBananeweizen2013-10-051-13/+12
| |
* | lint: fix layout warningBananeweizen2013-10-051-10/+12
| |
* | fixes #3303 - SimpleDirChooser shows all readable directories nowMarco Jacob2013-10-021-2/+4
| |
* | lint: ignore compass mini view in pixelsBananeweizen2013-09-201-2/+5
| | | | | | | | | | | | * currently the layout matches the bitmap drawing code, therefore silencing the warning * nevertheless we may want to implement something different there without using a selfmade view
* | Remove out-of-band registration for OAuthSamuel Tardieu2013-09-141-20/+4
| |
* | fix #3218: static map in details should be biggerBananeweizen2013-09-011-1/+1
| |
* | fix #3168: Links in logs not clickableBananeweizen2013-08-251-2/+0
|/
* New: Enable fast scrolling for cache listsSammysHP2013-08-221-1/+2
|
* new: split about page into view pager pageBananeweizen2013-08-217-311/+335
|
* add FAQ link to about activityBananeweizen2013-08-201-0/+16
|
* fix #3089: add license in about dialogBananeweizen2013-07-311-0/+25
|
* Implements #17, Reload reCAPTCHArsudev2013-07-251-10/+25
| | | | | Took layout and ideas raised by @culmor30 Moved reCAPTCHA key and challenge retrieval to the RecaptchaReceiver
* Fix #3035: Field note upload "since last export" should be controlled bySammysHP2013-07-211-1/+0
| | | | c:geo
* InfoPreference now with Info Iconkoem2013-07-201-0/+5
| | | | http://i.imgur.com/3Z5IaG6.png
* Fixes #2717 - Compass Speech stops on Rotationkoem2013-07-161-95/+104
|
* cleanup: fix ListView predefined idSamuel Tardieu2013-07-141-1/+1
|
* cleanup: use sp instead of dipSamuel Tardieu2013-07-141-1/+1
|
* Merge branch 'release' into upstreamSamuel Tardieu2013-07-141-3/+16
|\ | | | | | | | | | | Conflicts: main/res/values/strings_not_translatable.xml main/src/cgeo/geocaching/AboutActivity.java
| * fix #2956: management of release notesSamuel Tardieu2013-07-141-3/+16
| |
* | cleanup: remove unused number picker and string resourcesSamuel Tardieu2013-07-141-47/+0
| |
* | Remove old SettingsActivity, rename new SettingsActivityrsudev2013-07-091-853/+0
| |
* | Implements #750, use preference activitykoem2013-07-095-27/+155
| |
* | fix #2057Bananeweizen2013-07-051-2/+2
| | | | | | * can be reproduced in my emulator with GCH8T5
* | Merge pull request #2893 from marco-jacob/fixPersonalNoteFinalMarco Jacob2013-06-272-2/+6
|\ \ | | | | | | make personalNote multiline, upload on OK and merge on refresh
| * | make personalNote multiline again, upload button, merge on refreshMarco Jacob2013-06-262-2/+6
| | |
* | | Implements #2900, Support logging with password (oc)rsudev2013-06-271-0/+23
| | | | | | | | | | | | | | | 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-1/+6
| | |
* | | Implements #2811 and makes the main screen status fully dynamcrsudev2013-06-232-12/+5
| | |
* | | Refactor main activity layout, remove duplicatesrsudev2013-06-231-38/+12
| | |
* | | #2910: remove code duplication in logs viewsBananeweizen2013-06-232-13/+0
|/ /
* | Merge pull request #2868 from rsudev/issue2811Bananeweizen2013-06-131-2/+9
|\ \ | | | | | | Implements #2811, Login status after enabled cache sources
| * | Implements #2811, Login status after enabled cache sourcesrsudev2013-06-091-2/+9
| | |
* | | Fix #2007 - Save waypoint edits by refacotring EditWaypointActivitycampbeb2013-06-111-3/+6
|/ / | | | | | | | | Used Android Annotations. Let Android handle config change for views. Remove unneeded code.
* | refactoring: use activity names for layoutsBananeweizen2013-06-0930-1/+1
| |
* | fix lint warningsBananeweizen2013-06-091-2/+0
| |
* | #2866: Use Android Annotations to implement standard patternsBananeweizen2013-06-091-5/+1
| |
* | #2697: enlarge meta data column in logs viewBananeweizen2013-06-023-242/+79
| | | | | | | | * this unifies the trackable and cache logs by re-using the exact same layout
* | refactoring: apply android formatter to all XML filesBananeweizen2013-06-0215-44/+45
| | | | | | * makes it easier to compare and find duplicate code
* | fix #2801: remove lint warningsBananeweizen2013-05-303-3/+3
| |
* | Merge pull request #2787 from rsudev/ocde_okapi_2rsudev2013-05-282-13/+35
|\ \ | | | | | | Implements OKAPI access for opencaching.de
| * | Implements OKAPI access for oc.dersudev2013-05-262-11/+8
| | | | | | | | | | | | | | | | | | Enable OKAPI for opencaching.de Enhance OKAPI to allow nearby and livemap searches Enhance OKAPI to allow posting logs and watchlist changes
| * | Implements a check-box for gc-de/activation for livemap and searchesrsudev2013-05-261-2/+27
| | |
* | | Fix #2463 - Support links in logbookcampbeb2013-05-271-1/+1
| | |
* | | refactoring: change some compiler warnings for lint warningsBananeweizen2013-05-271-6/+6
|/ /
* | refactoring: use proper relative layout to draw compassSamuel Tardieu2013-05-251-18/+24
| |