| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | lint fixes | Bananeweizen | 2014-06-01 | 1 | -3/+7 |
| | | |||||
| * | Merge pull request #3901 from schwabe/internal_webview | Bananeweizen | 2014-05-31 | 1 | -0/+28 |
| |\ | | | | | Internal webview | ||||
| | * | Implement a small internal browser (using webview) and allow the user to ↵ | Arne Schwabe | 2014-05-24 | 1 | -0/+28 |
| | | | | | | | | | pick the user to select an internal/external browser if c:geo is the default of the geocaching url | ||||
| * | | new: contextual action bar for cache details and trackable | Bananeweizen | 2014-05-29 | 1 | -5/+10 |
| | | | | | | | | | | | This is surely not complete (as we still use other local context menus in the same actions), but a start for converting all context menus to contextual action bars. | ||||
| * | | fix: menus not updated dynamically on 2.3 | Bananeweizen | 2014-05-25 | 1 | -2/+7 |
| | | | |||||
| * | | fix: some activities not showing dynamic title | Bananeweizen | 2014-05-24 | 2 | -3/+13 |
| | | | |||||
| * | | fix #3871: provide up navigation | Bananeweizen | 2014-05-24 | 4 | -27/+30 |
| |/ | |||||
| * | Merge pull request #3847 from schwabe/cgeo_nfc | Bananeweizen | 2014-05-20 | 1 | -0/+36 |
| |\ | | | | | Implement Android Beam (NFC Sharing) for cgeo | ||||
| | * | Implement Android Beam (NFC Sharing) for cgeo | Arne Schwabe | 2014-05-18 | 1 | -0/+36 |
| | | | | | | | | | To support direct opening of CGEO on the other device, introduce a distinction between getBrowserURL and getCgeoURL in providers. | ||||
| * | | Don't let the OAuth dialogs use the Dialog theme | Arne Schwabe | 2014-05-18 | 2 | -15/+2 |
| |/ | | | | This fixes the crash when a OAuth dialog is shown, a correct fix would to convert the OAuth dialogs to activities/DialogFragment but that is more work and can be done later. | ||||
| * | multiple code cleanups | Bananeweizen | 2014-05-18 | 1 | -2/+1 |
| | | | | | | | | | * unused imports * remove author comment * restrict access * fix StaticMapsActivity code generation cycle (it should not contain references to classes which are generated by the annotation processor from itself) | ||||
| * | Implement ActionBar using AppCompat in cgeo | Arne Schwabe | 2014-05-17 | 6 | -38/+125 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Merge branch 'release' into upstream | Samuel Tardieu | 2014-04-13 | 1 | -1/+1 |
| |\ | |||||
| | * | fix #3761: crash when long-clicking on a value field | Samuel Tardieu | 2014-04-13 | 1 | -1/+1 |
| | | | |||||
| * | | Remove compatibility with API < 5 | Samuel Tardieu | 2014-04-01 | 1 | -3/+8 |
| |/ | |||||
| * | Use a subscription model for GeoDirHandler | Samuel Tardieu | 2014-03-10 | 1 | -0/+1 |
| | | |||||
| * | Automatically pair subscriptions in onResume/onPause | Samuel Tardieu | 2014-03-10 | 1 | -0/+13 |
| | | |||||
| * | refactoring: clean progress dialog handling | Samuel Tardieu | 2014-02-27 | 1 | -11/+6 |
| | | |||||
| * | Merge branch 'release' into upstream | Samuel Tardieu | 2014-02-27 | 1 | -2/+2 |
| |\ | |||||
| | * | fix #3550: dialog don't show up the second time | Samuel Tardieu | 2014-02-27 | 1 | -2/+2 |
| | | | |||||
| * | | refactoring: do not duplicate code | Samuel Tardieu | 2014-02-24 | 1 | -0/+28 |
| | | | |||||
| * | | refactoring: do not duplicate code | Samuel Tardieu | 2014-02-24 | 1 | -0/+21 |
| | | | |||||
| * | | fix #3577: show keyboard on edit note | Bananeweizen | 2014-01-31 | 2 | -4/+46 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-01-26 | 1 | -1/+6 |
| |\ \ | |/ | |||||
| | * | fix #3570: crash when dismissing a progress dialog | Samuel Tardieu | 2014-01-26 | 1 | -1/+6 |
| | | | | | | | | | | | | | This crash should never happen if we handled lifecycles more correctly. But to avoid penalizing users in the meantime, this temporary fix will allow the application to go on. | ||||
| * | | fix #3100: Set cursor in personal notes at the end | Bananeweizen | 2014-01-17 | 1 | -1/+1 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2014-01-17 | 1 | -1/+3 |
| |\ \ | |/ | |||||
| | * | fix #3545: Opening saved caches lead to crash if "Last Page" is active | Bananeweizen | 2014-01-17 | 1 | -1/+3 |
| | | | |||||
| * | | Use RxJava.Action1 instead of our RunnableWithArgument | Samuel Tardieu | 2014-01-11 | 1 | -1/+0 |
| | | | |||||
| * | | fix #3522: do not asynchronously play with GPS status | Samuel Tardieu | 2014-01-08 | 1 | -23/+0 |
| |/ | |||||
| * | fix #3521: GPS would stay on after a cache list refresh | Samuel Tardieu | 2014-01-06 | 1 | -0/+23 |
| | | | | | | | | | | | The previous fix for #3521 was incomplete and only reduced the time window during which the GPS could be turned on in a race condition (4c5ef68f45a2b35537b89f857c1aa9fcb117ae83). This one prevents the GPS from being turned on again when the activity is paused (which includes a dead activity as well if the user has left). | ||||
| * | findbugs casts and dereference warnings | Michael Keppler | 2013-12-25 | 1 | -1/+1 |
| | | |||||
| * | fix #3477: NPE in view state management | Michael Keppler | 2013-12-25 | 1 | -2/+7 |
| | | |||||
| * | fix #3471: avoid null being possible in the interface | Michael Keppler | 2013-12-25 | 1 | -2/+5 |
| | | | | | | This change also prohibits the same error to occur again in another implementation of the same interface and should therefore be preferred to just checking for null in the current interface implementation. | ||||
| * | refactoring: simplify confirmation dialogs, remove duplicate code | Bananeweizen | 2013-12-19 | 4 | -50/+1 |
| | | |||||
| * | refactor: generalize state storing for listview based viewpager pages | Bananeweizen | 2013-12-08 | 1 | -2/+4 |
| | | |||||
| * | Merge remote-tracking branch 'KiwiStone/issue-3354' | Bananeweizen | 2013-12-08 | 1 | -1/+35 |
| |\ | |||||
| | * | fixes #3354 - Position not saved on logbook screen | KiwiStone | 2013-11-29 | 1 | -1/+35 |
| | | | |||||
| * | | refactor: upgrade to butterknife 4 | Bananeweizen | 2013-11-27 | 1 | -2/+2 |
| | | | |||||
| * | | refactoring: remove unused code | Bananeweizen | 2013-10-05 | 1 | -9/+1 |
| | | | |||||
| * | | Fixes #3318, OC Authorization activity is black on black with light skin and ↵ | rsudev | 2013-10-04 | 1 | -1/+10 |
| | | | | | | | | | | | | | Android 2.x Apply DialogTheme which is Android 2.x aware | ||||
| * | | refactoring: cgeoapplication -> CgeoApplication | Samuel Tardieu | 2013-09-13 | 2 | -6/+6 |
| | | | |||||
| * | | findbugs: unchecked casts | Bananeweizen | 2013-08-28 | 1 | -2/+1 |
| |/ | |||||
| * | fix #3107: onscreen keyboard remains after failed search | Bananeweizen | 2013-08-05 | 1 | -1/+7 |
| | | |||||
| * | cleanup: remove redundant type casts | Samuel Tardieu | 2013-07-14 | 1 | -2/+2 |
| | | |||||
| * | Implements #750, use preference activity | koem | 2013-07-09 | 2 | -29/+34 |
| | | |||||
| * | ViewPager - Notify when contents of adapter change | campbeb | 2013-06-12 | 1 | -4/+9 |
| | | | | | | Some missing calls to notifyDataSetChanged discovered when testing latest version of support library | ||||
| * | Restore regular progress dialog styling | campbeb | 2013-06-10 | 1 | -1/+1 |
| | | | | | Reverts one of the changes in d146f6e25ceaa65983b51e46f2dfa89f71182be8 | ||||
| * | Fix #2527 - Apply dialog theme to dialogs | campbeb | 2013-06-08 | 1 | -1/+1 |
| | | | | | | | | Ensures the dialog is properly positioned on the screen and treated like a dialog instead of a semi-floating window Fixes #2527 | ||||
| * | refactoring: fix deprecation warnings | Bananeweizen | 2013-05-27 | 1 | -4/+5 |
| | | |||||
