| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | follow naming conventions | Bananeweizen | 2014-07-03 | 1 | -2/+2 |
| | | | | Use the namespace "app" instead of "cgeo" for custom attributes. | ||||
| * | lint fix: suppress password input suggestion | Bananeweizen | 2014-06-29 | 1 | -2/+4 |
| | | |||||
| * | fix #3955: use recommended scrollbar styles | Bananeweizen | 2014-06-11 | 9 | -8/+26 |
| | | |||||
| * | Merge remote-tracking branch 'marco-dev/fixStaticMapsCropLayout' | rsudev | 2014-06-07 | 2 | -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 license | Marco Jacob | 2014-06-07 | 2 | -2/+2 |
| | | | |||||
| * | | lint fixes | Bananeweizen | 2014-06-01 | 2 | -2/+2 |
| | | | |||||
| * | | Merge pull request #3901 from schwabe/internal_webview | Bananeweizen | 2014-05-31 | 1 | -0/+12 |
| |\ \ | | | | | | | Internal webview | ||||
| | * | | Implement a small internal browser (using webview) and allow the user to ↵ | Arne Schwabe | 2014-05-24 | 1 | -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 bar | Bananeweizen | 2014-05-30 | 1 | -29/+0 |
| | | | | |||||
| * | | | #3903: image selection via actionbar | Bananeweizen | 2014-05-28 | 1 | -6/+0 |
| | | | | |||||
| * | | | #3903: send button in actionbar, signature as template | Bananeweizen | 2014-05-28 | 1 | -4/+0 |
| | | | | |||||
| * | | | #3903: gcvote rating bar | Bananeweizen | 2014-05-27 | 1 | -0/+21 |
| | | | | |||||
| * | | | remove link to manual | Bananeweizen | 2014-05-26 | 1 | -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 preview | Bananeweizen | 2014-05-26 | 7 | -18/+33 |
| | | | | |||||
| * | | | fix #3871: provide up navigation | Bananeweizen | 2014-05-24 | 2 | -3/+1 |
| |/ / | |||||
| * | | multiple lint and compiler warning fixes | Bananeweizen | 2014-05-24 | 1 | -161/+154 |
| | | | |||||
| * | | Convert DateDialog and CoordinateInputDialog to DialogFragments, closes #3852 | Arne Schwabe | 2014-05-19 | 1 | -7/+0 |
| | | | |||||
| * | | Fix Actionbar spinner in Light Layout, fixes #3858 | Arne Schwabe | 2014-05-19 | 1 | -3/+3 |
| | | | |||||
| * | | multiple lint fixes | Bananeweizen | 2014-05-18 | 10 | -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 cgeo | Arne Schwabe | 2014-05-17 | 34 | -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 details | Bananeweizen | 2014-03-01 | 1 | -2/+1 |
| | | |||||
| * | fix #3470: map: unsure coords popup checkbox hidden | Bananeweizen | 2014-01-17 | 1 | -7/+0 |
| | | |||||
| * | new: search suggestions for all search fields | Bananeweizen | 2014-01-14 | 1 | -4/+4 |
| | | |||||
| * | fix #3530: login display text on main screen leads to position settings | Bananeweizen | 2014-01-09 | 1 | -10/+7 |
| | | | | of device | ||||
| * | refactoring: make search by owner/finder connector capabilities | Bananeweizen | 2014-01-04 | 1 | -2/+2 |
| | | |||||
| * | #3449: revert debug change | Bananeweizen | 2013-12-29 | 1 | -2/+2 |
| | | |||||
| * | #3449: debug change | Bananeweizen | 2013-12-28 | 1 | -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 input | Bananeweizen | 2013-12-27 | 1 | -12/+0 |
| | | |||||
| * | refactoring: convert waypoints to real list | Bananeweizen | 2013-10-20 | 3 | -24/+32 |
| | | |||||
| * | Merge branch 'release' into master_dev | rsudev | 2013-10-18 | 1 | -0/+5 |
| |\ | |||||
| | * | Fixes part of #2976, allow to manually select map directory | rsudev | 2013-10-18 | 1 | -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 screen | rsudev | 2013-10-09 | 1 | -1/+1 |
| | | | |||||
| * | | #3334: fix compass layout with big font | Bananeweizen | 2013-10-09 | 1 | -1/+1 |
| | | | |||||
| * | | new: settings for twitter message | Bananeweizen | 2013-10-05 | 1 | -13/+12 |
| | | | |||||
| * | | lint: fix layout warning | Bananeweizen | 2013-10-05 | 1 | -10/+12 |
| | | | |||||
| * | | fixes #3303 - SimpleDirChooser shows all readable directories now | Marco Jacob | 2013-10-02 | 1 | -2/+4 |
| | | | |||||
| * | | lint: ignore compass mini view in pixels | Bananeweizen | 2013-09-20 | 1 | -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 OAuth | Samuel Tardieu | 2013-09-14 | 1 | -20/+4 |
| | | | |||||
| * | | fix #3218: static map in details should be bigger | Bananeweizen | 2013-09-01 | 1 | -1/+1 |
| | | | |||||
| * | | fix #3168: Links in logs not clickable | Bananeweizen | 2013-08-25 | 1 | -2/+0 |
| |/ | |||||
| * | New: Enable fast scrolling for cache lists | SammysHP | 2013-08-22 | 1 | -1/+2 |
| | | |||||
| * | new: split about page into view pager page | Bananeweizen | 2013-08-21 | 7 | -311/+335 |
| | | |||||
| * | add FAQ link to about activity | Bananeweizen | 2013-08-20 | 1 | -0/+16 |
| | | |||||
| * | fix #3089: add license in about dialog | Bananeweizen | 2013-07-31 | 1 | -0/+25 |
| | | |||||
| * | Implements #17, Reload reCAPTCHA | rsudev | 2013-07-25 | 1 | -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 by | SammysHP | 2013-07-21 | 1 | -1/+0 |
| | | | | | c:geo | ||||
| * | InfoPreference now with Info Icon | koem | 2013-07-20 | 1 | -0/+5 |
| | | | | | http://i.imgur.com/3Z5IaG6.png | ||||
| * | Fixes #2717 - Compass Speech stops on Rotation | koem | 2013-07-16 | 1 | -95/+104 |
| | | |||||
| * | cleanup: fix ListView predefined id | Samuel Tardieu | 2013-07-14 | 1 | -1/+1 |
| | | |||||
| * | cleanup: use sp instead of dip | Samuel Tardieu | 2013-07-14 | 1 | -1/+1 |
| | | |||||
