aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5229 from rsudev/crowdin_translationsupstream_releasersudev2015-10-082-0/+37
|\ | | | | crowdin: New translations
| * crowdin: New translationsrsudev2015-10-082-0/+37
|/
* close #5220: include status of direction sensor in system infoSamuel Tardieu2015-10-051-10/+11
| | | | Some cleanups have been performed as well.
* Fixes #5218, NPE checking credentials in preferencersudev2015-10-036-7/+16
| | | | - make all credential methods return <EMPTY, EMPTY> instead of null
* Fixes #5217, NPE selecting imagersudev2015-10-031-43/+50
|
* Fixes #5213, Sometimes NPE in SaveWaypointrsudev2015-10-031-0/+5
| | | | - check for valid state before attempting save
* Update ChangeLog for release and number it 2015.09.28Samuel Tardieu2015-09-281-2/+3
|
* Fix #5211: Disable button while fields are empty in TokenAuthorizationActivityMathieu Alorent2015-09-271-1/+34
|
* Fix #5209: prevent wrong requests to geokretyMathieu Alorent2015-09-273-0/+10
|
* Fix #5208: detect an error when response cannot be parsed.Mathieu Alorent2015-09-272-0/+2
|
* fix #5200: spoiler description not parsed correctlyBananeweizen2015-09-273-5/+6
|
* fix #5204: crash invoking maps.me for waypoint without coordsBananeweizen2015-09-262-1/+8
|
* Add comments in codeSamuel Tardieu2015-09-261-7/+8
|
* Update release date and add entry for overlay size fixingSamuel Tardieu2015-09-231-1/+2
|
* Merge pull request #5198 from rsudev/overlay_testsSamuel Tardieu2015-09-232-72/+54
|\ | | | | Fixes #5195, Bad overlay sizing
| * Fixes #5195, Bad overlay sizingrsudev2015-09-232-72/+54
|/ | | | | - remove superfluous code from CacheListAdapter - create new insets and adapt inset handling to accomodate list and map
* crowdin: New translationsSamuel Tardieu2015-09-232-2/+4
|
* crowdin: New translationsSamuel Tardieu2015-09-202-10/+11
|
* Burn in version codeLars2015-09-151-44/+1
| | | and remove outdated changes (as we usually start new with a new feature release)
* Cache icons in lists on low res device mispositionedMathieu Alorent2015-09-141-10/+11
|
* Fix #5190: Missing "Offline" text in listsMathieu Alorent2015-09-141-0/+3
|
* Fix #5188: Remove orange circles for listsMathieu Alorent2015-09-141-3/+17
|
* Update Note and Archive iconMathieu Alorent2015-09-118-48/+185
| | | | Less agressive borders
* Update changelog_release.xmlLars2015-09-101-1/+3
|
* Remove link in contributors listMathieu Alorent2015-09-091-1/+1
| | | | Link was not in a good shape.
* crowdin: New translationsSamuel Tardieu2015-09-092-11/+25
|
* Merge changelogsSamuel Tardieu2015-09-082-25/+23
|
* New icons for overlaysMathieu Alorent2015-09-0836-1137/+757
| | | | | | While creating icons overlay for mdpi resolution ; * icons looked too much complicated for such icon size (12x12 px) * no vectorized images for the new icons
* Move Arne up the list of contributorsSamuel Tardieu2015-09-081-1/+1
| | | | | The list is ordered by first name or by pseudo. Arne's name was out of order.
* Update changelog_master.xmlLars2015-09-081-0/+1
|
* crowdin: New translationsSamuel Tardieu2015-09-082-7/+43
|
* Merge pull request #5186 from rsudev/crowdin_translationsrsudev2015-09-082-0/+31
|\ | | | | crowdin: New translations
| * crowdin: New translationsrsudev2015-09-082-0/+31
|/
* fix #5183: Duplicate filter for offline logsBananeweizen2015-09-071-31/+0
|
* Merge pull request #5184 from rsudev/crowdin_translationsrsudev2015-09-073-5/+146
|\ | | | | crowdin: New translations
| * crowdin: New translationsrsudev2015-09-073-5/+146
|/
* Merge pull request #5181 from rsudev/crowdin_translationsrsudev2015-09-048-5/+56
|\ | | | | crowdin: New translations
| * crowdin: New translationsrsudev2015-09-048-5/+56
|/
* Set a unique id to each Trackable BrandMathieu Alorent2015-09-031-1/+1
|
* Merge branch 'release'rsudev2015-09-031-3/+1
|\
| * Fixes #5177, Remove mapquest geocoding for current locationrsudev2015-09-031-3/+1
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2015-09-033-72/+1
|\ \ | |/
| * fix #5175: remove GC-based address searchSamuel Tardieu2015-09-033-72/+1
| |
* | Merge pull request #5174 from rsudev/crowdin_translationsrsudev2015-09-022-13/+13
|\ \ | | | | | | crowdin: New translations
| * | crowdin: New translationsrsudev2015-09-022-13/+13
|/ /
* | Merge pull request #5171 from rsudev/crowdin_translationsrsudev2015-08-314-8/+20
|\ \ | | | | | | crowdin: New translations
| * | crowdin: New translationsrsudev2015-08-314-8/+20
|/ /
* | add override null annotationsBananeweizen2015-08-313-3/+3
| |
* | Apply the workaround for Samsung devices only when strictly neededSamuel Tardieu2015-08-311-5/+23
| | | | | | | | | | | | Since Samsung firmware may have been fixed and accept more than 4 values in getRotationMatrixFromVector(), truncate the size of the rotation vector only when this is strictly needed.
* | refactoring: move fields down scopeSamuel Tardieu2015-08-311-3/+5
| | | | | | | | | | | | Even though the use of share() guarantees that instances of those fields will never be used simultaneously by several listeners, it is more appropriate to put them as down a scope as possible.