| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| |
|
|
| |
* they were from a 3.0+ Android version
* ours are all from lower versions, where the resolution differs
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Implements load of cache details, coordinate search and viewport search
for opencaching.de based on oc11xml api
|
| |
|
|
| |
Additionally prepared and added a basic icon and one with transparency to project/rawimages
|
| |
|
|
| |
* deleted unused drawables, images, styles, strings
* moved default drawables to mdpi folder by Android convention
|
| | |
|
| | |
|
| | |
|
| |
|
| |
See #852 for reason. This will increase the apk size by 82 KiB.
|
| | |
|
| |
|
|
| |
* remove unused resources
* fix some comments, layout, logging and other stuff
|
| |
|
|
| |
- introduces a new icon for 'unknown'
- correct usage of unknown in cgeopopup
|
| |
|
|
|
| |
- Adds a small floppy icon in the 'own' position on stored, not own
caches
|
| | |
|
| | |
|
| |
|
|
|
| |
This reverts commit 04c458088210a672c5ac47e5fa508b9fba08d8ab.
Redo: Fix #976: Replace note-marker by more meaningful icon
|
| | |
|
| | |
|
| | |
|
| |\
| |
| | |
New viewpager-indicator
|
| | |
| |
| | |
See #847
|
| | |
| |
| | |
See http://developer.android.com/guide/practices/ui_guidelines/icon_design_menu.html
|
| |/
|
| |
Also add original photoshop files.
|
| |
|
|
|
|
|
| |
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)
|
| |
|
| |
source: own work
|
| |
|
| |
Source: own work
|
| | |
|
| | |
|
| | |
|
|
|
This prepares the inclusion of tests into the same repository.
|