Commit graph

8799 commits

Author SHA1 Message Date
vshcherb
5546e87b1f Delete old-ndk-build.sh 2013-08-04 12:09:13 +02:00
vshcherb
8f5a30dbc7 Create old-ndk-build.sh 2013-08-04 12:06:36 +02:00
Alexey Pelykh
7194b3a107 Control number of CPUs used for building 2013-08-04 11:07:52 +03:00
Alexey Pelykh
dff0477b85 Remove uitls 2013-08-04 11:01:19 +03:00
Alexey Pelykh
22f7f32b2d Be verbose 2013-08-04 10:58:16 +03:00
Alexey Pelykh
2ec07cf2f2 Merge branch 'master' of ssh://github.com/osmandapp/Osmand 2013-08-04 10:31:09 +03:00
Alexey Pelykh
7d05ce9a65 Fix order 2013-08-04 10:28:21 +03:00
ezjerry liao
b76b58e51c Translated using Weblate. 2013-08-04 09:05:03 +02:00
Alexey Pelykh
2a5f6372e0 Modify android makefiles 2013-08-04 09:42:34 +03:00
Alexey Pelykh
9502a7243c Generate SWIG wrapper just before build 2013-08-04 07:57:38 +03:00
Alexey Pelykh
ea0cf83654 ndk-build 2013-08-04 07:50:12 +03:00
Alexey Pelykh
ee4143d538 ndk-build 2013-08-04 07:48:27 +03:00
Victor Shcherb
dbcd77a557 Replace debuggable 2013-08-04 01:33:56 +02:00
Victor Shcherb
acb8004633 Add debug info 2013-08-04 01:18:21 +02:00
Victor Shcherb
12beb1ac14 Fix gpx casing 2013-08-04 00:34:38 +02:00
Victor Shcherb
87582724bc Fix issue with poi upload 2013-08-04 00:03:54 +02:00
Victor Shcherb
5feaaa8485 Trim favorite name 2013-08-03 23:52:17 +02:00
Victor Shcherb
4b5cf87d34 Fix small issue 2013-08-03 23:44:51 +02:00
Victor Shcherb
ac76952aa8 Fix voice issues 2013-08-03 20:57:43 +02:00
Victor Shcherb
85bda85884 Speak destination point 2013-08-03 20:19:55 +02:00
Victor Shcherb
ae8f839047 Replace - with space 2013-08-03 20:11:00 +02:00
Victor Shcherb
0598389eb5 Do not close Define view dialog 2013-08-03 20:03:46 +02:00
Victor Shcherb
69183b57df Add # symbol to enter lat/lon coordinates 2013-08-03 18:49:52 +02:00
Roberto GEB
b84df845a2 Translated using Weblate. 2013-08-03 12:05:05 +02:00
sonora
730c11179e resort simulation dialogue a bit better 2013-08-03 09:08:41 +02:00
ezjerry liao
ca60148431 Translated using Weblate. 2013-08-03 00:05:04 +02:00
sonora
99562820fc put amenity=emergency_phone to end as is outdated 2013-08-02 21:42:22 +02:00
sonora
3c1c230dcc pre-install major tts voices 2013-08-02 15:08:50 +02:00
sonora
2a89630ebf add reference to language identifiers in en and de strings 2013-08-02 14:54:11 +02:00
Petr Kulhavy
bc4f743b6a Translated using Weblate. 2013-08-02 12:00:02 +02:00
vshcherb
7f4c2883cc Merge pull request #484 from naoliv/master
Some misc fixes
2013-08-01 15:22:38 -07:00
Roberto GEB
e788d5ada0 Translated using Weblate. 2013-08-01 21:05:07 +02:00
Ludek M
d7397a181f Translated using Weblate. 2013-08-01 21:05:07 +02:00
sonora
dc96d250a3 fix speed_alarm prompt 2013-08-01 19:29:28 +02:00
Leif Larsson
d79687f366 Translated using Weblate. 2013-08-01 12:00:05 +02:00
Roberto GEB
09a5b1086b Translated using Weblate. 2013-08-01 12:00:04 +02:00
Przemo Firszt
68d8bbde75 Translated using Weblate. 2013-08-01 00:00:02 +02:00
Mirco Zorzo
9390e6dbaa Translated using Weblate. 2013-08-01 00:00:02 +02:00
Nelson A. de Oliveira
a525df7694 Fix unnecessary bitwise operations 2013-07-31 15:39:50 -03:00
Nelson A. de Oliveira
ffaaef6610 Remove unecessary semicolon 2013-07-31 15:24:57 -03:00
Nelson A. de Oliveira
50207ec316 Remove continue and return 2013-07-31 15:24:15 -03:00
Nelson A. de Oliveira
bf05917be5 Remove redundant local variables 2013-07-31 15:22:39 -03:00
Nelson A. de Oliveira
1eea84da0b Fix unnecessary boxing/unboxing 2013-07-31 15:15:26 -03:00
Nelson A. de Oliveira
1bdb389eae Fix pointless aithmetic expressions 2013-07-31 15:14:11 -03:00
Nelson A. de Oliveira
61699455e5 Replace StringBuffer with String
These may be replaced with java.lang.String expressions which results in
simpler and possibly more efficient code
2013-07-31 15:09:37 -03:00
Nelson A. de Oliveira
a0de8b31b3 Fix string concatenation in StringBuffer.append()
Such calls may profitably be turned into chained append calls on the
existing StringBuffer/Builder/Appendable, saving the cost of an extra
StringBuffer/Builder allocation.
2013-07-31 15:08:29 -03:00
Nelson A. de Oliveira
6a3f36761c Fix redundant String constructor call 2013-07-31 15:07:07 -03:00
Nelson A. de Oliveira
6fc309af19 Fix manual array to collection copy 2013-07-31 15:06:31 -03:00
Nelson A. de Oliveira
ffc006bab6 Fix boxing of already boxed values
This is a useless operation since any boxed value will first be
auto-unboxed before boxing the value again. If done inside an inner loop
such code may cause performance problems.
2013-07-31 15:05:59 -03:00
sonora
18989fcc9f bundle new sw-tts and zh-tts 2013-07-31 15:31:59 +02:00