Commit graph

14730 commits

Author SHA1 Message Date
Victor Shcherb
a5b864a298 Fix routing 2014-11-28 01:00:03 +01:00
Victor Shcherb
107b5259f9 Fix routing with needles 2014-11-28 00:59:02 +01:00
Alexey Pelykh
8d75159aec Merge pull request #971 from jmakovicka/r1.9
Tolerate missing jnigraphics lib on Lollipop
2014-11-25 17:26:20 +02:00
jmakovicka
eb4967e6f0 ignore jnigraphics load errors
Nexus 4 w/ Android 5.0 Lollipop produces the following error message:

java.lang.UnsatisfiedLinkError: Shared library "/system/lib/libjnigraphics.so" already opened by ClassLoader 0x0
2014-11-25 13:28:27 +01:00
Jindřich Makovička
2e1a1954d7 Tolerate missing jnigraphics lib on Lollipop 2014-11-25 06:08:00 +01:00
Alexey Pelykh
6bd4cd64e8 Fix 2014-11-24 01:30:01 +01:00
Victor Shcherb
bcc8ab6c7a Fix issue with turn type 2014-11-23 19:45:46 +01:00
Victor Shcherb
c6d6897a88 Fix issue not remember state of group (small issue on server left) 2014-11-23 17:06:32 +01:00
Victor Shcherb
9963f41ccc Fix osmo bugs: use https, encryption, cancel
Conflicts:
	OsmAnd/res/values/strings.xml
2014-11-23 16:23:01 +01:00
vshcherb
46173129f0 Merge pull request #966 from Bars107/r1.9
Fixed bug with local index not showing after switching tabs
2014-11-20 17:04:38 +01:00
Denis
8928064b66 Fixed bug with local index not showing after switching tabs 2014-11-20 13:55:24 +02:00
vshcherb
f3fcc04f67 Merge pull request #964 from Bars107/r1.9
R1.9
2014-11-19 17:26:11 +01:00
Denis
b53339aef0 Fixed issue when selection for show current gpx doesnt save 2014-11-19 18:23:48 +02:00
Denis
7d0916bce6 Fixed bug with same item can be added to avoid roads twice 2014-11-19 18:23:38 +02:00
Denis
99e8409e37 Added region name in Updates tab in DownloadActivity 2014-11-19 18:23:28 +02:00
vshcherb
3b3d8017a7 Merge pull request #958 from Bars107/r1.9
Huge fixes for downloads.
2014-11-17 16:47:10 +01:00
Denis
6a29e8ab2f Fixed issue with wrong type maps downloading(roads only) 2014-11-17 17:41:59 +02:00
Denis
4d565a3ba8 Updated sort for local index 2014-11-17 17:12:52 +02:00
Denis
3f32c71c8d Refactored code of comparator 2014-11-17 16:53:50 +02:00
Denis
9fd0c20131 Updated sorting in localIndexFragment 2014-11-17 16:45:56 +02:00
Denis
89c72449d2 Fixed: removing last item in category does not remove category 2014-11-17 16:07:41 +02:00
Denis
d06e883dd1 Fixed bug when after deleting something in localindex - adapter was recreated and all open categories was closed 2014-11-17 14:32:23 +02:00
Denis
5073e82918 Fixed issue when downloaded map doesn't show in localIndex 2014-11-17 14:32:14 +02:00
vshcherb
274796d5c3 Merge pull request #950 from Zahnstocher/onresumer1.9-patch
fix route recalculation and screen update issue on MapActivity resume
2014-11-17 10:22:54 +01:00
Denis
63cdb2737e Updated solution for map modes does not fit in drawer 2014-11-12 10:44:25 +02:00
Zahnstocher
8fad1a477f fix route recalculation and screen update issue on MapActivity resume 2014-11-11 00:48:56 +01:00
Denis
e0fc9843f2 Fixed issue with wrong context for dialog 2014-11-10 14:29:48 +02:00
Denis
79cc69df46 Fixed NPE in localIndexFragment in onPostExecute 2014-11-10 11:31:14 +02:00
Denis
696b817863 Hotfix to NPE in UpdatesIndexFragment 2014-11-10 11:19:13 +02:00
Denis
ef302a0059 Fixed NPE in LocalIndexesFragment in onPostExecute 2014-11-10 11:16:54 +02:00
Denis
260d4eede2 Fixed NPE in UpdatesIntexFragment 2014-11-10 11:13:59 +02:00
Denis
1041b2de05 Fixed wrong string in Korean language 2014-11-10 10:04:13 +02:00
Denis
be705edf1c Fixed crush on lt language when opening downloads 2014-11-10 10:02:04 +02:00
Denis
89764a9b77 Fixed app mode button not fit in drawer 2014-11-10 10:01:55 +02:00
Denis
6a7fb4670b Fixed issue with drawer menu opened with slide change status 2014-11-10 10:01:46 +02:00
Victor Shcherb
984717dd11 Fix android 2.2 2014-11-08 01:40:45 +01:00
Victor Shcherb
0275990811 Fix ui helper 2014-11-07 20:00:28 +01:00
Denis
9c168dd7f3 Fixed bug when main manu does not update when using slide 2014-11-07 17:02:22 +02:00
Denis
525703b4be Fixed null pointer in favorites db helerp 2014-11-07 16:38:03 +02:00
Denis
a1b10b5aec Fixed null pointer in downloadindexadapter 2014-11-07 15:49:56 +02:00
Denis
d50ae48e54 FIxed null pointer in DownloadIndexThread 2014-11-07 15:41:10 +02:00
Denis
4bf1167707 Fixed null pointer in DownloadActivity with extras 2014-11-07 15:35:52 +02:00
Victor Shcherb
3b3e27cdc9 Fix NPE 2014-11-06 23:39:39 +01:00
Victor Shcherb
d21179a66d Fix NPE 2014-11-05 22:01:54 +01:00
vshcherb
ee2efd1291 Merge pull request #945 from Bars107/r1.9
Fixed null pointer in download indexadapter
2014-11-05 15:59:32 +01:00
Denis
4ef721063c Fixed null pointer in download indexadapter 2014-11-05 15:00:29 +02:00
Victor Shcherb
97be1babbf Merge branch 'r1.9' 2014-11-05 00:20:18 +01:00
Victor Shcherb
275ea7728c Add billing permission 2014-11-05 00:20:06 +01:00
Victor Shcherb
5fa0c377cc Fix speed limit 2014-11-04 22:28:47 +01:00
Victor Shcherb
e8b925fa65 Fix speed limit 2014-11-04 22:28:21 +01:00