| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix #4505: sporadic crash when trying to navigate to a waypoint | Samuel Tardieu | 2014-12-01 | 1 | -1/+2 |
| | | |||||
| * | crowdin: New translations | rsudev | 2014-11-28 | 9 | -3/+72 |
| | | |||||
| * | Revert "fix #4481: cache rendering leads to ANR" | Samuel Tardieu | 2014-11-28 | 1 | -7/+2 |
| | | | | | | | This reverts commit b181ef02fa057df18f0d071acbd628806d130591. Some caches will not cope with partial redraws, such as http://coord.info/GC53417. | ||||
| * | fix #4481: cache rendering leads to ANR | Samuel Tardieu | 2014-11-28 | 1 | -2/+7 |
| | | | | | | | This fix is only partially correct, in that it will not recompute the whole layout (including the position of line breaks) when images are loaded. | ||||
| * | Better names for Twitter key parameters | Samuel Tardieu | 2014-11-28 | 3 | -9/+9 |
| | | |||||
| * | Make compass disabling transient | Samuel Tardieu | 2014-11-28 | 1 | -3/+5 |
| | | |||||
| * | Inline constant | Samuel Tardieu | 2014-11-28 | 1 | -3/+1 |
| | | |||||
| * | Merge pull request #4502 from rsudev/issue4247 | Samuel Tardieu | 2014-11-28 | 4 | -12/+107 |
| |\ | | | | | Fix #4247, No action bar on map activities on Android 3.x | ||||
| | * | Fix #4247, No action bar on map activities on Android 3.x | rsudev | 2014-11-27 | 4 | -12/+107 |
| | | | | | | | | | | | Enable 2.x implementation for 3.x. as well. Additionally fix options menu for 3.x | ||||
| * | | Add GCLogin tests | Samuel Tardieu | 2014-11-28 | 1 | -2/+7 |
| | | | |||||
| * | | fix #4503: cache with repeated images may corrupt the on-disk copy | Samuel Tardieu | 2014-11-28 | 2 | -6/+54 |
| | | | |||||
| * | | Use Scheduler and helper for consecutive action on different threads | Samuel Tardieu | 2014-11-28 | 4 | -57/+81 |
| | | | |||||
| * | | More precise string | Lars | 2014-11-27 | 1 | -1/+1 |
| | | | | | | | | | While in english home might be also fine, the more precise string will help translators to understand and translate. The length should fit. | ||||
| * | | Grammar correction | Lars | 2014-11-27 | 1 | -1/+1 |
| |/ | | | ...at least I hope so. | ||||
| * | crowdin: New translations | rsudev | 2014-11-26 | 2 | -0/+8 |
| | | |||||
| * | fix #4332: no history when navigate via compass | Samuel Tardieu | 2014-11-26 | 1 | -23/+27 |
| | | |||||
| * | remove Eclipse compile error | Bananeweizen | 2014-11-26 | 1 | -0/+1 |
| | | | | | Unfortunately Eclipse cannot be told which null contract is valid for external calls. | ||||
| * | crowdin: New translations | Samuel Tardieu | 2014-11-25 | 18 | -18/+3 |
| | | |||||
| * | fix #4325: retrieve home location from geocaching.com | Samuel Tardieu | 2014-11-25 | 7 | -18/+64 |
| | | | | | | | | | | | When the device does not have a location, the address from geocaching.com (persisted accross sessions) will be used if it is available instead of the last fallback (Paris). However, the location will be retrieved only the second time the application is launched, as we need an initial location before we can get the home location from geocaching.com. | ||||
| * | Add IntelliJ IDEA contract for StringUtils.isNotBlank | Samuel Tardieu | 2014-11-25 | 1 | -0/+5 |
| | | |||||
| * | Use "Save offline" instead of "Save" for logs | Samuel Tardieu | 2014-11-25 | 1 | -1/+1 |
| | | | | | | People seem to think that "Save" will send the logs to the upstream site. The new wording might make it clearer. | ||||
| * | Free resources when destroying status fragment | Samuel Tardieu | 2014-11-25 | 1 | -2/+6 |
| | | |||||
| * | Fix build by making inject fields non-private | Samuel Tardieu | 2014-11-25 | 1 | -3/+3 |
| | | |||||
| * | Use ButterKnife more in LogCacheActivity | Samuel Tardieu | 2014-11-25 | 1 | -23/+19 |
| | | |||||
| * | crowdin: New translations | Samuel Tardieu | 2014-11-24 | 18 | -18/+7 |
| | | |||||
| * | remove unused resource | Bananeweizen | 2014-11-24 | 19 | -19/+0 |
| | | |||||
| * | refactoring: remove test only methods | Bananeweizen | 2014-11-24 | 4 | -16/+7 |
| | | |||||
| * | Remove redundant cache parameter | Samuel Tardieu | 2014-11-24 | 6 | -13/+10 |
| | | | | | | | A logging manager is already conceptually tied to a particular cache. There is no need to repeat the same parameter when calling postLog(). | ||||
| * | fix #4492: GCVote not always shown in logging window | Samuel Tardieu | 2014-11-24 | 3 | -21/+35 |
| | | | | | | If the cache GUID is missing at online log time for a gc.com cache, it is retrieved from the log page. | ||||
| * | Transmit geocode along with a GCVote rating | Samuel Tardieu | 2014-11-24 | 1 | -16/+6 |
| | | | | | | This will help GCVote consolidate its correspondance base between guid and geocode. | ||||
| * | Signal an error if GCVote rating is not possible | Samuel Tardieu | 2014-11-24 | 4 | -24/+20 |
| | | |||||
| * | Add information explaining what a GCVote password is | Samuel Tardieu | 2014-11-24 | 2 | -0/+7 |
| | | |||||
| * | Throttle the rotation display in lists to 4 Hz | Samuel Tardieu | 2014-11-24 | 2 | -7/+28 |
| | | | | | | | | There is no need to update the arrow display in list more than 4 times per second, as this is not an instrument for precise cache hunting. Part of work on #4491. | ||||
| * | Protect orientation and rotation provider against buffer fill | Samuel Tardieu | 2014-11-24 | 2 | -2/+2 |
| | | | | | | | | | On Samsung Galaxy S4 it looks like the rotation sensor delivers events faster than cgeo can handle them during some lists operations (in SENSOR_DELAY_NORMAL mode). Part of work on #4491. | ||||
| * | Use a scheduler instead of a thread to retrieve OAuth token | Samuel Tardieu | 2014-11-23 | 1 | -8/+9 |
| | | |||||
| * | Do not repeat identical abstract method | Samuel Tardieu | 2014-11-23 | 1 | -3/+0 |
| | | |||||
| * | Fix incorrect XML char determination | Samuel Tardieu | 2014-11-23 | 1 | -7/+2 |
| | | | | | | | A "char" in Java is a signed 16 bits unsigned integer. It cannot be used to represent Unicode supplementary characters and uses surrogate code points in the basic plane instead. | ||||
| * | Add non-null assertion to please code checkers | Samuel Tardieu | 2014-11-23 | 1 | -0/+1 |
| | | |||||
| * | Add more nullness information for Intellij IDEA | Samuel Tardieu | 2014-11-23 | 1 | -0/+10 |
| | | | | | | StringUtils.trim and StringUtils.upperCase will mirror the nullness of their argument. | ||||
| * | enable more JavaDoc checks also in Eclipse | Bananeweizen | 2014-11-23 | 1 | -1/+1 |
| | | |||||
| * | Protect against NPE when retrieving send2cgeo information | Samuel Tardieu | 2014-11-23 | 1 | -5/+7 |
| | | | | | | | | | If there is an encoding error in the response, Network.getResponseData will return null, which will in turn be returned by StringUtils.split. There is no need to add more logging as the failure to retrieve the response data will have been logged already. | ||||
| * | Teach IntelliJ IDEA some external nullness properties | Samuel Tardieu | 2014-11-23 | 3 | -0/+19 |
| | | | | | | | - ArrayList#toArray() never returns null - String#trim() never returns null - StringUtils.split returns null iff its argument is null. | ||||
| * | Fix Javadoc bogus references | Samuel Tardieu | 2014-11-23 | 7 | -25/+10 |
| | | |||||
| * | refactoring: re-add suppresswarnings for unused allocation | Bananeweizen | 2014-11-23 | 1 | -4/+11 |
| | | |||||
| * | refactoring: remove duplicate super interface | Bananeweizen | 2014-11-23 | 1 | -1/+1 |
| | | |||||
| * | reduce visibility | Bananeweizen | 2014-11-23 | 47 | -267/+271 |
| | | | | | | All changes done with UCDetector. This can help in seeing which packages are not yet self contained (e.g. all the remaining public constants in GCConstants). | ||||
| * | Remove the ICache interface | Samuel Tardieu | 2014-11-23 | 14 | -228/+43 |
| | | | | | | Throughout the code, Geocache is used where ICache should be used. Moreover, except in the tests, ICache is only implemented in Geocache. | ||||
| * | Inline once-used private method GeoData.getLocationProvider | Samuel Tardieu | 2014-11-23 | 1 | -18/+13 |
| | | |||||
| * | Inline once-used short method GeoData.isRecent | Samuel Tardieu | 2014-11-23 | 1 | -5/+1 |
| | | |||||
| * | Remove identity method GeoData#getLocation() | Samuel Tardieu | 2014-11-23 | 3 | -7/+3 |
| | | |||||
