mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
misc fixes
This commit is contained in:
parent
357a2d9068
commit
73653e65b0
6 changed files with 22 additions and 24 deletions
|
|
@ -35,6 +35,10 @@ Builds:
|
|||
versionCode: 53
|
||||
commit: d9cfd5c2a0620d1cabf8a57ca40dec1b36e6ab8a
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
|
|
|
|||
|
|
@ -9,22 +9,6 @@ Donate: https://www.paypal.me/bfabiszewski
|
|||
Bitcoin: bc1qt3uwhze9x8tj6v73c587gprhufg9uur0rzxhvh
|
||||
|
||||
AutoName: μlogger
|
||||
Description: |-
|
||||
μlogger ('micro-logger') is an application for continuous logging of location
|
||||
coordinates, designed to record hiking, biking tracks and other outdoor
|
||||
activities. Application works in background. Track points are saved at chosen
|
||||
intervals and may be uploaded to dedicated server in real time. This client
|
||||
works with <a href="https://github.com/bfabiszewski/ulogger-server">μlogger web server</a>.
|
||||
Together they make a complete self owned and controlled client–server solution.
|
||||
|
||||
Features
|
||||
|
||||
* meant to be simple and small (μ);
|
||||
* low memory and battery impact;
|
||||
* uses GPS or network based location data;
|
||||
* synchronizes location with web server in real time, in case of problems keeps retrying;
|
||||
* alternatively works in offline mode; positions may be uploaded to the servers manually;
|
||||
* configurable tracking settings
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/bfabiszewski/ulogger-android
|
||||
|
|
@ -200,8 +184,12 @@ Builds:
|
|||
|
||||
- versionName: '3.6'
|
||||
versionCode: 306
|
||||
commit: 57f779a43ee329d0e2f41dfe802f9f67b6bd43ee
|
||||
commit: 5149e655b94bb1227da6700904c2d42a979e28f5
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
|
|
|
|||
|
|
@ -35,6 +35,10 @@ Builds:
|
|||
versionCode: 151
|
||||
commit: c6f0e6ddd674fa9334e921a1a6ccdf7ac86d71ec
|
||||
subdir: gradle/app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
ndk: r21e
|
||||
|
|
|
|||
|
|
@ -252,6 +252,7 @@ Builds:
|
|||
- node.tar.xz
|
||||
- yarn.tar.gz
|
||||
- lib/js_service_encointer/node_modules
|
||||
- lib/js_service_encointer/.yarn/cache
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk --flavor fdroid
|
||||
|
|
|
|||
|
|
@ -240,6 +240,10 @@ Builds:
|
|||
versionCode: 135
|
||||
commit: 0fcedc664959ceed7aeab2941c6821a34ea0efba
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
output: build/app/outputs/flutter-apk/app-beta-release.apk
|
||||
srclibs:
|
||||
- flutter@2.2.3
|
||||
|
|
|
|||
|
|
@ -46,17 +46,14 @@ Builds:
|
|||
gradle:
|
||||
- fdroid
|
||||
|
||||
- versionName: 2.8.0
|
||||
versionCode: 49
|
||||
commit: 7ab119ed288bc4960dda91fde09b4adf4f6c92c5
|
||||
subdir: StinglePhotos
|
||||
gradle:
|
||||
- fdroid
|
||||
|
||||
- versionName: 2.8.1
|
||||
versionCode: 50
|
||||
commit: afb291e95e01523a98ac0e77869aea506a0db39c
|
||||
subdir: StinglePhotos
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- fdroid
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue