aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/drawable
Commit message (Collapse)AuthorAgeFilesLines
* refactoring: apply android formatter to all XML filesBananeweizen2013-06-0260-450/+539
| | | * makes it easier to compare and find duplicate code
* Revert "Merge pull request #2739 from campbeb/fix_overdraw"SammysHP2013-05-172-0/+4
| | | | | This reverts commit eb360a18a1b9a2e560b00d4584cf79f52040acec, reversing changes made to 76a7404e536047dd74721ac9c89fd10a8a2dd16d.
* Fix Overdrawcampbeb2013-05-162-4/+0
| | | | | The background was being redrawn several times over as each activity was drawing it rather than inheriting from the theme
* fix #2599: Typos in `strings.xml`Bananeweizen2013-05-048-0/+0
|
* refactoring: cleanup of resourcesBananeweizen2012-11-30182-108/+0
| | | | * deleted unused drawables, images, styles, strings * moved default drawables to mdpi folder by Android convention
* new: use color markers also in log viewBananeweizen2012-11-301-0/+6
| | | | * simplifies recognizing log types * makes it easier for the eye to follow the log layout
* code cleanup: Lint layout issuesBananeweizen2012-11-301-0/+0
|
* fix #653: Add Smilies when loggingBananeweizen2012-10-061-0/+0
|
* Use dark quick navigation icon with light skincampbeb2012-05-212-0/+0
|
* Import Android drawables (from API version 8)SammysHP2012-04-2718-0/+0
| | | See #852 for reason. This will increase the apk size by 82 KiB.
* New unknown cache typ icons, fixes #1185rsudev2012-03-061-0/+0
|
* refactoring: cleanupsBananeweizen2012-03-046-0/+0
| | | | * remove unused resources * fix some comments, layout, logging and other stuff
* Fixes #1185, ?-icon for new live maprsudev2012-02-281-0/+0
| | | | - introduces a new icon for 'unknown' - correct usage of unknown in cgeopopup
* Fixes #934, Marker for stored cachesrsudev2012-02-241-0/+0
| | | | | - Adds a small floppy icon in the 'own' position on stored, not own caches
* New marker for live map cachesblafoo2012-02-231-0/+0
|
* new: have bar code app in useful apps to better explain geocode scanBananeweizen2012-02-151-0/+0
|
* Marker for offline logged cachesrsudev2012-02-041-0/+0
|
* Revert "Fix #976: Replace note-marker by more meaningful icon"SammysHP2012-01-222-0/+0
| | | | | This reverts commit 04c458088210a672c5ac47e5fa508b9fba08d8ab. Redo: Fix #976: Replace note-marker by more meaningful icon
* Fix #976: Replace note-marker by more meaningful iconSammysHP2012-01-211-0/+0
|
* New markers for overlaysblafoo2012-01-106-0/+0
|
* Overlays instead of icons. Fixes #752blafoo2012-01-1059-0/+0
|
* Merge pull request #850 from SammysHP/newindicator2SammysHP2011-12-031-0/+0
|\ | | | | New viewpager-indicator
| * New viewpager-indicatorSammysHP2011-11-301-0/+0
| | | | | | See #847
* | Fix: Use Android ui guidelines for menu iconsSammysHP2011-12-013-0/+0
| | | | | | See http://developer.android.com/guide/practices/ui_guidelines/icon_design_menu.html
* | New trail icon for maps-options-menuSammysHP2011-12-011-0/+0
|/ | | Also add original photoshop files.
* New: Horizontal scrollable pages for cache-details using a ViewPager.SammysHP2011-11-231-0/+0
| | | | | | | This moves most of the code from "cgeodetail" into a new class "CacheDetailActivity". Some important parts are rewritten and the code is much more structured. This closes #83 "Redesign detail-view". Some minor changes will be added later (e.g. removing old files, improve log-count-display)
* Better icon for live-map-refreshSammysHP2011-11-162-0/+0
| | | source: own work
* Fix #794: Change scan-iconSammysHP2011-11-161-0/+0
| | | Source: own work
* Fix: Inactive stars from ratings not visibleSammysHP2011-11-162-0/+0
|
* fix #728: replace image_not_loaded with better suited iconbananeweizen2011-10-311-0/+0
| | | | I'm not sure about the size. But we can easily replace this one with the same image at higher resolution, if needed.
* fix #668: remove icons for locationless cacheBananeweizen2011-10-175-0/+0
|
* Better colors for status-markerSammysHP2011-10-043-4/+4
| | | | | dark red --> brighter red orange --> orange (was unused and dirty green before) orange for offline-logs (dark red before)
* attributes: maintenance icon de-uglyfiedkoem2011-09-301-0/+0
|
* Move sources into the main directorySamuel Tardieu2011-09-16281-0/+718
This prepares the inclusion of tests into the same repository.