aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* fix #4605: add a copy to clipboard button for system infoSamuel Tardieu2015-03-081-0/+6
|
* cleanup: remove unused mapsforge layoutBananeweizen2015-03-081-44/+0
|
* new: link to github changelogBananeweizen2015-03-041-0/+15
|
* new: filters as activity, not dialogBananeweizen2015-03-024-0/+65
| | | | This makes it possible to replace certain filters by better matching controls over time.
* new: show number of trackables in cache listBananeweizen2015-02-171-2/+10
|
* use table layout for help pageBananeweizen2015-01-311-93/+165
|
* fix #4602: add system information in "about" and mailsSamuel Tardieu2015-01-081-0/+40
|
* #4566 new voting dialogBananeweizen2014-12-303-20/+37
| | | The tap handler for the rating stars will be implemented later.
* refactoring: replace dynamically created attribute viewsBananeweizen2014-12-202-25/+22
|
* refactoring: replace star images in cache details by rating barBananeweizen2014-12-142-15/+4
|
* Fixes #4489, Choose map directory in preferences not readable with light themersudev2014-11-201-0/+1
| | | | - actively set background colour in parent view
* fix preview of spinnersBananeweizen2014-11-022-2/+4
| | | This is only for the graphical preview in the IDE, not for runtime.
* improve layout performanceBananeweizen2014-11-029-4/+15
| | | | | Avoid baseline alignment in horizontal linear layouts, if not needed. Detail at https://plus.google.com/108967384991768947849/posts/VfrNmPySb9cs
* new: set waypoint coordinates from clipboardBananeweizen2014-10-081-0/+8
|
* fix #4252: allow logging from compass of waypointBananeweizen2014-09-041-4/+8
|
* list all waypoints as navigation target in compassBananeweizen2014-09-031-0/+2
|
* visual editor layout previewBananeweizen2014-09-031-1/+2
|
* fix #1437: auto fill waypoint name after type selectionBananeweizen2014-09-031-5/+5
|
* Merge branch 'release'Bananeweizen2014-08-141-0/+15
|\ | | | | | | | | | | Conflicts: main/proguard-project.txt main/src/cgeo/geocaching/CacheDetailActivity.java
| * Merge pull request #4154 from rsudev/issue3843_longPressBananeweizen2014-08-141-0/+15
| |\ | | | | | | DO NOT MERGE YET: Fixes #3843, Action Bar: Secondary navigation tool?
| | * Fixes #3843, Action Bar: Secondary navigation tool?rsudev2014-08-131-0/+15
| | | | | | | | | | | | - added an action provider that handles the long click and redirects to secondary default navigation
* | | Merge branch 'release'Bananeweizen2014-08-131-15/+25
|\ \ \ | |/ /
| * | Fix #1745: Fix Waypoint description overlapping navigation iconArne Schwabe2014-08-131-14/+25
| |/
* | explicitly set context for layout editorBananeweizen2014-08-1164-82/+192
|/
* Move Google maps v1 files to package cgeo.geocaching.maps.google.v1Samuel Tardieu2014-07-301-1/+1
| | | | | Hopefully this will make someone motivated to create the .v2 alternative.
* Use text_color_hint from dark/light theme instead of hardcoded dark theme ↵Arne Schwabe2014-07-121-1/+1
| | | | (fixes #4056)
* fix #4049: trackable log send button not workingBananeweizen2014-07-081-5/+0
|
* follow naming conventionsBananeweizen2014-07-031-2/+2
| | | Use the namespace "app" instead of "cgeo" for custom attributes.
* lint fix: suppress password input suggestionBananeweizen2014-06-291-2/+4
|
* fix #3955: use recommended scrollbar styles Bananeweizen2014-06-119-8/+26
|
* Merge remote-tracking branch 'marco-dev/fixStaticMapsCropLayout'rsudev2014-06-072-2/+2
|\ | | | | | | | | | | | | | | | | m dieser # Merge erforderlich ist, insbesondere wenn es einen aktualisierten # Upstream-Branch mit einem Thema-Branch zusammenführt. # # Zeilen beginnend mit '#' werden ignoriert, und eine leere Beschreibung # bricht den Commit ab.
| * fixes #3959 - don't crop static maps due to Google licenseMarco Jacob2014-06-072-2/+2
| |
* | lint fixesBananeweizen2014-06-012-2/+2
| |
* | Merge pull request #3901 from schwabe/internal_webviewBananeweizen2014-05-311-0/+12
|\ \ | | | | | | Internal webview
| * | Implement a small internal browser (using webview) and allow the user to ↵Arne Schwabe2014-05-241-0/+12
| | | | | | | | | | | | pick the user to select an internal/external browser if c:geo is the default of the geocaching url
* | | #3903: move offline log buttons to action barBananeweizen2014-05-301-29/+0
| | |
* | | #3903: image selection via actionbarBananeweizen2014-05-281-6/+0
| | |
* | | #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
|