misc fixes

This commit is contained in:
linsui 2021-12-13 00:33:42 +08:00 committed by linsui
parent b01def0bbe
commit 11372f5e6c
9 changed files with 16 additions and 66 deletions

View file

@ -903,7 +903,7 @@ Builds:
subdir: android
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes
@ -911,7 +911,7 @@ Builds:
- desktop
- ios
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
'platforms;android-30' 'build-tools;30.0.2' > /dev/null
'platforms;android-31' 'build-tools;30.0.2' > /dev/null
scandelete:
- android/libs/*

View file

@ -8,42 +8,6 @@ IssueTracker: https://github.com/phyphox/phyphox-android/issues
Changelog: https://phyphox.org/wiki/index.php?title=Version_history
AutoName: phyphox
Description: |-
Did you know that you are carrying a 3D magnetometer? That you can use your
phone as a pendulum to measure earths local gravitational acceleration?
That you can turn your phone into a sonar?
phyphox gives you access to the sensors of your phone either directly or
through ready-to-play experiments which analyze your data and let you export
raw data along with the results for further analysis. You can even define
your own experiments on phyphox.org and share them with colleagues, students
and friends.
Selected Features:
* A selection of pre-defined experiments. Just press play to start.
* Export your data to a range of widely used formats
* Remote-control your experiment through a web interface from any PC on the same network as your phone. No need to install anything on those PCs - all you need is a modern web browser.
* Define your own experiments by selecting sensor inputs, defining analysis steps and creating views as an interface using our web-editor (http://phyphox.org/editor). The analysis can consists of just adding two values or using advanced methods like Fourier transforms and crosscorrelation. We offer a whole toolbox of analysis functions.
Sensors supported:
* Accelerometer
* Magnetometer
* Gyroscope
* Light intensity
* Pressure
* Microphone
* Proximity
* GPS
(Some sensors are not present on every phone.)
Export formats
* CSV (Comma separated values)
* CSV (Tab-separated values)
* Excel
(If you need other formats, please let us know)
This app has been developed at the 2nd Institute of Physics A at the
RWTH Aachen University.
RepoType: git
Repo: https://github.com/phyphox/phyphox-android
@ -120,13 +84,16 @@ Builds:
- versionName: 1.1.10
versionCode: 1011002
disable: unknown maven repo
commit: bc0df2d379f50b4408c9f0f373c8302c3f26bcd2
subdir: app
submodules: true
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- regular
rm:
- app/libs
prebuild:
- sed -i -e '/org.eclipse.paho/d' -e '/dependencies {/a implementation "org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5"'
-e '/dependencies {/a implementation "org.eclipse.paho:org.eclipse.paho.android.service:1.1.1"'

View file

@ -88,7 +88,7 @@ Builds:
subdir: app
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@2.5.3
- flutter@2.8.0
rm:
- app/ios
- app/linux

View file

@ -511,25 +511,6 @@ Builds:
prebuild: sed -i -e '/fontFamily.*marianne/d' ../coreui/src/main/res/values/styles_text.xml
../coreui/src/main/res/values/styles.xml ../stopcovid/src/main/res/layout/dcc_widget_no_fav_widget.xml
- versionName: 4.0.0
versionCode: 422
commit: 9192b33c3b277656aa0a3ac386175829d9308ce3
subdir: stopcovid
submodules: true
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk
- update-alternatives --auto java
gradle:
- yes
rm:
- coreui/src/main/res/font/marianne_*.otf
- coreui/src/main/res/font/marianne.xml
prebuild: sed -i -e '/fontFamily.*marianne/d' ../coreui/src/main/res/values/styles_text.xml
../coreui/src/main/res/values/styles.xml ../stopcovid/src/main/res/layout/dcc_widget_no_fav_widget.xml
scanignore:
- stopcovid/src/main/assets/CertList-Plus/*.pb.gz
- versionName: 4.0.1
versionCode: 426
commit: ab2a78381647c4e1b29595b6956d8f75bf567fca

View file

@ -799,7 +799,6 @@ Builds:
- versionName: 3.8.2
versionCode: 30802
disable: https://github.com/dkrivoruchko/ScreenStream/issues/189
commit: 0362169d1d9289cc34e15255dafdb2fdbedc2029
subdir: app
sudo:
@ -887,6 +886,7 @@ Builds:
- versionName: 3.8.5
versionCode: 30805
disable: https://github.com/dkrivoruchko/ScreenStream/issues/189
commit: d350620ce4250d12e6a010c9712681c925bb5e6c
subdir: app
sudo:

View file

@ -32,7 +32,7 @@ Builds:
commit: e60f305b9d9cbb010bf5d3cf21cc8e01ab2f41de
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
srclibs:
- flutter@2.0.2
- flutter@2.5.3
rm:
- ios
prebuild: $$flutter$$/bin/flutter pub get

View file

@ -231,8 +231,6 @@ Builds:
versionCode: 66
commit: 59ea13047fa2b8eab670e0c89af2289e83fc01e2
output: bin/app.apk
rm:
- bin
prebuild:
- sed -i -e 's|~/Android/Sdk|$$SDK$$|' -e 's/ sign//' Makefile
- android update sdk --no-ui --filter android-28

View file

@ -255,8 +255,8 @@ Builds:
- .vscode
- irmagobridge/mock_export
- irmagobridge/structodart
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-28' 'build-tools;28.0.3'
> /dev/null
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
'platforms;android-28' 'build-tools;28.0.3' > /dev/null
build:
- curl -Lso go.tar.gz https://golang.org/dl/go1.17.1.linux-amd64.tar.gz
- echo "dab7d9c34361dc21ec237d584590d72500652e7c909bf082758fb63064fca0ef go.tar.gz"

View file

@ -131,6 +131,10 @@ Builds:
versionCode: 18
commit: 3023fd38a9f9f914580c23252d376ab4b044f97e
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes
prebuild: sed -i -e '18a google()' ../build.gradle