| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix #4641: wrong sort order in caches filter | Samuel Tardieu | 2015-02-01 | 1 | -2/+3 |
| | | |||||
| * | Revert "Use bindView instead of bindActivity/bindFragment where appropriate" | Samuel Tardieu | 2015-01-08 | 1 | -3/+5 |
| | | | | | | | | This reverts commit d3dc2be5040ea3f4846d9b948c3a0f95b9359f71 and fixes #4604. Conflicts: main/src/cgeo/geocaching/MainActivity.java | ||||
| * | Use MapQuest reverse geocoder if the Android one fails | Samuel Tardieu | 2015-01-07 | 1 | -23/+13 |
| | | |||||
| * | Use bindView instead of bindActivity/bindFragment where appropriate | Samuel Tardieu | 2015-01-07 | 1 | -3/+3 |
| | | |||||
| * | Upgrade to RxAndroid 0.24.0 | Samuel Tardieu | 2015-01-07 | 1 | -3/+3 |
| | | |||||
| * | refactoring: more null annotations | Bananeweizen | 2015-01-02 | 1 | -1/+1 |
| | | |||||
| * | refactoring: assert without parenthesis | Bananeweizen | 2015-01-01 | 1 | -1/+1 |
| | | |||||
| * | Use GPS when compass is disabled or absent | Samuel Tardieu | 2015-01-01 | 1 | -6/+3 |
| | | | | | Work on #4548. | ||||
| * | Remove used-once interface IGeoData | Samuel Tardieu | 2014-11-23 | 1 | -2/+2 |
| | | | | | | IGeoData was only implemented by the GeoData class. We can as well use it directly. | ||||
| * | IGeoData#getCoords() can never be null | Samuel Tardieu | 2014-11-23 | 1 | -4/+0 |
| | | |||||
| * | Cleanup the database from within the DataStore class | Samuel Tardieu | 2014-11-20 | 1 | -33/+2 |
| | | |||||
| * | Use a scheduler instead of a thread to update bubble count | Samuel Tardieu | 2014-11-20 | 1 | -47/+17 |
| | | |||||
| * | remove useless semicolon | Bananeweizen | 2014-11-15 | 1 | -1/+1 |
| | | |||||
| * | Try to relog if needed when connectivity reappears | Samuel Tardieu | 2014-11-08 | 1 | -0/+22 |
| | | | | | Part of work on #2025. | ||||
| * | Use network scheduler instead of threads to log in | Samuel Tardieu | 2014-11-07 | 1 | -3/+4 |
| | | | | | This enforces the limit of concurrent connections. | ||||
| * | rename package | Bananeweizen | 2014-11-02 | 1 | -2/+2 |
| | | | | | The package not only contains the GeoPoint definition, but other location related classes, too. | ||||
| * | Merge branch 'release' into upstream | Samuel Tardieu | 2014-08-30 | 1 | -2/+0 |
| |\ | |||||
| | * | fix #4278: force English does not work on main screen | Samuel Tardieu | 2014-08-30 | 1 | -2/+0 |
| | | | |||||
| * | | Get the initial location from Android at startup time | Samuel Tardieu | 2014-08-26 | 1 | -0/+3 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2014-08-25 | 1 | -1/+1 |
| |\ \ | |/ | | | | | | | Conflicts: main/res/values/strings.xml | ||||
| | * | fix #4213: showcase for cache list activity | Bananeweizen | 2014-08-25 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2014-08-24 | 1 | -1/+10 |
| |\ \ | |/ | | | | | | | | | | | Conflicts: main/project.properties main/res/values/strings.xml main/src/cgeo/geocaching/LogCacheActivity.java | ||||
| | * | initial showcase implementation | Bananeweizen | 2014-08-14 | 1 | -1/+10 |
| | | | |||||
| * | | allow more types of shortcuts from the home screen | Bananeweizen | 2014-08-23 | 1 | -3/+3 |
| | | | |||||
| * | | Upgrade to RxJava 0.20.0 | Samuel Tardieu | 2014-08-19 | 1 | -1/+1 |
| | | | |||||
| * | | Implement low geolocation power mode for main activity and lists | Samuel Tardieu | 2014-08-18 | 1 | -1/+1 |
| | | | |||||
| * | | Temporary workaround for #4143 | rsudev | 2014-08-08 | 1 | -6/+12 |
| | | | |||||
| * | | Do not use instanceof in place of inheritance | Samuel Tardieu | 2014-08-04 | 1 | -4/+2 |
| | | | |||||
| * | | Remove GPS status from location information | Samuel Tardieu | 2014-08-03 | 1 | -28/+10 |
| |/ | |||||
| * | refactoring: reduce package cycles | Bananeweizen | 2014-07-20 | 1 | -1/+1 |
| | | |||||
| * | switch to Java 1.7 | Bananeweizen | 2014-07-17 | 1 | -3/+3 |
| | | | | | At least since march both ADT and Android Studio support Java 7 features in Android development. Let's use them. | ||||
| * | Use a shared download scheduler for all network access | Samuel Tardieu | 2014-07-06 | 1 | -2/+2 |
| | | |||||
| * | Implements #3894, Only show Changelog on startup if hash code changed | rsudev | 2014-06-12 | 1 | -4/+5 |
| | | | | | - switched from version checking to checksum checking | ||||
| * | fix #3970: crash when trying to change GC-username | Samuel Tardieu | 2014-06-09 | 1 | -0/+6 |
| | | |||||
| * | Upgrade RxJava to version 0.19 | Samuel Tardieu | 2014-06-09 | 1 | -1/+2 |
| | | |||||
| * | fix #3864: don't call search function on our own | Bananeweizen | 2014-06-01 | 1 | -28/+25 |
| | | | | | | This is already handled by the search configuration. We would only need to call this ourselfes if we had not registered such a search configuration. | ||||
| * | fix #3871: provide up navigation | Bananeweizen | 2014-05-24 | 1 | -2/+1 |
| | | |||||
| * | Implements #96, Change log / What's new popup on start | rsudev | 2014-05-18 | 1 | -0/+12 |
| | | | | | | | - 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 |
| | | |||||
| * | 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. | ||||
| * | Implement ActionBar using AppCompat in cgeo | Arne Schwabe | 2014-05-17 | 1 | -11/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Take advantage of RxJava's renewed Android operators | Samuel Tardieu | 2014-04-20 | 1 | -6/+5 |
| | | |||||
| * | remove unneeded suppresswarnings | Michael Keppler | 2014-04-19 | 1 | -9/+11 |
| | | | | | | Eclipse does not show a warning if the parameter is documented in the JavaDoc. If your IDE shows warnings about these parameters now after the change, consider upgrading. | ||||
| * | Do not use AndroidObservable | Samuel Tardieu | 2014-04-05 | 1 | -6/+4 |
| | | | | | This lets us return to an unmodified version of RxJava. | ||||
| * | Allow subscription to either location or direction data | Samuel Tardieu | 2014-03-26 | 1 | -3/+3 |
| | | | | | | | | | The forced union of both information is not appropriate in several activities where only GPS data is needed, or where direction data update less components than location data (such as cache lists). This is part of work on #3680. | ||||
| * | Upgrade to RxJava 0.17.1 + cgeo patch | Samuel Tardieu | 2014-03-22 | 1 | -4/+4 |
| | | | | | | | | | | | There is an ongoing problem with RxJava, discussed at https://github.com/Netflix/RxJava/issues/979 This version includes a patch available at https://github.com/cgeo/RxJava/commit/9ffb27f310d9f454d10d4d03206d8b5a262f6d63 fixup! Upgrade to RxJava 0.17.1 | ||||
| * | Automatically pair subscriptions in onResume/onPause | Samuel Tardieu | 2014-03-10 | 1 | -5/+2 |
| | | |||||
| * | Always use a combined geodata and direction provider | Samuel Tardieu | 2014-03-06 | 1 | -6/+6 |
| | | |||||
| * | refactoring: create cgeo.geocaching.sensors package | Samuel Tardieu | 2014-03-06 | 1 | -1/+2 |
| | | |||||
| * | fix #3266 | Darek Kay | 2014-03-02 | 1 | -1/+2 |
| | | |||||
