222 Commits

Author SHA1 Message Date
Emux
eef8ee3934
Update Gradle 2023-04-14 10:28:00 +03:00
moving-bits
88d8a7ed8a
Throw exception on missing envvar for Android-related builds (#1001) 2023-01-05 11:45:33 +02:00
Emux
e86bf54d8a
TileDataSource: catch unexpected errors (#943) 2022-08-04 12:52:44 +03:00
Emux
44a1756229
Gradle 7 (#885) 2021-10-15 16:23:51 +03:00
Emux
a184e25348
Remove old Android ABIs (#884) 2021-10-13 17:51:00 +03:00
Emux
f076544993
Fix compile warnings (#881) 2021-10-10 17:42:35 +03:00
Emux
ef2d2dd197
ContentResolverResourceProvider: honor also absolute file references in theme resources (#823) 2021-03-31 15:04:26 +03:00
Emux
6850eff26c
ContentResolverResourceProvider should handle document Uris correctly (#808) 2021-03-01 11:09:43 +02:00
Emux
22ed9653ec
AndroidBitmap: convert unsupported bitmap formats (#805) 2021-01-29 16:51:31 +02:00
Emux
3bb8ce00c5
Render themes: Android scoped storage, zip render theme, custom resource providers (#804) 2021-01-21 15:01:19 +02:00
Emux
6801b895e4
Mapsforge themes compatibility improvements #100 (#802) 2021-01-11 17:30:44 +02:00
Emux
2070145880
Render theme from Android content providers 2020-09-24 13:52:13 +03:00
Emux
23ae072ed6
Android: use DisplayMetrics density 2020-06-22 14:02:06 +03:00
Emux
7122e1fbc5
AndroidGraphics: drawable to bitmap for Android >= 9 2019-11-30 15:17:14 +02:00
Emux
644cf9dcb6
Android: OpenGL ES 2.0 default for performance / stability 2019-10-25 11:03:33 +03:00
Emux
0c1c06c1bb
Allow threaded system initialization 2019-09-28 22:36:17 +03:00
Emux
c91833519e
Update dependencies 2019-09-18 21:11:15 +03:00
Konstantinos Tzounopoulos
a9e18a2add
MBTiles vector tile source (#740)
Support offline vector maps (MBTiles, MVT, gzipped pbf)
2019-09-09 12:47:24 +03:00
Emux
dcb7b0d10c
Render themes: text background color (highway shields) 2019-08-06 18:17:37 +03:00
Gustl22
9e81473d36
Improve Gradle Android versioning for sub-modules (#726) 2019-05-17 19:47:55 +03:00
Emux
e5bc7c7564
OpenGL ES 3.0 is supported with Android 4.3 (API level 18) and higher, fix #713 2019-04-12 11:29:48 +03:00
Andrea Antonello
71f94f3f79
MBTiles raster tile source (#708) 2019-04-10 12:49:35 +03:00
Emux
a7d50fa8fa
OpenGL ES 3.0: sanitize Android #646 2019-03-23 14:48:27 +02:00
Emux
7cfbe1c115
Map: simplify updateMap 2019-02-21 13:07:24 +02:00
Gustl22
45cf4057d1
GL30 adapter (#652) 2019-02-19 13:45:22 +02:00
Gustl22
f6f00c2521
GL30 from libGDX (#643) 2019-02-19 13:42:42 +02:00
Gustl22
0a8e56ea05
DateTime adapter (#628) 2019-02-19 12:05:39 +02:00
Gustl22
777d33a4de
Gradle: remove redundant resources (#660) 2019-02-19 11:15:43 +02:00
Gustl22
ce87e89b4f
Complete GL20 interface (#642) 2019-02-02 14:50:21 +02:00
Emux
5eb27b7553
Update Gradle 2019-01-23 12:19:34 +02:00
Gustl22
d806d6bcca
Add missing @Override annotations (#617) 2018-12-12 11:10:33 +02:00
Gustl22
70dd6554c3 refactor 'final static' to 'static final' convention 2018-12-06 21:06:04 +01:00
Emux
a530070ecf
Render themes: PNG scaling, fix #595 2018-10-11 14:08:35 +03:00
Emux
052e3970e5
Gradle: exclude R inner classes from jar files for Android libs 2018-08-13 12:21:48 +03:00
Emux
0bb0312913
AndroidSVG 1.3 2018-08-12 17:35:04 +03:00
Emux
4ebca73023
Android 9 compatibility, fix #550 2018-06-10 19:14:55 +03:00
Emux
12cb34146c
Scale factor for short vertices improvements, fix #537 2018-05-11 13:19:02 +03:00
Emux
516b18bdef
Scale factor for short vertices calculation, fix #537 2018-05-05 20:19:26 +03:00
Gustl22
d1f9a4e8f6
Fix blank tiles on large windows and tilt (#522) 2018-04-14 18:37:58 +03:00
Gustl22
d7aad27ed8
ViewController: refactor 'setScreenSize' to 'setViewSize', 'setMapScreenCenter' to 'setMapViewCenter' (#523) 2018-04-14 17:36:13 +03:00
Gustl22
067f08834d
Improved theme styles (#479)
Fonts added: thin, light, medium, black, condensed
2018-01-14 15:31:31 +02:00
Emux
a67b2f2c91
Gradle 4 / Android plugin 3 transitive dependencies, fix #433 2018-01-02 14:46:39 +02:00
Andrey Novikov
bc20664bc5
Do not read theme twice if format is predefined 2017-11-27 10:22:48 +03:00
Emux
1aa5f24e11 vtm-android-gdx module, fix #435 2017-10-29 18:53:24 +02:00
Emux
cbdeb58c2f Gradle 4 and Android plugin 3, fix #433 2017-10-29 18:52:55 +02:00
Emux
233f0c4f7e Allow custom tile size instead of the calculated one 2017-09-29 19:37:39 +03:00
Emux
02b29c7584 Samples improvements #32 2017-09-28 21:01:34 +03:00
Andrey Novikov
4a848cc08c Do not catch graphics exception too early (#413) 2017-09-27 14:39:15 +03:00
Emux
607cdeb5db Feature parameters, fix #403 2017-09-16 18:03:28 +03:00
Emux
9283b80594 Automatic tile size calculation #92 2017-09-12 20:21:56 +03:00