| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix several name shadowing occurrences | Bananeweizen | 2014-06-29 | 1 | -6/+6 |
| | | |||||
| * | In Popup Menus the share item does not always have actionProvider, check for ↵ | Arne Schwabe | 2014-06-15 | 1 | -0/+9 |
| | | | | | an actionprovider in the menu handler (fixes #3996) | ||||
| * | fix #3907: duplicate share menu | Bananeweizen | 2014-06-13 | 1 | -11/+1 |
| | | |||||
| * | Add more parallelism in static maps downloads | Samuel Tardieu | 2014-06-01 | 1 | -3/+2 |
| | | |||||
| * | fix broken unit tests | Bananeweizen | 2014-05-31 | 1 | -81/+77 |
| | | |||||
| * | Merge pull request #3901 from schwabe/internal_webview | Bananeweizen | 2014-05-31 | 1 | -6/+24 |
| |\ | | | | | Internal webview | ||||
| | * | Implement a small internal browser (using webview) and allow the user to ↵ | Arne Schwabe | 2014-05-24 | 1 | -1/+21 |
| | | | | | | | | | pick the user to select an internal/external browser if c:geo is the default of the geocaching url | ||||
| | * | Revert the url distinguistion from "Implement Android Beam (NFC Sharing) for ↵ | Arne Schwabe | 2014-05-24 | 1 | -6/+4 |
| | | | | | | | | | | | | | cgeo", as it seems the // urls don't work anymore. This partly reverts commit a0825983139c99a9799503cafdf0dd0e3ce54a2f. | ||||
| * | | cleanup: remove unwanted authors javadoc tag | Bananeweizen | 2014-05-29 | 1 | -4/+0 |
| |/ | |||||
| * | Implement Android Beam (NFC Sharing) for cgeo | Arne Schwabe | 2014-05-18 | 1 | -4/+6 |
| | | | | | To support direct opening of CGEO on the other device, introduce a distinction between getBrowserURL and getCgeoURL in providers. | ||||
| * | Implement ActionBar using AppCompat in cgeo | Arne Schwabe | 2014-05-17 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 #3255: don't ask for list when storing from history | Bananeweizen | 2014-05-17 | 1 | -4/+4 |
| | | |||||
| * | minor code cleanups | Bananeweizen | 2014-05-17 | 1 | -1/+2 |
| | | |||||
| * | Upgrade to RxJava 0.18.3 and use the new Scheduler interface | Samuel Tardieu | 2014-05-13 | 1 | -8/+5 |
| | | |||||
| * | Use the same name as GPS manufacturers for local spoilers | Samuel Tardieu | 2014-04-26 | 1 | -2/+2 |
| | | | | | Garmin uses GeocachePhotos. This will ease the transfer of files. | ||||
| * | fix #3791: have logs separated from caches | Michael Keppler | 2014-04-25 | 1 | -32/+16 |
| | | |||||
| * | Local spoilers are not real spoilers | Samuel Tardieu | 2014-04-24 | 1 | -3/+3 |
| | | | | | | They should not be returned by getSpoilers() as they would be stored again. | ||||
| * | close #3438: import external spoiler images | Jean Caffou | 2014-04-24 | 1 | -4/+22 |
| | | |||||
| * | fix #3697: have attended as log type on day of event | Michael Keppler | 2014-04-22 | 1 | -0/+20 |
| | | |||||
| * | remove unneeded suppresswarnings | Michael Keppler | 2014-04-19 | 1 | -1/+3 |
| | | | | | | 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. | ||||
| * | fix #3721: NPE in Geocache.hashCode() | Samuel Tardieu | 2014-04-02 | 1 | -8/+3 |
| | | | | | | | Also, hash codes must be equal when the objects compare equal. Since equality compares only geocodes, the hash codes must also only take geocodes into consideration. | ||||
| * | Do not open images from geocheck.org in external application | Samuel Tardieu | 2014-03-22 | 1 | -1/+6 |
| | | |||||
| * | fix #3661: add ability to open image from cache description | Samuel Tardieu | 2014-03-15 | 1 | -2/+29 |
| | | |||||
| * | refactoring: factor out code for cache dropping | Samuel Tardieu | 2014-03-11 | 1 | -8/+16 |
| | | |||||
| * | refactoring: factor out code for cache refreshing | Samuel Tardieu | 2014-03-11 | 1 | -2/+15 |
| | | |||||
| * | Merge branch 'release' into upstream | Samuel Tardieu | 2014-02-28 | 1 | -51/+3 |
| |\ | |||||
| | * | refactoring: move waypoint parsing code in Waypoint | Samuel Tardieu | 2014-02-28 | 1 | -51/+3 |
| | | | |||||
| * | | refactoring: move GC specific code in GCParser | Samuel Tardieu | 2014-02-28 | 1 | -16/+0 |
| | | | |||||
| * | | refactoring: remove unused warnings | Samuel Tardieu | 2014-02-28 | 1 | -1/+1 |
| | | | |||||
| * | | fix #3556: Calendar plugin should also read short description for time | Bananeweizen | 2014-01-20 | 1 | -1/+2 |
| | | | |||||
| * | | fix deprecations | Bananeweizen | 2014-01-19 | 1 | -0/+1 |
| | | | | | | | | | * remove rxjava deprecations * silence commons lang deprecations | ||||
| * | | fix #3551: Circles on map not shown for mystery/multi caches with final | Bananeweizen | 2014-01-18 | 1 | -0/+4 |
| | | | | | | | defined | ||||
| * | | When storing a cache, download images concurrently | Samuel Tardieu | 2014-01-12 | 1 | -0/+2 |
| | | | | | | | | | | | Up to 5 downloads can happen simultaneously. Also, those downloads are executed concurrently to static map requests if any. | ||||
| * | | refactoring: remove unused code | Bananeweizen | 2014-01-12 | 1 | -11/+1 |
| | | | |||||
| * | | refactoring: simplify boolean expression | Samuel Tardieu | 2014-01-11 | 1 | -7/+1 |
| | | | |||||
| * | | Use RxJava.Action1 instead of our RunnableWithArgument | Samuel Tardieu | 2014-01-11 | 1 | -1/+0 |
| |/ | |||||
| * | refactoring: make user actions depend on the connector | Bananeweizen | 2014-01-04 | 1 | -4/+0 |
| | | | | | | | This enables the contacts addon and search by user/owner for all user names (independent of the kind of cache). Of course, search by user/owner still only works for GC, so one cannot find EC owner caches that way. | ||||
| * | fix #3494: EC attributes disappear on refresh | Samuel Tardieu | 2014-01-03 | 1 | -4/+4 |
| | | | | | | The lazy loading of attributes appeared after they had been removed from the database. | ||||
| * | There is no point in clearing an empty list | Samuel Tardieu | 2014-01-03 | 1 | -1/+0 |
| | | |||||
| * | Return a concrete list when returning cache logs | Samuel Tardieu | 2014-01-02 | 1 | -2/+5 |
| | | |||||
| * | optimization: do not merge a cache against itself | Samuel Tardieu | 2014-01-01 | 1 | -0/+3 |
| | | | | | | | | During the process of saving a cache, it will be merged against the version present in CacheCache if any. Quite often, the version in CacheCache is the cache object itself, and a merge is attempted against itself. | ||||
| * | fix some findbugs findings | Michael Keppler | 2013-12-23 | 1 | -2/+2 |
| | | |||||
| * | refactoring: remove duplicate code | Bananeweizen | 2013-12-19 | 1 | -0/+17 |
| | | |||||
| * | fix: NPE in search by geocode | Bananeweizen | 2013-12-16 | 1 | -4/+4 |
| | | |||||
| * | calendar addon: recognize one more variation of the event time | Bananeweizen | 2013-12-13 | 1 | -1/+1 |
| | | |||||
| * | findbugs: more cleanup | Bananeweizen | 2013-12-08 | 1 | -0/+3 |
| | | | | | * include findbugs suppression annotations * have findbugs settings stored as shared settings | ||||
| * | Fix #3441, 'Visited' not saved for own waypoints | rsudev | 2013-11-26 | 1 | -1/+32 |
| | | | | | To disambiguate own waypoints in merge, generate a unique prefix on addition to the cache | ||||
| * | Implements stable keys for opencaching waypoints | rsudev | 2013-11-23 | 1 | -0/+8 |
| | | | | | | additionally extend ex- and import (gpx) to also contain visited and userdefined. | ||||
| * | fix #3396: crash on logging event cache | Bananeweizen | 2013-11-09 | 1 | -0/+2 |
| | | |||||
| * | fixes #3370 #2960 #1320 - also keep empty and null values for hint, short ↵ | Marco Jacob | 2013-11-07 | 1 | -3/+3 |
| | | | | | description and attributes | ||||
