aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge branch 'release' into upstreamSamuel Tardieu2015-01-151-2/+11
| |\ \ \ | | |/ /
| | * | fix #4618: crash due to invalid Google Play serviceSamuel Tardieu2015-01-151-2/+11
| * | | refactoring: convert list app factory to actionproviderBananeweizen2015-01-156-109/+129
| * | | Merge branch 'release' into upstreamSamuel Tardieu2015-01-151-1/+1
| |\ \ \ | | |/ /
| | * | fix #4617: NPE in some cases when trackable cannot be foundSamuel Tardieu2015-01-151-1/+1
| * | | Merge branch 'issue-4481' into upstreamSamuel Tardieu2015-01-133-15/+80
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * fix #4481: numerous images in description or log may lead to ANRSamuel Tardieu2015-01-132-14/+70
| | * Share bitmaps in addition to sharing observablesSamuel Tardieu2015-01-131-1/+10
| * | Merge branch 'issue-4596' into upstreamSamuel Tardieu2015-01-122-15/+36
| |\ \ | | |/
| | * fix #4596: UI delay when building the list of caches to refreshSamuel Tardieu2015-01-122-15/+36
| | * Merge branch 'issue-3078' into releaseSamuel Tardieu2015-01-121-2/+2
| | |\
| * | | use static acccesBananeweizen2015-01-111-1/+1
| * | | remove unnecessary nested elseBananeweizen2015-01-111-2/+1
| * | | Merge branch 'issue-4608' into upstreamSamuel Tardieu2015-01-102-55/+41
| |\ \ \ | | |/ /
| | * | fix #4608: own rating is saved even if vote could not be uploadedSamuel Tardieu2015-01-102-55/+41
| * | | Merge branch 'issue-3078' into upstreamSamuel Tardieu2015-01-101-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | Make the test the right waySamuel Tardieu2015-01-101-1/+1
| * | | Merge branch 'issue-3078' into upstreamSamuel Tardieu2015-01-101-2/+2
| |\ \ \ | | |/ /
| | * | fix #3078: live map should start at last position except in follow modeSamuel Tardieu2015-01-101-2/+2
| | |/
| * | Add TargetApi annotation to silence lint warningSamuel Tardieu2015-01-101-0/+1
| * | use level21 for building and as targetBananeweizen2015-01-103-6/+10
| |/
| * Add plurals for caches_remove_{all,selected}_confirmMadanKumarB2015-01-091-2/+2
| * Free memory as soon as cgeo gets to the middle of the background LRU listSamuel Tardieu2015-01-081-2/+9
| * Revert "Use bindView instead of bindActivity/bindFragment where appropriate"Samuel Tardieu2015-01-086-12/+14
| * Use new setting for low-power instead the of the current oneSamuel Tardieu2015-01-081-1/+1
| * Favor the orientation sensor over the rotation oneSamuel Tardieu2015-01-081-9/+7
| * fix #4603: do not query the magnetic field sensorSamuel Tardieu2015-01-083-11/+9
| * Merge branch 'release' into upstreamSamuel Tardieu2015-01-083-1/+64
| |\
| | * fix #4602: add system information in "about" and mailsSamuel Tardieu2015-01-083-1/+64
| * | fix #4595: read trackable URI from NFCSamuel Tardieu2015-01-071-3/+12
| * | Use MapQuest reverse geocoder if the Android one failsSamuel Tardieu2015-01-073-36/+67
| * | Make the fetching of pocket query an observableSamuel Tardieu2015-01-072-47/+44
| * | Use bindView instead of bindActivity/bindFragment where appropriateSamuel Tardieu2015-01-077-13/+12
| * | Upgrade to RxAndroid 0.24.0Samuel Tardieu2015-01-0712-29/+29
| * | Do not lazy load fields if the cache doesn't come from the databaseSamuel Tardieu2015-01-072-17/+31
| * | Merge branch 'release' into upstreamSamuel Tardieu2015-01-071-3/+3
| |\ \ | | |/
| | * fix #4576: clearing of the only attribute on cache is not registeredSamuel Tardieu2015-01-071-3/+3
| * | Merge branch 'release' into upstreamSamuel Tardieu2015-01-071-1/+1
| |\ \ | | |/
| | * fix #4593: socket timeout is too longSamuel Tardieu2015-01-071-1/+1
| * | Use a non-volatile variable to avoid warningSamuel Tardieu2015-01-061-2/+3
| * | Merge branch 'release' into upstreamSamuel Tardieu2015-01-065-93/+82
| |\ \ | | |/
| | * fix #4591: refreshing without progress leads to ANRSamuel Tardieu2015-01-065-93/+82
| * | Merge branch 'issue-4590' into upstreamSamuel Tardieu2015-01-061-1/+8
| |\ \
| | * | Favor cgeo over other applications when transmitting a cache using NFCSamuel Tardieu2015-01-061-1/+8
| | |/
| * | Merge branch 'release' into upstreamSamuel Tardieu2015-01-061-2/+9
| |\ \ | | |/
| | * Accept NFC explicitely and not only by URISamuel Tardieu2015-01-061-2/+9
| * | Merge branch 'issue-4570' into upstreamSamuel Tardieu2015-01-061-91/+110
| |\ \ | | |/
| | * fix #4570: inconsistency of pictures in image tabSamuel Tardieu2015-01-061-91/+110
| * | Give the raw stream to JSON instead of loading it to a StringSamuel Tardieu2015-01-051-11/+6
| |/
| * Performance: do not box integer valuesSamuel Tardieu2015-01-041-1/+1