| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | show about when clicking home in main activity | Bananeweizen | 2014-05-18 | 1 | -1/+2 |
| | | |||||
| * | change: use complete actionbar space for search input | Bananeweizen | 2014-05-18 | 1 | -17/+18 |
| | | |||||
| * | ignore all lint issue in appcompat | Bananeweizen | 2014-05-18 | 1 | -0/+154 |
| | | |||||
| * | Ant build: have default build.xml | Bananeweizen | 2014-05-18 | 2 | -0/+112 |
| | | |||||
| * | refactoring: remove Sonar nature from main project | Bananeweizen | 2014-05-18 | 1 | -8/+0 |
| | | |||||
| * | 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. | ||||
| * | include appcompat in repo to ease the build | Bananeweizen | 2014-05-18 | 429 | -1/+6478 |
| | | | | | If anyone wants to use git submodules instead, this can easily be done afterwards. | ||||
| * | upgrade support library to avoid conflict with actionbar | Bananeweizen | 2014-05-18 | 1 | -0/+0 |
| | | | | | All projects must use the same library version, otherwise it will not build. | ||||
| * | Merge remote-tracking branch 'schwabe/actionbar_pullrequest' | Bananeweizen | 2014-05-18 | 200 | -961/+1674 |
| |\ | | | | | | | | | | | 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 | 6 | -0/+48 |
| | | | | | | | | | | | | | | | 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. | ||||
| | * | Add off image for the mylocation png and add use for mapsview | Arne Schwabe | 2014-05-17 | 4 | -2/+2 |
| | | | |||||
| | * | Update menu icons with newer version imported from Android Open Source Project | Arne Schwabe | 2014-05-17 | 96 | -0/+0 |
| | | | | | | | | | These menu icon are designed for the new ActionBar | ||||
| | * | Implement ActionBar using AppCompat in cgeo | Arne Schwabe | 2014-05-17 | 95 | -959/+1617 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | Update changelog_master.xml | Lars | 2014-05-18 | 1 | -0/+5 |
| | | | |||||
| * | | #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 | 8 | -8/+99 |
| | | | |||||
| * | | avoid NPE on CI | Bananeweizen | 2014-05-17 | 1 | -5/+6 |
| | | | | | | | Funny enough, locally that same exception does not happen. | ||||
| * | | fix #3823: detect import file type by content | Bananeweizen | 2014-05-17 | 5 | -34/+209 |
| |/ | |||||
| * | fix #3255: don't ask for list when storing from history | Bananeweizen | 2014-05-17 | 5 | -18/+20 |
| | | |||||
| * | fix #3342: show send2cgeo menu also with no registration | Bananeweizen | 2014-05-17 | 3 | -11/+31 |
| | | |||||
| * | minor code cleanups | Bananeweizen | 2014-05-17 | 11 | -71/+57 |
| | | |||||
| * | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2014-05-14 | 5 | -1/+4884 |
| |\ | | | | | | | | | Conflicts: main/res/values/changelog_release.xml | ||||
| | * | fix #3837: parse new GPX waypoint types | Bananeweizen | 2014-05-14 | 4 | -0/+4883 |
| | | | |||||
| | * | Update changelog_release.xml | Lars | 2014-05-14 | 1 | -4/+2 |
| | | | | | | | | | Sometime the github UI changes the branch without notice. So the first update went to the wrong branch. | ||||
| * | | Update Intellij IDEA warnings and errors | Samuel Tardieu | 2014-05-14 | 1 | -3/+19 |
| | | | |||||
| * | | 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 | 4 | -4/+5 |
| | | | |||||
| * | | Minor cleanups | Samuel Tardieu | 2014-05-14 | 1 | -3/+3 |
| | | | |||||
| * | | Minor cleanups | Samuel Tardieu | 2014-05-14 | 10 | -32/+18 |
| | | | |||||
| * | | Update changelog_release.xml | Lars | 2014-05-14 | 1 | -4/+2 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-05-13 | 4 | -13/+28 |
| |\ \ | |/ | |||||
| | * | fix #3836: cache type is no longer recognized due to gc.com change | Samuel Tardieu | 2014-05-13 | 3 | -2/+14 |
| | | | |||||
| | * | Update changelog_release.xml | Lars | 2014-05-06 | 1 | -11/+14 |
| | | | | | | | | | | | | | - Adapted to new format - Some wording corrections - Milestone Corrected - Appended section for possible next bugfix release | ||||
| * | | 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 | 3 | -50/+68 |
| | | | | | | | | | | | 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 |
| | | | |||||
| * | | Upgrade to RxJava 0.18.3 and use the new Scheduler interface | Samuel Tardieu | 2014-05-13 | 14 | -58/+41 |
| | | | |||||
| * | | Update IntelliJ IDEA files | Samuel Tardieu | 2014-05-13 | 3 | -3/+55 |
| | | | |||||
| * | | refactoring: remove listener references to cachelistadapter | Bananeweizen | 2014-05-13 | 1 | -13/+26 |
| | | | |||||
| * | | Merge pull request #3832 from rsudev/crowdin_translations | rsudev | 2014-05-12 | 1 | -2/+2 |
| |\ \ | | | | | | | crowdin: New translations | ||||
| | * | | crowdin: New translations | rsudev | 2014-05-12 | 1 | -2/+2 |
| |/ / | |||||
| * | | Dump memory on OOM to investigate #3818 | rsudev | 2014-05-12 | 1 | -0/+31 |
| | | | |||||
| * | | fix #3814: enable list menu after leaving history | Bananeweizen | 2014-05-11 | 1 | -0/+1 |
| | | | |||||
| * | | change: set ownerUserId for OC caches | Bananeweizen | 2014-05-11 | 2 | -2/+7 |
| | | | | | | | | | Some parts of our code expect this field to have some useful values. Therefore don't leave it empty for OC caches. | ||||
