aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/drawable-mdpi
Commit message (Collapse)AuthorAgeFilesLines
* Use holo style search iconArne Schwabe2014-05-201-0/+0
|
* multiple lint fixesBananeweizen2014-05-183-0/+0
| | | | | | | * remove android proguard rules * remove unused layout hierarchy elements * suppress map layout warnings for old layouts * remove unused images * typo
* Add off image for the mylocation png and add use for mapsviewArne Schwabe2014-05-171-0/+0
|
* Update menu icons with newer version imported from Android Open Source ProjectArne Schwabe2014-05-1723-0/+0
| | | | These menu icon are designed for the new ActionBar
* #3783: added icons for giga eventrsudev2014-04-231-0/+0
|
* Fixes #3238, Attributes on opencaching.plrsudev2013-12-2712-0/+0
| | | | - Added the last missing icons
* Fixes #3462, Wrong attribute icon in OC.de cachersudev2013-12-244-0/+0
| | | | Additionally some new icons for oc attributes
* fix #3398: have options menu for pocket queriesBananeweizen2013-12-181-0/+0
|
* refactoring: fix lint and findbugs warningsBananeweizen2013-09-291-0/+0
|
* fix #3306: add Google translate to useful appsBananeweizen2013-09-211-0/+0
|
* fix #3274: GPS Status app has a different iconBananeweizen2013-09-141-0/+0
|
* Implements #2606, new opencaching markersrsudev2013-08-042-0/+0
|
* fix wrong resolution of menu iconBananeweizen2013-07-211-0/+0
| | | | * they were from a 3.0+ Android version * ours are all from lower versions, where the resolution differs
* Merge pull request #3024 from koem/settingsInfoIconBananeweizen2013-07-202-0/+0
|\ | | | | Info-Preferences now with Info Icon
| * InfoPreference now with Info Iconkoem2013-07-202-0/+0
| | | | | | | | http://i.imgur.com/3Z5IaG6.png
* | Fixex #2978 - Settings: "System" instead of "More Options"koem2013-07-192-0/+0
|/ | | | | | - moved basic member settings to subscreen in gc-services - new settings screen "Navigation" - renamed "More Option" to "System"
* Implements #750, use preference activitykoem2013-07-0914-0/+0
|
* Revert "fix #2899: Recommended app "Bluetooth GPS" not found"Bananeweizen2013-07-051-0/+0
| | | | This reverts commit ec9e21f8f510bfcaf6645ab09bb6c7d358f529cb.
* fix #2899: Recommended app "Bluetooth GPS" not foundBananeweizen2013-07-041-0/+0
|
* fix #2783: Pocket Query Creator added to helper appsBananeweizen2013-05-261-0/+0
|
* Fix #2727 - Support GeoTour attributecampbeb2013-05-251-0/+0
| | | | | Also some minor changes to attritube generation files for additional explanation
* #2710: speech output in compassBananeweizen2013-05-101-0/+0
|
* fix #1781: Remove help functionBananeweizen2013-05-092-0/+0
|
* issue2662 OC: leichtes Kletternkoem2013-05-011-0/+0
|
* New feature WPT visited markingtriakcz2013-02-241-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 branch 'master' into oc_iconskoem2013-02-1260-0/+0
|\ | | | | | | | | - changed icons - repaired test class
* | Unit-Tests ++koem2013-02-121-0/+0
| | | | | | | | - and Maintenance Icon Color changed to alert-red
* | Icons for OCkoem2013-02-1197-0/+0
|/ | | | | | | | | | | - new icons for opencaching - changed some icons because of copyright - english strings for opencaching attributes - german strings for opencaching attributes - new script to show (missing) strings for attributes - new script to edit svg files from thenounproject.com - new script to generate enums - ocicons.html: list of all OC icons
* Opencaching integration with oc11xml apirsudev2012-12-314-0/+0
| | | | Implements load of cache details, coordinate search and viewport search for opencaching.de based on oc11xml api
* refactoring: cleanup of resourcesBananeweizen2012-11-30160-0/+0
* deleted unused drawables, images, styles, strings * moved default drawables to mdpi folder by Android convention