aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/drawable
Commit message (Collapse)AuthorAgeFilesLines
* Add off image for the mylocation png and add use for mapsviewArne Schwabe2014-05-171-2/+2
|
* Implement ActionBar using AppCompat in cgeoArne Schwabe2014-05-171-0/+5
| | | | | | | | | | | | | | | | | | | | | | | This a first version of an ActionBar implementation with following properties: - The application should be usuable (there still might be bugs left from the conversation to Action) - Provides a more modern feeling on all devices - gets rid of the "dots of shame" on Android 3.0+ devices - The Maps classes MUST inherit from Activity instead of ActionBarActivity. There these classes use the old ActionBar on Android 2.3 devices and the real ActionBar on 3.0+ - This can be fixed when cgeo is ported to Google Maps API v2.0 API which usesFragment - The Dialog classes (CachePopup and WaypointPopup) have been converted to DialogFragments - The AppCombat themes provide no Theme.Dialog theme - this will later ease using these Fragment in other Activities - Use an almost empty activity which just shows the DialogFragment - Use the 'old' ActionBar but which overflow menu button to fit into Holo Design Style - Using a real ActionBar for Dialogs is not really support by Android and trying to force the frame into showing an Actionbar on a dialog leeds to strange bugs/effects - Most of the icon are still the Android 2.3 Menu Icon. These need to be replaced with Holo Style Icons - for most menu icon the ifRoom and/or withText attributes should be reviewed and set - The ActionBar of the main Activity is transparent. This is more or less by accident but looks good - Review Up Action of activities. Is going back to Main Activity always the semantically right thing to do? - Shortpress/Longpress on the Actionbars Compass Icon for primary/secondary Navigation clashes the normal ActionBar behaviour of long pressing to show the text of the action This commit contains many fixes and suggestions from rsudev
* 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.