| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | avoid useless initializations in layout preview mode | Bananeweizen | 2014-05-25 | 3 | -2/+23 |
| | | |||||
| * | fix: menus not updated dynamically on 2.3 | Bananeweizen | 2014-05-25 | 6 | -48/+8 |
| | | |||||
| * | refactoring: make list spinner adapter top level class | Bananeweizen | 2014-05-25 | 2 | -64/+74 |
| | | | | | Our classes are way to big, we should extract as many of the static sub classes as possible. | ||||
| * | fix: some activities not showing dynamic title | Bananeweizen | 2014-05-24 | 4 | -6/+16 |
| | | |||||
| * | Revert "Fix issue #3865" | Bananeweizen | 2014-05-24 | 1 | -3/+3 |
| | | | | | This reverts commit 7bb1c9d2bb0f12c66866303143e33b539fce18f3. | ||||
| * | fix #3871: provide up navigation | Bananeweizen | 2014-05-24 | 16 | -60/+46 |
| | | |||||
| * | fix #3980: re-initialize sort order after switch to history | Bananeweizen | 2014-05-24 | 1 | -5/+9 |
| | | |||||
| * | fix #2049: automate download of cartridge | Bananeweizen | 2014-05-24 | 1 | -1/+21 |
| | | |||||
| * | multiple lint and compiler warning fixes | Bananeweizen | 2014-05-24 | 2 | -4/+4 |
| | | |||||
| * | Fix #3899: Units.getSpeed() returns uncommon string | SammysHP | 2014-05-23 | 1 | -5/+5 |
| | | |||||
| * | #3818: kill multiple map references | Bananeweizen | 2014-05-23 | 1 | -58/+92 |
| | | |||||
| * | fix #3897: own log not added to friend/own log page after logging | Samuel Tardieu | 2014-05-22 | 1 | -0/+1 |
| | | |||||
| * | fix #3877: hide menu items instead of disabling them | Bananeweizen | 2014-05-22 | 3 | -7/+8 |
| | | | | | We probably need to do further rework on the menus, but this fixes at least the style guideline issue. | ||||
| * | Flatten menu in the List menu, makes new list more accessible, fixes #3884 | Arne Schwabe | 2014-05-22 | 1 | -14/+2 |
| | | |||||
| * | Make Fragment implementation more conforming to the coding guidelines. ↵ | Arne Schwabe | 2014-05-20 | 4 | -52/+82 |
| | | | | | Fixes crash on rotation | ||||
| * | fix compile errors | Bananeweizen | 2014-05-20 | 3 | -7/+0 |
| | | |||||
| * | Merge pull request #3847 from schwabe/cgeo_nfc | Bananeweizen | 2014-05-20 | 24 | -31/+125 |
| |\ | | | | | Implement Android Beam (NFC Sharing) for cgeo | ||||
| | * | Implement Android Beam (NFC Sharing) for cgeo | Arne Schwabe | 2014-05-18 | 24 | -31/+125 |
| | | | | | | | | | To support direct opening of CGEO on the other device, introduce a distinction between getBrowserURL and getCgeoURL in providers. | ||||
| * | | Merge pull request #3869 from schwabe/fix_iusse3852 | Bananeweizen | 2014-05-20 | 8 | -99/+80 |
| |\ \ | | | | | | | Convert DateDialog and CoordinateInputDialog to DialogFragments, closes #3852 | ||||
| | * | | Convert DateDialog and CoordinateInputDialog to DialogFragments, closes #3852 | Arne Schwabe | 2014-05-19 | 8 | -99/+80 |
| | | | | |||||
| * | | | Merge pull request #3850 from schwabe/fix_oauth_dialogs | Bananeweizen | 2014-05-19 | 3 | -17/+5 |
| |\ \ \ | |/ / |/| | | Don't let the OAuth dialogs use the Dialog theme | ||||
| | * | | Don't let the OAuth dialogs use the Dialog theme | Arne Schwabe | 2014-05-18 | 3 | -17/+5 |
| | |/ | | | | | | | 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. | ||||
| * | | Fix issue #3865 | Arne Schwabe | 2014-05-19 | 1 | -3/+3 |
| | | | |||||
| * | | Implements #96, Change log / What's new popup on start | rsudev | 2014-05-18 | 3 | -1/+36 |
| |/ | | | | | | - Checks the last version from preferences with current - Stores current version - switches to about - changelog on version change | ||||
| * | show about when clicking home in main activity | Bananeweizen | 2014-05-18 | 1 | -1/+2 |
| | | |||||
| * | multiple code cleanups | Bananeweizen | 2014-05-18 | 6 | -25/+8 |
| | | | | | | | | | * 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) | ||||
| * | remove Java warning on unused argument | Bananeweizen | 2014-05-18 | 1 | -1/+6 |
| | | |||||
| * | avoid application crash when clicking home button | Bananeweizen | 2014-05-18 | 1 | -0/+3 |
| | | | | | | Every activity starts the main activity when clicking the home button. We should avoid that in the main activity itself as it leads to a crash of the app. | ||||
| * | Merge remote-tracking branch 'schwabe/actionbar_pullrequest' | Bananeweizen | 2014-05-18 | 40 | -714/+1334 |
| |\ | | | | | | | | | | | Conflicts: main/res/values/preference_keys.xml main/src/cgeo/geocaching/CgeoApplication.java | ||||
| | * | Allow the user to choose always displaying the overflow button | Arne Schwabe | 2014-05-17 | 3 | -0/+37 |
| | | | | | | | | | | | | | | | Manually Cherry pick from rsudev/actionbar_schwabe: Always display the overflow menu button. Allow user to decide if the overflow should be shown or not. Since this only works on 3.0-4.3 hide the option on other platforms. | ||||
| | * | Implement ActionBar using AppCompat in cgeo | Arne Schwabe | 2014-05-17 | 37 | -714/+1298 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | #3818: remove further GC blocking references | Bananeweizen | 2014-05-17 | 12 | -47/+60 |
| | | | |||||
| * | | Fixes #3838, All caches are "own" if not logged in to GC.com | rsudev | 2014-05-17 | 2 | -3/+3 |
| | | | | | | | | | - check for empty user name in owner check for oc and gc | ||||
| * | | some formatting fixes | Bananeweizen | 2014-05-17 | 4 | -51/+34 |
| | | | |||||
| * | | #3818: enable memory dumps on demand | Bananeweizen | 2014-05-17 | 5 | -8/+92 |
| | | | |||||
| * | | fix #3823: detect import file type by content | Bananeweizen | 2014-05-17 | 3 | -34/+151 |
| |/ | |||||
| * | fix #3255: don't ask for list when storing from history | Bananeweizen | 2014-05-17 | 4 | -17/+19 |
| | | |||||
| * | fix #3342: show send2cgeo menu also with no registration | Bananeweizen | 2014-05-17 | 1 | -2/+15 |
| | | |||||
| * | minor code cleanups | Bananeweizen | 2014-05-17 | 11 | -71/+57 |
| | | |||||
| * | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2014-05-14 | 1 | -0/+7 |
| |\ | | | | | | | | | Conflicts: main/res/values/changelog_release.xml | ||||
| | * | fix #3837: parse new GPX waypoint types | Bananeweizen | 2014-05-14 | 1 | -0/+7 |
| | | | |||||
| * | | Handler can be null in calls to GCParser methods | Samuel Tardieu | 2014-05-14 | 1 | -2/+2 |
| | | | |||||
| * | | Add addtional @NonNull annotation | Samuel Tardieu | 2014-05-14 | 1 | -0/+2 |
| | | | |||||
| * | | Minor cleanups | Samuel Tardieu | 2014-05-14 | 10 | -32/+18 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-05-13 | 3 | -2/+14 |
| |\ \ | |/ | |||||
| | * | fix #3836: cache type is no longer recognized due to gc.com change | Samuel Tardieu | 2014-05-13 | 3 | -2/+14 |
| | | | |||||
| * | | Mark method return as NonNull | Samuel Tardieu | 2014-05-13 | 1 | -2/+2 |
| | | | | | | | | | The interface has changed in a recent commit. | ||||
| * | | Parse and load additional logs and rating in parallel | Samuel Tardieu | 2014-05-13 | 1 | -10/+25 |
| | | | |||||
| * | | Separate cache parsing and database saving code | Samuel Tardieu | 2014-05-13 | 2 | -43/+61 |
| | | | | | | | | | | | This allows us to avoid saving and reloading logs in the case where we want to add friends and own logs. | ||||
| * | | Load friends logs and own log in parallel | Samuel Tardieu | 2014-05-13 | 2 | -112/+121 |
| | | | |||||
