aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
* | refactoring: remove useless parent layoutSamuel Tardieu2013-05-251-85/+80
| |
* | refactoring: this graph needs to go down:Bananeweizen2013-05-2529-92/+92
| | | | | | http://ci.cgeo.org/job/c-geo/androidLint/trendDetails/?
* | Merge branch 'fix-2733' into upstreamSamuel Tardieu2013-05-191-23/+11
|\ \ | |/ | | | | | | Conflicts: main/res/values/strings_not_translatable.xml
| * fix #2733: acquire distance and direction for basic membersSamuel Tardieu2013-05-181-23/+11
| | | | | | | | | | A recent change in geocaching.com way of presenting the distance and direction information for basic members requires a new parsing.
* | Revert "Merge pull request #2739 from campbeb/fix_overdraw"SammysHP2013-05-1722-1/+24
| | | | | | | | | | This reverts commit eb360a18a1b9a2e560b00d4584cf79f52040acec, reversing changes made to 76a7404e536047dd74721ac9c89fd10a8a2dd16d.
* | Fix Overdrawcampbeb2013-05-1622-24/+1
| | | | | | | | | | The background was being redrawn several times over as each activity was drawing it rather than inheriting from the theme
* | new: link to market place in about activityBananeweizen2013-05-111-0/+17
| |
* | Set correct title for coords dialogcampbeb2013-05-091-1/+3
| |
* | fix exception in coords dialogBananeweizen2013-05-104-7/+16
| | | | | | * introduced in d1acac75b6af3239701a2df020488db2af2dcb05
* | refactoring: clean up useful apps activityBananeweizen2013-05-093-25/+25
| |
* | Fix #2685 - Don't add images each time log entry is drawn on screencampbeb2013-05-092-18/+14
| | | | | | | | | | | | TextView with images was being added to the view each time the log entry was drawn. Instead of inflating and adding the TextView, we now use on that is arleady there and hide it if there are no images.
* | refactoring: Lint cleanupsBananeweizen2013-05-091-25/+0
| |
* | fix #1781: Remove help functionBananeweizen2013-05-0920-106/+24
| |
* | Fixes #2698, Popup is empty on live maprsudev2013-05-062-3/+7
| | | | | | | | Re-added implicitely removed actionbar tiltle ids for popup
* | refactoring: unify the action bar layoutBananeweizen2013-05-0434-392/+156
| |
* | fix #2599: Typos in `strings.xml`Bananeweizen2013-05-041-2/+2
| |
* | fixes #2533 - added image scalingMarco Jacob2013-04-281-0/+7
| | | | | | | | | | | | | | | | modifications suggested by Bananeweizen next recommended changes and scaling now on leaving ImageSelectActivity fixed wrong spelling
* | Replace progress dialog by individual progress bars when loading imagesSamuel Tardieu2013-04-071-0/+6
| |
* | fix #2598: personal note editing layout problemSamuel Tardieu2013-04-061-0/+15
|/
* Fixes #2621, Light scheme in single log picture view not ok (Android 2.xrsudev2013-04-021-0/+1
| | | | | specific) Added background attribute to spoilers view
* Fixes #2589, Light skin not workingrsudev2013-03-2913-0/+13
| | | | | | Re-added background attribute to select view definitions where 2.x doesn't correctly apply the theme background. Additionally disabled light theme for dialogs on 2.x, as it doesn't work there
* refactoring: reformat all layout sourcesBananeweizen2013-03-1236-1559/+2083
| | | * preparation for extracting the toolbar
* deleted marginBottom in search.xml - had no effectkoem2013-03-051-1/+0
|
* issue 2225 & 2277 - ScrollView cut off at bottomkoem2013-03-058-8/+0
| | | | This does it. And we really don't need what I deleted.
* Visited waypoints - small fixes and polishingrsudev2013-02-241-2/+1
|