| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add missing final qualifiers in main module | Samuel Tardieu | 2015-03-17 | 8 | -50/+50 |
| | | |||||
| * | Merge branch 'issue-4727' into upstream | Samuel Tardieu | 2015-03-08 | 1 | -13/+14 |
| |\ | |||||
| | * | fix #4727: images in short description are absent from images tab | Samuel Tardieu | 2015-03-08 | 1 | -13/+14 |
| | | | |||||
| * | | fix #4717, fix #4723: more descriptive map title | Bananeweizen | 2015-03-08 | 1 | -2/+11 |
| | | | |||||
| * | | fix some findbugs issues | Bananeweizen | 2015-02-26 | 1 | -1/+1 |
| | | | |||||
| * | | fix geochecker links with encoded HTML | Bananeweizen | 2015-02-22 | 1 | -1/+2 |
| | | | |||||
| * | | new: menu item to open geo checker | Bananeweizen | 2015-02-21 | 1 | -0/+34 |
| | | | |||||
| * | | Rename DateUtils into CalendarUtils | Samuel Tardieu | 2015-02-16 | 2 | -5/+5 |
| | | | | | | | | | | | cgeo uses android.text.format.DateUtils, having a utility class with the same name in a different package might be confusing. | ||||
| * | | remove superfluous paragraphs in opencaching logs | Bananeweizen | 2015-02-15 | 1 | -1/+2 |
| | | | |||||
| * | | Merge branch 'release' | Bananeweizen | 2015-02-13 | 1 | -2/+8 |
| |\ \ | |/ | | | | | | | Conflicts: main/src/cgeo/geocaching/utils/FileUtils.java | ||||
| | * | fix #4665: stackoverflow scanning for maps | Bananeweizen | 2015-02-13 | 1 | -9/+15 |
| | | | |||||
| * | | Move deleteDirectory to FileUtils | Samuel Tardieu | 2015-02-11 | 1 | -4/+23 |
| | | | |||||
| * | | Use File where appropriate | Samuel Tardieu | 2015-02-11 | 2 | -15/+16 |
| | | | | | | | | | | | Also, use more efficient concatenation by treating the simple case explicitely. | ||||
| * | | require Javadoc to have tag descriptions or no tags | Bananeweizen | 2015-02-10 | 1 | -0/+3 |
| | | | |||||
| * | | Remove missing @throws description | Samuel Tardieu | 2015-02-10 | 1 | -2/+0 |
| | | | |||||
| * | | Remove empty JavaDoc @param and @return | Samuel Tardieu | 2015-02-10 | 9 | -30/+0 |
| | | | |||||
| * | | disable generation of Javadoc tags in Eclipse | Bananeweizen | 2015-02-09 | 1 | -2/+2 |
| | | | |||||
| * | | fix #4661: disallow future logs | Bananeweizen | 2015-02-08 | 1 | -1/+16 |
| | | | |||||
| * | | Do not require RxJavaAsyncUtils anymore | Samuel Tardieu | 2015-02-05 | 1 | -10/+15 |
| | | | |||||
| * | | Use operator TakeUntil from RxJava 1.0.5 | Samuel Tardieu | 2015-02-05 | 1 | -44/+0 |
| | | | |||||
| * | | Merge branch 'release' into upstream | Samuel Tardieu | 2015-02-01 | 1 | -0/+13 |
| |\ \ | |/ | |||||
| | * | fix #4641: wrong sort order in caches filter | Samuel Tardieu | 2015-02-01 | 1 | -0/+13 |
| | | | |||||
| * | | remove wrong comment | Bananeweizen | 2015-01-31 | 1 | -1/+0 |
| | | | |||||
| * | | fall back to browser if market is not available | Bananeweizen | 2015-01-31 | 1 | -2/+4 |
| | | | |||||
| * | | show weekday in event lists | Bananeweizen | 2015-01-31 | 1 | -1/+5 |
| | | | |||||
| * | | market links crash in emulator | Bananeweizen | 2015-01-31 | 1 | -0/+14 |
| | | | |||||
| * | | Merge branch 'release' | Bananeweizen | 2015-01-27 | 1 | -0/+3 |
| |\ \ | |/ | | | | | | | Conflicts: main/src/cgeo/geocaching/utils/DatabaseBackupUtils.java | ||||
| | * | crash restoring backup if no backup exists | Bananeweizen | 2015-01-27 | 1 | -2/+5 |
| | | | |||||
| * | | fix #4635: Cache count missing in new restore dialog | Bananeweizen | 2015-01-27 | 1 | -1/+5 |
| | | | |||||
| * | | refactoring: use null URL in UnknownConnector | Bananeweizen | 2015-01-27 | 1 | -1/+1 |
| | | | |||||
| * | | fix #3082: confirmation on backup/restore | Bananeweizen | 2015-01-25 | 1 | -6/+45 |
| | | | |||||
| * | | null annotations in apps, contacts, calendar | Bananeweizen | 2015-01-15 | 1 | -7/+10 |
| |/ | |||||
| * | fix #4481: numerous images in description or log may lead to ANR | Samuel Tardieu | 2015-01-13 | 2 | -14/+70 |
| | | | | | | | | | | | | The forced redrawing of a text view caused by settings of text is a lengthy operation. When we do it for every image, we might end up with hundredths of operations waiting to do the same thing, with only the first few ones being actually useful because images won't change afterwards. We now use a queue to ensure that consecutive redraw orders are done as one operation. | ||||
| * | constants defined without static | Michael Keppler | 2015-01-02 | 1 | -2/+2 |
| | | |||||
| * | Minor refactoring | Samuel Tardieu | 2015-01-01 | 1 | -1/+1 |
| | | |||||
| * | Add thread information in debug messages | Samuel Tardieu | 2015-01-01 | 2 | -16/+20 |
| | | |||||
| * | Use an initial value in rotation sensors | Samuel Tardieu | 2015-01-01 | 1 | -2/+2 |
| | | |||||
| * | 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. | ||||
| * | fix #4503: cache with repeated images may corrupt the on-disk copy | Samuel Tardieu | 2014-11-28 | 1 | -0/+40 |
| | | |||||
| * | Use Scheduler and helper for consecutive action on different threads | Samuel Tardieu | 2014-11-28 | 2 | -34/+57 |
| | | |||||
| * | Style fixes | Samuel Tardieu | 2014-11-23 | 1 | -6/+8 |
| | | |||||
| * | Remove useless intermediate variable | Samuel Tardieu | 2014-11-23 | 1 | -2/+1 |
| | | |||||
| * | Remove unused constructor | Samuel Tardieu | 2014-11-23 | 1 | -5/+1 |
| | | |||||
| * | Do not refresh more than 3 caches at the same time | Samuel Tardieu | 2014-11-21 | 1 | -0/+2 |
| | | | | | | It prevents exhausting the networkScheduler thread pool and reduces the load on servers. | ||||
| * | Simplify favorite/watchlist/personal note operations | Samuel Tardieu | 2014-11-20 | 1 | -9/+21 |
| | | |||||
| * | Subscriptions are not to be shared between handlers | Samuel Tardieu | 2014-11-20 | 1 | -1/+1 |
| | | | | | | This may have caused bugs in the past, where a cancelled cancellable handler will cancel some subscriptions afterwards. | ||||
| * | fix #4458: no arrow without play services on the map | Samuel Tardieu | 2014-11-08 | 1 | -0/+19 |
| | | |||||
| * | refactoring: use longer parameter names | Samuel Tardieu | 2014-11-08 | 1 | -5/+5 |
| | | |||||
| * | Use default priority for sensors thread | Samuel Tardieu | 2014-11-06 | 1 | -1/+2 |
| | | | | | | | | | | Background priority might put the thread into the background cgroup which only has access to a limited portion of the CPU. It might be the cause of some lenghty delays (200 seconds) before events are taken into account. There is no guarantee though. Part of work on #4458. | ||||
