| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'issue-4686' into upstream | Samuel Tardieu | 2015-03-16 | 1 | -3/+6 |
| |\ | |||||
| | * | fix #4686: waypoint texts might get mixed up | Samuel Tardieu | 2015-03-16 | 1 | -3/+6 |
| | | | |||||
| * | | Merge branch 'issue-4727' into upstream | Samuel Tardieu | 2015-03-08 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | fix #4727: images in short description are absent from images tab | Samuel Tardieu | 2015-03-08 | 1 | -1/+1 |
| | | | |||||
| * | | better event start time detection | Bananeweizen | 2015-02-21 | 1 | -3/+3 |
| | | | |||||
| * | | Rename DateUtils into CalendarUtils | Samuel Tardieu | 2015-02-16 | 1 | -3/+3 |
| | | | | | | | | | | | cgeo uses android.text.format.DateUtils, having a utility class with the same name in a different package might be confusing. | ||||
| * | | fix #4669: fix toast if no hint available | Bananeweizen | 2015-02-13 | 1 | -0/+8 |
| | | | |||||
| * | | more null annotations | Bananeweizen | 2015-01-30 | 1 | -6/+4 |
| | | | |||||
| * | | refactoring: use null URL in UnknownConnector | Bananeweizen | 2015-01-27 | 1 | -4/+7 |
| | | | |||||
| * | | new: sort event caches by date AND time | Bananeweizen | 2015-01-27 | 1 | -5/+4 |
| |/ | |||||
| * | fix #4596: UI delay when building the list of caches to refresh | Samuel Tardieu | 2015-01-12 | 1 | -8/+0 |
| | | | | | | | | | | | The list of caches to refresh was partitioned into caches already having static maps and others, the later being prioritized in the refresh. This computation was done on the UI thread, which led to a pause for large lists. The list building in now done in the background, with emission of caches to refresh as soon as possible to reduce the user wait. | ||||
| * | Do not lazy load fields if the cache doesn't come from the database | Samuel Tardieu | 2015-01-07 | 1 | -16/+30 |
| | | | | | | | | | | | When a cache is stored in the database, some fields are lazily loaded from the database. This should only happen when the cache itself has been loaded from the database, otherwise we might fill fields of a cache acquired from the network with older version of the fields as stored in the database. Noticed during the work on #4576. | ||||
| * | refactoring: remove unused methods, add null annotations | Bananeweizen | 2015-01-02 | 1 | -8/+21 |
| | | |||||
| * | Caches can always be opened in browser | Samuel Tardieu | 2015-01-02 | 1 | -4/+0 |
| | | |||||
| * | URL for geocache / waypoint / trackable cannot be null | Samuel Tardieu | 2015-01-02 | 1 | -0/+1 |
| | | |||||
| * | Cache size can never be null | Samuel Tardieu | 2015-01-02 | 1 | -13/+6 |
| | | |||||
| * | Fixes #3797, Waypoints from personal note not removed | rsudev | 2014-12-13 | 1 | -1/+4 |
| | | | | | | | - make 'personal note' waypoints 'own' (allowing deletion by user) - never delete them automatically - changed place of note parsing to allow correct duplicate detection | ||||
| * | refactoring: remove duplicate super interface | Bananeweizen | 2014-11-23 | 1 | -1/+1 |
| | | |||||
| * | Remove the ICache interface | Samuel Tardieu | 2014-11-23 | 1 | -40/+29 |
| | | | | | | Throughout the code, Geocache is used where ICache should be used. Moreover, except in the tests, ICache is only implemented in Geocache. | ||||
| * | Replace known value by constant | Samuel Tardieu | 2014-11-23 | 1 | -1/+1 |
| | | |||||
| * | Remove a useless condition | Samuel Tardieu | 2014-11-23 | 1 | -1/+1 |
| | | | | | | At this point, guid cannot be null at the same time of the geocode, or we would have returned early already. | ||||
| * | rename package | Bananeweizen | 2014-11-02 | 1 | -1/+1 |
| | | | | | The package not only contains the GeoPoint definition, but other location related classes, too. | ||||
| * | refactoring: common warning code | Samuel Tardieu | 2014-10-30 | 1 | -39/+23 |
| | | |||||
| * | All cache dropping is done on the io() scheduler | Samuel Tardieu | 2014-10-30 | 1 | -2/+3 |
| | | |||||
| * | Add a Geocache.getGeocodes helper for a common pattern | Samuel Tardieu | 2014-10-28 | 1 | -0/+17 |
| | | |||||
| * | Add code documentation for local spoilers usage | Samuel Tardieu | 2014-09-16 | 1 | -3/+8 |
| | | |||||
| * | Name ignored catch parameter as such | Samuel Tardieu | 2014-09-09 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'issue-4287' into upstream | Samuel Tardieu | 2014-08-31 | 1 | -1/+1 |
| |\ | |||||
| | * | fix #4287: GC does not allow favorite point on CITO caches | Samuel Tardieu | 2014-08-31 | 1 | -1/+1 |
| | | | |||||
| * | | fix #4282: refreshed cache is reloaded twice from database | Samuel Tardieu | 2014-08-30 | 1 | -2/+1 |
| | | | | | | | | | | | | | Both cache storing and cache refreshing used to send a message signalling the end of the operation to the handler, causing it to reload fresh data from the database. | ||||
| * | | Add Images tab to trackable | Samuel Tardieu | 2014-08-30 | 1 | -25/+1 |
| | | | | | | | | | | | The Images tab is similar to the one on caches and appears only if there are images to display. | ||||
| * | | move image related constant out of geocache class | Bananeweizen | 2014-08-23 | 1 | -5/+1 |
| | | | |||||
| * | | allow more types of shortcuts from the home screen | Bananeweizen | 2014-08-23 | 1 | -5/+1 |
| | | | |||||
| * | | Remove unused code | Samuel Tardieu | 2014-08-04 | 1 | -18/+0 |
| | | | |||||
| * | | refactoring: avoid optimization of TEMPORARY_LIST | Bananeweizen | 2014-08-04 | 1 | -4/+4 |
| | | | |||||
| * | | Use EnumMap where available | Samuel Tardieu | 2014-08-04 | 1 | -2/+2 |
| | | | |||||
| * | | Make constants constant | Samuel Tardieu | 2014-08-04 | 1 | -1/+1 |
| |/ | |||||
| * | refactoring: reduce package cycles | Bananeweizen | 2014-07-20 | 1 | -1/+1 |
| | | |||||
| * | switch to Java 1.7 | Bananeweizen | 2014-07-17 | 1 | -15/+15 |
| | | | | | At least since march both ADT and Android Studio support Java 7 features in Android development. Let's use them. | ||||
| * | Use long urls when opening a cache in the browser (#3886) | Samuel Tardieu | 2014-07-08 | 1 | -1/+5 |
| | | | | | | This lets the user set cgeo as the handler for the coord.info/ URL while the browser can handle the ones in geocaching.com. | ||||
| * | 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. | ||||
