aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* #3903: send button in actionbar, signature as templateBananeweizen2014-05-281-4/+0
|
* #3903: gcvote rating barBananeweizen2014-05-271-0/+21
|
* remove link to manualBananeweizen2014-05-261-16/+0
| | | | The manual is not updated since 2011 and should not be pointed to any more.
* have the right list items and fragments in layout previewBananeweizen2014-05-267-18/+33
|
* fix #3871: provide up navigationBananeweizen2014-05-242-3/+1
|
* multiple lint and compiler warning fixesBananeweizen2014-05-241-161/+154
|
* Convert DateDialog and CoordinateInputDialog to DialogFragments, closes #3852Arne Schwabe2014-05-191-7/+0
|
* Fix Actionbar spinner in Light Layout, fixes #3858Arne Schwabe2014-05-191-3/+3
|
* multiple lint fixesBananeweizen2014-05-1810-744/+704
| | | | | | | * remove android proguard rules * remove unused layout hierarchy elements * suppress map layout warnings for old layouts * remove unused images * typo
* Implement ActionBar using AppCompat in cgeoArne Schwabe2014-05-1734-200/+119
| | | | | | | | | | | | | | | | | | | | | | | 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
* fix #3632: No Swipe on cache detailsBananeweizen2014-03-011-2/+1
|
* fix #3470: map: unsure coords popup checkbox hiddenBananeweizen2014-01-171-7/+0
|
* new: search suggestions for all search fieldsBananeweizen2014-01-141-4/+4
|
* fix #3530: login display text on main screen leads to position settingsBananeweizen2014-01-091-10/+7
| | | of device
* refactoring: make search by owner/finder connector capabilitiesBananeweizen2014-01-041-2/+2
|
* #3449: revert debug changeBananeweizen2013-12-291-2/+2
|
* #3449: debug changeBananeweizen2013-12-281-2/+2
| | | | This change needs to be reverted after it has been tested by the affected users, as it disables the fix for #2057.
* prohibit empty list name inputBananeweizen2013-12-271-12/+0
|
* refactoring: convert waypoints to real listBananeweizen2013-10-203-24/+32
|
* Merge branch 'release' into master_devrsudev2013-10-181-0/+5
|\
| * Fixes part of #2976, allow to manually select map directoryrsudev2013-10-181-0/+5
| | | | | | | | | | | | Add a directory selection button to map selection. Fix issues with updating map sources preference after selecting a map file. Fix issues with listing map source if only a directory was defined.
* | #3334, fix last line in main screenrsudev2013-10-091-1/+1
| |
* | #3334: fix compass layout with big fontBananeweizen2013-10-091-1/+1
| |
* | new: settings for twitter messageBananeweizen2013-10-051-13/+12
| |
* | lint: fix layout warningBananeweizen2013-10-051-10/+12
| |
* | fixes #3303 - SimpleDirChooser shows all readable directories nowMarco Jacob2013-10-021-2/+4
| |
* | lint: ignore compass mini view in pixelsBananeweizen2013-09-201-2/+5
| | | | | | | | | | | | * currently the layout matches the bitmap drawing code, therefore silencing the warning * nevertheless we may want to implement something different there without using a selfmade view
* | Remove out-of-band registration for OAuthSamuel Tardieu2013-09-141-20/+4
| |
* | fix #3218: static map in details should be biggerBananeweizen2013-09-011-1/+1
| |
* | fix #3168: Links in logs not clickableBananeweizen2013-08-251-2/+0
|/
* New: Enable fast scrolling for cache listsSammysHP2013-08-221-1/+2
|
* new: split about page into view pager pageBananeweizen2013-08-217-311/+335
|
* add FAQ link to about activityBananeweizen2013-08-201-0/+16
|
* fix #3089: add license in about dialogBananeweizen2013-07-311-0/+25
|
* Implements #17, Reload reCAPTCHArsudev2013-07-251-10/+25
| | | | | Took layout and ideas raised by @culmor30 Moved reCAPTCHA key and challenge retrieval to the RecaptchaReceiver
* Fix #3035: Field note upload "since last export" should be controlled bySammysHP2013-07-211-1/+0
| | | | c:geo
* InfoPreference now with Info Iconkoem2013-07-201-0/+5
| | | | http://i.imgur.com/3Z5IaG6.png
* Fixes #2717 - Compass Speech stops on Rotationkoem2013-07-161-95/+104
|
* cleanup: fix ListView predefined idSamuel Tardieu2013-07-141-1/+1
|
* cleanup: use sp instead of dipSamuel Tardieu2013-07-141-1/+1
|
* Merge branch 'release' into upstreamSamuel Tardieu2013-07-141-3/+16
|\ | | | | | | | | | | Conflicts: main/res/values/strings_not_translatable.xml main/src/cgeo/geocaching/AboutActivity.java
| * fix #2956: management of release notesSamuel Tardieu2013-07-141-3/+16
| |
* | cleanup: remove unused number picker and string resourcesSamuel Tardieu2013-07-141-47/+0
| |
* | Remove old SettingsActivity, rename new SettingsActivityrsudev2013-07-091-853/+0
| |
* | Implements #750, use preference activitykoem2013-07-095-27/+155
| |
* | fix #2057Bananeweizen2013-07-051-2/+2
| | | | | | * can be reproduced in my emulator with GCH8T5
* | Merge pull request #2893 from marco-jacob/fixPersonalNoteFinalMarco Jacob2013-06-272-2/+6
|\ \ | | | | | | make personalNote multiline, upload on OK and merge on refresh
| * | make personalNote multiline again, upload button, merge on refreshMarco Jacob2013-06-262-2/+6
| | |
* | | Implements #2900, Support logging with password (oc)rsudev2013-06-271-0/+23
| | | | | | | | | | | | | | | Extends db, geocache and OKAPI to retrieve and store the property Extends logging UI and OKAPI to allow entering and sending it
* | | Streamlined implementation of connector status inforsudev2013-06-251-1/+6
| | |