| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
* makes it easier to compare and find duplicate code
|
| |
|
|
|
| |
This reverts commit eb360a18a1b9a2e560b00d4584cf79f52040acec, reversing
changes made to 76a7404e536047dd74721ac9c89fd10a8a2dd16d.
|
| |
|
|
|
| |
The background was being redrawn several times over as each activity
was drawing it rather than inheriting from the theme
|
| | |
|
| |
|
|
| |
* deleted unused drawables, images, styles, strings
* moved default drawables to mdpi folder by Android convention
|
| |
|
|
| |
* simplifies recognizing log types
* makes it easier for the eye to follow the log layout
|
| | |
|
| | |
|
| | |
|
| |
|
| |
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
|
| | |
|
| |
|
|
| |
I'm not sure about the size. But we can easily replace this one with the
same image at higher resolution, if needed.
|
| | |
|
| |
|
|
|
| |
dark red --> brighter red
orange --> orange (was unused and dirty green before)
orange for offline-logs (dark red before)
|
| | |
|
|
|
This prepares the inclusion of tests into the same repository.
|