| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | There is no point in clearing an empty list | Samuel Tardieu | 2014-01-03 | 1 | -1/+0 |
| | | |||||
| * | fix #3508: gc.com find count incorrect if site is non-English | Samuel Tardieu | 2014-01-03 | 1 | -5/+16 |
| | | | | | | | Now, when attempting to log in, if the site needs to be switched in English, a new login is attempted in order to parse the requested information from gc.com. | ||||
| * | fix #3506: gc.com avatar is not loaded on login check | Samuel Tardieu | 2014-01-03 | 2 | -2/+2 |
| | | | | | | | The avatar present on the login page has changed URL and has too small a resolution. We now use the largest image. Since this is an infrequent operation, this will not be a problem. | ||||
| * | fix #3505: extra logins done to gc.com on live map start | Samuel Tardieu | 2014-01-03 | 2 | -0/+6 |
| | | |||||
| * | fix #3501: No live map functionality for other sources than gc.com | Bananeweizen | 2014-01-03 | 1 | -3/+2 |
| | | |||||
| * | fix #3504: NPE in map touch | Bananeweizen | 2014-01-03 | 1 | -13/+19 |
| | | |||||
| * | #3088: batch the database requests from the live map | Bananeweizen | 2014-01-03 | 4 | -42/+75 |
| | | |||||
| * | #3224: limit initial zoom on live map | Bananeweizen | 2014-01-03 | 1 | -1/+1 |
| | | | | | My last commit was actually limiting the zoom to be at _most_ 12, instead of at _least_. | ||||
| * | Return a concrete list when returning cache logs | Samuel Tardieu | 2014-01-02 | 1 | -2/+5 |
| | | |||||
| * | Give access to the underlying list | Samuel Tardieu | 2014-01-02 | 1 | -7/+7 |
| | | |||||
| * | refactoring: don't use Iterable when we have a List | Samuel Tardieu | 2014-01-02 | 1 | -2/+2 |
| | | |||||
| * | remove bad throw statement | Bananeweizen | 2014-01-01 | 1 | -1/+0 |
| | | |||||
| * | 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. | ||||
| * | refactoring: remove bad default case statements | Bananeweizen | 2014-01-01 | 7 | -16/+5 |
| | | | | | | For methods returning directly from the switch case, at least Eclipse still needs a useless return value outside of the switch statement. This has been handled by IllegalStateExceptions after the switch. | ||||
| * | fix #3500: crash with `null` completion in lazy lists | Samuel Tardieu | 2014-01-01 | 2 | -0/+82 |
| | | | | | Also, add tests for `LazyInitializedList`. | ||||
| * | fix #3499: exception when parsing bad coordinates | Samuel Tardieu | 2014-01-01 | 1 | -38/+38 |
| | | |||||
| * | refactoring: cache singletons | Samuel Tardieu | 2013-12-31 | 3 | -15/+19 |
| | | |||||
| * | fixes #3465 Find count not updated after log submission; also fixes broken ↵ | rel00p | 2013-12-31 | 1 | -0/+4 |
| | | | | | logging for EC after changed login method | ||||
| * | #3224: limit initial zoom on live map | Michael Keppler | 2013-12-31 | 1 | -3/+15 |
| | | |||||
| * | fixes #3475 | rel00p | 2013-12-30 | 1 | -2/+3 |
| | | |||||
| * | fix #3493: search by geocode for EC is case sensitive | Bananeweizen | 2013-12-30 | 2 | -3/+15 |
| | | |||||
| * | refactor: find contact by direct query instead of looping | Bananeweizen | 2013-12-30 | 1 | -33/+10 |
| | | |||||
| * | translation: update French language files | Samuel Tardieu | 2013-12-29 | 2 | -0/+8 |
| | | |||||
| * | crowdin: add cgeo-contacts strings | Samuel Tardieu | 2013-12-29 | 2 | -4/+4 |
| | | |||||
| * | fix #3210: delete old translations of the renamed option | Bananeweizen | 2013-12-29 | 7 | -7/+0 |
| | | |||||
| * | #3449: revert debug change | Bananeweizen | 2013-12-29 | 2 | -5/+6 |
| | | |||||
| * | cleanup: remove references to calendar addon from contacts addon | Bananeweizen | 2013-12-29 | 2 | -24/+1 |
| | | |||||
| * | new: contacts addon | Bananeweizen | 2013-12-29 | 26 | -8/+1108 |
| | | | | | | * If you want to use this, add _nickname_ or _alias_ fields to your contacts in the standard contact app. Afterwards you can open the contact card directly from a log entry. | ||||
| * | fix #3492: empty strings added to capability list | Samuel Tardieu | 2013-12-29 | 1 | -7/+6 |
| | | |||||
| * | fix #3491: bad encoding in features list | Samuel Tardieu | 2013-12-29 | 1 | -4/+5 |
| | | | | | | | | | This: - forces the use of UTF-8 encoding; - escapes HTML characters present in features; - closes <p></p> before starting <ul></ul> (as the later cannot be embedded in the former according to the HTML specification). | ||||
| * | new: create shortcut from Android launcher to cgeo lists | Bananeweizen | 2013-12-29 | 4 | -2/+76 |
| | | |||||
| * | translation: update French language file | Samuel Tardieu | 2013-12-29 | 1 | -3/+87 |
| | | |||||
| * | Merge pull request #3490 from Lineflyer/master | Bananeweizen | 2013-12-29 | 2 | -4/+19 |
| |\ | | | | | Strings: Missing german, improved english | ||||
| | * | More precise string names | Lars | 2013-12-28 | 1 | -3/+3 |
| | | | |||||
| | * | New german strings and more precise menu naming | Lars | 2013-12-28 | 1 | -1/+16 |
| |/ | |||||
| * | fix typo in tests introduced by previous commit | Samuel Tardieu | 2013-12-28 | 1 | -1/+1 |
| | | |||||
| * | fix tests: `getMapTokens()` is no longer static | Samuel Tardieu | 2013-12-28 | 2 | -5/+4 |
| | | |||||
| * | fix #3485: requests to gc.com although deactivated | Samuel Tardieu | 2013-12-28 | 2 | -18/+7 |
| | | | | | | Also, refactor code so that the login request (if needed) done when retrieving the map tokens is done directly from the connector. | ||||
| * | Silence warning introduced by #3449 debug change | Samuel Tardieu | 2013-12-28 | 1 | -0/+1 |
| | | | | | | This must be reverted as well if commit 8a4a97f46ac02d7475a4a9532cb3b80800dcda90 is reverted. | ||||
| * | fix #3480: quasi-systematic concurrent logins | Samuel Tardieu | 2013-12-28 | 5 | -34/+43 |
| | | | | | | | | | | | The login procedure was initiated in both `onCreate()` and `onResume()`. It has been limited to `onResume()` and refactored as to not manipulate a global variable. Also, the previous code prevented cgeo from retrying a failed login to one of the cache providers if another had succeeded, as every provider cleared `setLogin()` in case of success. This has been fixed as well. | ||||
| * | #3449: debug change | Bananeweizen | 2013-12-28 | 2 | -6/+4 |
| | | | | | This change needs to be reverted after it has been tested by the affected users, as it disables the fix for #2057. | ||||
| * | Merge remote-tracking branch 'rel00p/newlogin' | Bananeweizen | 2013-12-28 | 3 | -79/+58 |
| |\ | | | | | | | * moved common api request parameters into the central apiRequest method * added return to retry | ||||
| | * | reworked EC login | rel00p | 2013-12-27 | 3 | -75/+50 |
| | | | |||||
| * | | refactoring: remove redundant test | Samuel Tardieu | 2013-12-28 | 1 | -3/+1 |
| | | | |||||
| * | | Remove unused string resource `list_dialog_cancel` | Samuel Tardieu | 2013-12-28 | 14 | -14/+0 |
| | | | | | | | | | | | | | Refactoring in 120b2a27fb68831fbabbcd5b13c31695337f0fdb replaced the use of `list_dialog_cancel` by the standard Android cancel message. | ||||
| * | | Revert "experimental single overlay for maps" | Samuel Tardieu | 2013-12-27 | 10 | -114/+102 |
| | | | | | | | | | | | This reverts commit 74b7b59e0eac6ec09c032baa6e9d9d27f0ec2f95 which had been merged by mistake. | ||||
| * | | fix #3488: NPE in Pebble watch navigation | Samuel Tardieu | 2013-12-27 | 1 | -0/+5 |
| | | | | | | | | | Fix suggested by GitHub user WebMajstr-. | ||||
| * | | experimental single overlay for maps | Bananeweizen | 2013-12-27 | 10 | -102/+114 |
| | | | |||||
| * | | new: support geokrety images | Bananeweizen | 2013-12-27 | 1 | -12/+17 |
| | | | |||||
| * | | refactoring: extract input dialog as reusable code | Bananeweizen | 2013-12-27 | 2 | -44/+81 |
| | | | |||||
