| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix #1751: set language to English | Samuel Tardieu | 2012-06-17 | 2 | -6/+22 |
| | | | | | | Using a simpler page and putting a referer seems to make the process more reliable. | ||||
| * | Translation change #1784 also for release branch | Lars | 2012-06-15 | 1 | -3/+3 |
| | | |||||
| * | Change log update for release branch | Lars | 2012-06-10 | 1 | -0/+4 |
| | | |||||
| * | Fix #1735: safely uppercase string even if it is null | Samuel Tardieu | 2012-06-07 | 1 | -1/+1 |
| | | | | | | Since we check for the null string once if has been uppercased, it makes sense to use a method which allows null in and out. | ||||
| * | Fix #1736: some caches can be null | Samuel Tardieu | 2012-06-07 | 1 | -2/+2 |
| | | | | | | Due to the fragile concurrent updates, some caches can be null. Check against it, and do the same thing for waypoints. | ||||
| * | Fix #1738: enable "store selected" operation on search results | Samuel Tardieu | 2012-06-06 | 1 | -1/+1 |
| | | | | | | | The check was erroneous and was checking for a concrete list, while it should check for either a concrete list or a non-offline one, such as a search result. | ||||
| * | Merge branch 'issue-1722' into release | Samuel Tardieu | 2012-06-06 | 7 | -295/+299 |
| |\ | |||||
| | * | Fix #1722: do not use BigDecimal in computations | Samuel Tardieu | 2012-06-05 | 7 | -295/+299 |
| | | | |||||
| * | | Version info | mucek4 | 2012-06-06 | 2 | -2/+2 |
| | | | |||||
| * | | Added known limitation for #1727 | Lars | 2012-06-06 | 1 | -0/+1 |
| | | | |||||
| * | | Fix German strings | Samuel Tardieu | 2012-06-05 | 1 | -4/+3 |
| | | | |||||
| * | | Add plurals as a source of acceptable reference | Samuel Tardieu | 2012-06-05 | 1 | -1/+1 |
| | | | |||||
| * | | Do not special case attribute_*_no anymore | Samuel Tardieu | 2012-06-05 | 1 | -4/+1 |
| | | | | | | | | | We do not generate them dynamically in the code any more. | ||||
| * | | Exclude status_* messages from usage check | Samuel Tardieu | 2012-06-05 | 1 | -0/+5 |
| | | | |||||
| * | | Added all missing german translations | Lars | 2012-06-06 | 1 | -2/+21 |
| | | | |||||
| * | | Update French translation: shorter login strings | Samuel Tardieu | 2012-06-05 | 1 | -3/+3 |
| | | | |||||
| * | | Shorter login information (more likely to fit screen) | Lars | 2012-06-05 | 1 | -3/+3 |
| | | | |||||
| * | | Shorter login information (more likely to fit screen) | Lars | 2012-06-05 | 1 | -3/+3 |
| | | | |||||
| * | | Fix #1698: show live map warning only once per session | Samuel Tardieu | 2012-06-05 | 2 | -1/+11 |
| | | | |||||
| * | | Make method static | Samuel Tardieu | 2012-06-05 | 1 | -1/+1 |
| | | | |||||
| * | | Modify menu items visibility in prepare phase only | Samuel Tardieu | 2012-06-05 | 1 | -41/+34 |
| | | | | | | | | | | | Since the list id can change, we must keep the same option menu created all the time. | ||||
| * | | Move caches from the ALL_CACHES list to the default list | Samuel Tardieu | 2012-06-05 | 1 | -1/+12 |
| | | | | | | | | | This fixes the aftermath of issues #1702 and #1711. | ||||
| * | | Do not try to hide a menu item that is not displayed | Samuel Tardieu | 2012-06-05 | 1 | -1/+1 |
| | | | |||||
| * | | New bugfixes description | Samuel Tardieu | 2012-06-05 | 1 | -1/+3 |
| |/ | |||||
| * | Prevent NPE by checking for null coordinates | Samuel Tardieu | 2012-06-05 | 1 | -2/+6 |
| | | | | | The bug was reported several times through the Google Play console. | ||||
| * | Fix #1711: disable more operations on non-concrete lists | Samuel Tardieu | 2012-06-04 | 1 | -13/+20 |
| | | |||||
| * | Make the cache cache synchronized | Samuel Tardieu | 2012-06-04 | 1 | -7/+13 |
| | | | | | | | | Concurrent modifications could occur, especially on very large displays where we may have to draw a lot of caches at the same time while fetching others. This could lead to ConcurrentModificationException errors, as described in #1706. | ||||
| * | updated localization-it | RomNexus6 | 2012-06-04 | 1 | -3/+6 |
| | | |||||
| * | fix #1704: Filter applied to single cache request | Bananeweizen | 2012-06-04 | 5 | -14/+15 |
| | | |||||
| * | Update bugfixes description | Samuel Tardieu | 2012-06-01 | 1 | -0/+4 |
| | | |||||
| * | Add French translation for issue #1699 fix | Samuel Tardieu | 2012-06-01 | 1 | -0/+3 |
| | | |||||
| * | Fix #1699: give resources to the "unknown" attribute | Ondřej Kunc | 2012-06-01 | 2 | -1/+4 |
| | | |||||
| * | Fix #1702: do not allow refreshing the "all caches" list | Samuel Tardieu | 2012-06-01 | 1 | -4/+10 |
| | | | | | | | Not only refreshing the "all caches" list may cause performance problems if the list is large, but also it moves the cache to a real (non-virtual) list with the same id as the "all caches" list. | ||||
| * | Update base version code in manifest | Samuel Tardieu | 2012-06-01 | 1 | -1/+1 |
| | | | | | | This will help us identify better base version for developer builds in logs. | ||||
| * | version String | mucek4 | 2012-06-01 | 1 | -2/+2 |
| | | |||||
| * | fix #1694: crash on import from mail | Bananeweizen | 2012-06-01 | 1 | -8/+14 |
| | | |||||
| * | Merge pull request #1687 from samueltardieu/proposed-compass-updates | Bananeweizen | 2012-05-31 | 3 | -28/+23 |
| |\ | | | | | Proposed compass updates | ||||
| | * | Ensure that we stay in the [0, 360[ range | Samuel Tardieu | 2012-05-31 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | We have to ensure that the direction stays within the right range when computing a smooth update. Related to issues #1680 and #1685. | ||||
| | * | Add a function to compute a normalized angle difference | Samuel Tardieu | 2012-05-31 | 2 | -1/+14 |
| | | | |||||
| | * | Simplify previous fix due to root cause fixing | Samuel Tardieu | 2012-05-31 | 2 | -13/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fix for #1680 introduced in ad93745d42f9aaf5bc4925075987ef64c13b2f71 had to account for the possibility of angles being outside the [0, 360[ range. Commit 0034e358668d5911639628468be7409b2696d6c5 fixed #1685 and now ensures that the returned orientation is within the right domain range even after the phone rotation has been added to the sensor angle. It is now possible to simplify the computation because we now that the difference of two angle values will always be in the ]-360; 720[ range, and can this fixed by adding 360 and taking the module with 360 to enter back the [0, 360[ range. | ||||
| | * | fix #1680: compass gets stuck after some rotations | Bananeweizen | 2012-05-31 | 2 | -11/+5 |
| | | | |||||
| | * | new: make compass spin fast for large angles, slower for small angles | Bananeweizen | 2012-05-31 | 1 | -4/+2 |
| | | | |||||
| * | | Change log update | Lars | 2012-05-31 | 1 | -0/+3 |
| | | | |||||
| * | | Fix an infinite loop in map activity creation | Samuel Tardieu | 2012-05-31 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | If, for any reason, an invalid map source was requested, the CGeoMap activity would attempt to restart itself with this new map source. Since of course the good provider could never be used, the activity was restarting itself until the application or the device crash, whatever comes first. | ||||
| * | | Make the version a bold string | Samuel Tardieu | 2012-05-31 | 1 | -0/+1 |
| | | | | | | | | | Part of #1686. | ||||
| * | | Fix #1686: better visible version number | Samuel Tardieu | 2012-05-31 | 1 | -0/+6 |
| |/ | |||||
| * | Fix #1685: make sure the compass range fits within bounds | Samuel Tardieu | 2012-05-31 | 2 | -5/+19 |
| | | |||||
| * | Fix #1682: fix cache merge for not-detailed caches | rsudev | 2012-05-31 | 1 | -8/+6 |
| | | |||||
| * | Change log update | Lars | 2012-05-31 | 1 | -0/+4 |
| | | |||||
| * | Save detailed cache changes to database not just CacheCache. | rsudev | 2012-05-30 | 1 | -1/+2 |
| | | | | | fixes #1440, closes #1625 Adapted from @campbeb | ||||
