mirror of
https://gitlab.com/fdroid/fdroiddata.git
synced 2025-11-22 03:39:39 +01:00
47 lines
1.5 KiB
YAML
47 lines
1.5 KiB
YAML
Categories:
|
|
- Science & Education
|
|
License: Apache-2.0
|
|
SourceCode: https://github.com/johnnylambada/WorldMap
|
|
IssueTracker: https://github.com/johnnylambada/WorldMap/issues
|
|
|
|
AutoName: WorldMap
|
|
Description: |-
|
|
WorldMap is a simple Android app that displays
|
|
<a href="http://upload.wikimedia.org/wikipedia/commons/3/33/Physical_Political_World_Map.jpg">
|
|
a map</a> of the world taken from Wikimedia and allows the user to scroll around on
|
|
it. The map is licensed as PD-USGOV; PD-USGOV-CIA-WF - more info
|
|
<a href="http://en.wikipedia.org/wiki/File:Physical_Political_World_Map.jpg">here</a>)
|
|
|
|
The map itself is quite large (6480x3888), so it's way too big to fit in memory
|
|
all at once (over 48MB). The VM heap size Android supports is either 16 or 24
|
|
megs, so we can't fit the whole thing in memory at once. To overcome this,
|
|
WorldApp uses the BitmapRegionDecoder API (available as of Android 2.3.3) to
|
|
decode just what it needs to display. The app can also serve as a viewer for
|
|
arbitrary images opened via a (3rd-party) file manager.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/johnnylambada/WorldMap.git
|
|
|
|
Builds:
|
|
- versionName: 2.0.2
|
|
versionCode: 5
|
|
commit: version-2.0.2
|
|
subdir: worldmap
|
|
prebuild:
|
|
- rm -rf release
|
|
- mkdir src
|
|
androidupdate:
|
|
- .
|
|
- ../library
|
|
|
|
- versionName: '3.1'
|
|
versionCode: 12
|
|
commit: 5e6ffa2cb4e44eb26b3138fb7e4a0aa529e5560e
|
|
subdir: v3/app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '3.1'
|
|
CurrentVersionCode: 12
|