aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* New feature WPT visited markingtriakcz2013-02-241-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit 39f9bc9f5c38aeccc1ee037f7f11859bfe86ab75 Author: TriakCZ <kunc88@gmail.com> Date: Sat Feb 16 12:46:45 2013 +0100 Resized tick at visited WPT, not showing cross commit 8b907641660fa62a1847c1a8ed11c5b874e567a1 Author: TriakCZ <kunc88@gmail.com> Date: Fri Feb 15 22:48:06 2013 +0100 Tick/cross is displayed at wpt only when there is at least one visited wpt commit 18b5e15f0b5fcc69d7f12c27fd72f6cfb8e69c27 Author: TriakCZ <kunc88@gmail.com> Date: Fri Feb 15 19:26:34 2013 +0100 Added ticks and cross for highlighting what was visited and what not commit 7a9d9694a0f2e7e31868f75e2c230e4bea07f87b Author: TriakCZ <kunc88@gmail.com> Date: Fri Feb 15 19:00:42 2013 +0100 Visited state now survives cache refresh commit 624b70faaf313638f5a9131fdfb60d83d4424696 Author: triakcz <kunc88@gmail.com> Date: Thu Feb 14 21:13:44 2013 +0100 new feature WPT visited marking
* Merge pull request #2494 from rsudev/6brsudev2013-02-232-0/+126
|\ | | | | Image upload, implements #6
| * ImageUpload - fine-tuningrsudev2013-02-181-1/+0
| | | | | | | | | | | | Removed test code and comments Some error-handling Localizability
| * Merge remote-tracking branch 'campbeb/fix6a' into 6brsudev2013-02-182-0/+127
| |\ | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/connector/gc/GCParser.java
| | * Added missing filescampbeb2013-01-181-0/+124
| | |
| | * Remvoe unused image view and fix Java Docscampbeb2013-01-161-9/+0
| | |
| | * Fix #6 - Support uploading images with cache logscampbeb2013-01-161-0/+12
| | |
* | | Fix transparent background for popupsrsudev2013-02-192-2/+4
|/ / | | | | | | | | In the recent style related reworkings, the transparency of the background of CachePopup and WaypointPopup got lost. Fixed again.
* | Detail View: moved list box under offline boxkoem2013-02-141-41/+34
| |
* | issue #275 - Move to other list from cache screenkoem2013-02-082-26/+70
| | | | | | | | and: choose list when storing
* | refactoring: minor rename of resourcesBananeweizen2013-02-052-0/+0
| |
* | Remove background attributes on layoutsSamuel Tardieu2013-02-0227-41/+14
| | | | | | | | | | | | If a background attribute is set on both a layout and a theme, the background is drawn twice. Since our themes define a background color, there is no need to set it on individual layouts too.
* | change wording from "GC code" to "geo code"Bananeweizen2013-02-011-3/+3
| |
* | lint cleanupsBananeweizen2013-01-2818-959/+1253
| | | | | | | | * unused resources * textIsSelectable
* | #1791: remove reset coords dialogBananeweizen2013-01-271-40/+0
| |
* | #1791: refactor live map hint activity into a dialogBananeweizen2013-01-271-46/+21
| |
* | #1791: remove selfmade dialog buttonBananeweizen2013-01-232-14/+4
| |
* | Limit TB log to 4000 characterscampbeb2013-01-191-0/+1
| |
* | Fix #2409 - Limit log text to 4000 characterscampbeb2013-01-191-0/+1
| |
* | fix #2393: hide initial view of the status fragmentSamuel Tardieu2013-01-132-2/+2
|/
* fix some translation errorsBananeweizen2013-01-121-1/+0
|
* Merge pull request #2368 from campbeb/fix1641SammysHP2013-01-103-16/+13
|\ | | | | Fix #1641. Apply style colors to dialogs to match setting
| * Fix #1641. Apply style colors to dialogs to match settingBrian2013-01-093-16/+13
| | | | | | | | | | | | Before, dialogs had a semi-transparent grey background and using light skins could leave some text unreadable. This changes the background to match settings choice and ensures text is colored accordingly.
* | Use Fragment for displaying statusSamuel Tardieu2013-01-092-19/+25
|/
* Modify #2330 for layout fix and string wordingBrian2013-01-061-6/+3
| | | | | Radio button text was not visible with light skin and english strings changed for better wording.
* Merge branch 'fix_2290_radio' of git://github.com/triakcz/c-geo-opensource ↵Brian2013-01-062-21/+43
|\ | | | | | | into triakcz-fix_2290_radio
| * Coord modification code refactored from chbox to radiobtntriakcz2013-01-042-21/+43
| |