aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | disable generation of Javadoc tags in EclipseBananeweizen2015-02-091-2/+2
| | | |
| * | | fix #4659: cancel action mode on page switchBananeweizen2015-02-081-2/+12
| | | |
| * | | fix #4661: disallow future logsBananeweizen2015-02-082-1/+20
| | | |
| * | | refactoring: extract common codeBananeweizen2015-02-073-26/+29
| | | |
| * | | Sort pocket queries according to the default localeSamuel Tardieu2015-02-051-1/+3
| | | | | | | | | | | | | | | | Part of work on #4641.
| * | | Do not require RxJavaAsyncUtils anymoreSamuel Tardieu2015-02-057-53/+53
| | | |
| * | | Use operator TakeUntil from RxJava 1.0.5Samuel Tardieu2015-02-052-46/+2
| | | |
| * | | Merge pull request #4650 from auricgoldfinger/export_more_to_locusSammysHP2015-02-041-5/+9
| |\ \ \ | | | | | | | | | | Export waypoints to Locus when they don't have coordinates
| | * | | Allow the export of waypoints without coordinates to Locusauric2015-02-041-5/+9
| | | | |
| * | | | fix #4653: fetch all OC logsBananeweizen2015-02-041-0/+9
| | | | |
| * | | | Limit ShowcaseView to >= ICSrsudev2015-02-021-1/+1
| |/ / /
| * | | Initialize final field in field declarationSamuel Tardieu2015-02-011-5/+1
| | | |
| * | | refactoring: reduce class couplingBananeweizen2015-02-018-28/+23
| | | |
| * | | filter for caches with offline logsBananeweizen2015-02-012-1/+21
| | | |
| * | | use improved comparator also for cache namesBananeweizen2015-02-011-1/+10
| | | |
| * | | Merge branch 'release' into upstreamSamuel Tardieu2015-02-013-3/+20
| |\ \ \ | | |/ /
| | * | Sort filter names according to the default localeSamuel Tardieu2015-02-011-1/+4
| | | | | | | | | | | | | | | | Part of work on #4641.
| | * | fix #4641: wrong sort order in caches filterSamuel Tardieu2015-02-012-2/+16
| | | |
| * | | remove wrong commentBananeweizen2015-01-311-1/+0
| | | |
| * | | fall back to browser if market is not availableBananeweizen2015-01-315-9/+19
| | | |
| * | | show weekday in event listsBananeweizen2015-01-311-1/+5
| | | |
| * | | market links crash in emulatorBananeweizen2015-01-314-27/+21
| | | |
| * | | #4605 explicitly set system text selectable after fillingBananeweizen2015-01-315-1/+46
| | | | | | | | | | | | This may or may not fix the issue.
| * | | more null annotationsBananeweizen2015-01-3033-46/+99
| | | |
| * | | Fix URL writing in GPX exportSamuel Tardieu2015-01-301-5/+1
| | | |
| * | | refactoring: use upper case SQL keywords as is customarySamuel Tardieu2015-01-301-5/+5
| | | |
| * | | refactoring: use a prepared statement to check for cache presenceSamuel Tardieu2015-01-301-2/+3
| | | | | | | | | | | | | | | | Also, the previous code was locking on a purely local variable.
| * | | support trackables of geocaching.com.auBananeweizen2015-01-283-2/+109
| | | |
| * | | Merge branch 'issue-4633' into upstreamSamuel Tardieu2015-01-271-2/+2
| |\ \ \ | | | |/ | | |/|
| | * | fix #4633: spoiler picture link missingSamuel Tardieu2015-01-271-2/+2
| | | |
| * | | Merge branch 'release'Bananeweizen2015-01-271-0/+3
| |\ \ \ | | | |/ | | |/| | | | | | | | | Conflicts: main/src/cgeo/geocaching/utils/DatabaseBackupUtils.java
| | * | crash restoring backup if no backup existsBananeweizen2015-01-271-2/+5
| | |/
| * | fix #4635: Cache count missing in new restore dialogBananeweizen2015-01-271-1/+5
| | |
| * | refactoring: use null URL in UnknownConnectorBananeweizen2015-01-278-21/+36
| | |
| * | new: sort event caches by date AND timeBananeweizen2015-01-274-12/+33
| | |
| * | Merge branch 'issue-4620' into upstreamSamuel Tardieu2015-01-271-4/+4
| |\ \ | | |/
| | * fix #4620: wrong location when on home coordinatesSamuel Tardieu2015-01-271-4/+4
| | |
| * | Merge branch 'release'Bananeweizen2015-01-262-2/+2
| |\ \ | | |/
| | * fix #4634: export GPX for unknown crashes without crashBananeweizen2015-01-261-1/+1
| | |
| | * avoid NPE with user nameBananeweizen2015-01-261-1/+1
| | | | | | | | | happened in creation of LogEntry on emulator without any login stored
| | * Merge remote-tracking branch 'upstream/issue-2687' into releasersudev2015-01-181-3/+8
| | |\
| * | | fix #3082: confirmation on backup/restoreBananeweizen2015-01-252-7/+47
| | | |
| * | | Merge pull request #4629 from marco-dev/optimizePreviewForTabletMarco Jacob2015-01-251-2/+1
| |\ \ \ | | | | | | | | | | fixes #4072 -larger preview for larger display
| | * | | fixes #4072 -larger preview for larger displayMarco Jacob2015-01-231-2/+1
| | | | |
| * | | | Merge branch 'issue-2687'rsudev2015-01-161-3/+8
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Fixes #2687, OSM:Offline: After selecting new map it is opend at map center ↵rsudev2015-01-161-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | but not at the previous location - re-apply current position and zoom after changing the source without re-starting the map activity
| * | | | Merge branch 'issue-4619' into upstreamSamuel Tardieu2015-01-163-18/+21
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | fix #4619: ANR when loading direction images for basic memberSamuel Tardieu2015-01-163-18/+21
| | |/ / | | | | | | | | | | | | | | | | There is no need to preload direction images from the parsing, they will be loaded asynchronously in the list adapter instead.
| * | | refactoring: move LocusDataStorageProvider to external source folderBananeweizen2015-01-152-63/+1
| | | | | | | | | | | | | | | | That code is not ours, and should therefore be managed separately. However, the original package name is not really known.
| * | | null annotations in apps, contacts, calendarBananeweizen2015-01-1511-53/+82
| | | |