Skip to content

Commit efbfbe8

Browse files
committed
Update for V2.5
1 parent 14b82f1 commit efbfbe8

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<pre>Send a coffee to woheller69@t-online.de
2+
<a href= "https://www.paypal.com/signin"><img align="left" src="https://www.paypalobjects.com/webstatic/de_DE/i/de-pp-logo-150px.png"></a></pre>
3+
14
# Smart EggTimer
25

36
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/EggTimer.png" width="150"/> <img src="fastlane/metadata/android/en-US/images/phoneScreenshots/Instructions.png" width="150"/> <img src="fastlane/metadata/android/en-US/images/phoneScreenshots/Settings.png" width="150"/>
@@ -42,6 +45,10 @@ This information is used only within the app. Nothing is sent via the internet.
4245

4346
## Try my other apps
4447

45-
| RadarWeather | Gas Prices | Smart Eggtimer | Level | hEARtest | GPS Cockpit | Audio Analyzer | LavSeeker |
46-
|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
47-
| [<img src="https://github.com/woheller69/weather/blob/main/fastlane/metadata/android/en-US/images/icon.png" width="50">](https://f-droid.org/packages/org.woheller69.weather/)| [<img src="https://github.com/woheller69/spritpreise/blob/main/fastlane/metadata/android/en-US/images/icon.png" width="50">](https://f-droid.org/packages/org.woheller69.spritpreise/) | [<img src="https://github.com/woheller69/eggtimer/blob/main/fastlane/metadata/android/en-US/images/icon.png" width="50">](https://f-droid.org/packages/org.woheller69.eggtimer/) | [<img src="https://github.com/woheller69/Level/blob/master/fastlane/metadata/android/en-US/images/icon.png" width="50">](https://f-droid.org/packages/org.woheller69.level/) | [<img src="https://github.com/woheller69/audiometry/blob/new/fastlane/metadata/android/en-US/images/icon.png" width="50">](https://f-droid.org/packages/org.woheller69.audiometry/) | [<img src="https://github.com/woheller69/gpscockpit/blob/master/fastlane/metadata/android/en-US/images/icon.png" width="50">](https://f-droid.org/packages/org.woheller69.gpscockpit/) | [<img src="https://github.com/woheller69/audio-analyzer-for-android/blob/master/fastlane/metadata/android/en-US/images/icon.png" width="50">](https://f-droid.org/packages/org.woheller69.audio_analyzer_for_android/) |[<img src="https://github.com/woheller69/lavatories/blob/master/fastlane/metadata/android/en-US/images/icon.png" width="50">](https://f-droid.org/packages/org.woheller69.lavatories/) |
48+
| **RadarWeather** | **Gas Prices** | **Smart Eggtimer** |
49+
|:---:|:---:|:---:|
50+
| [<img src="https://github.com/woheller69/weather/blob/main/fastlane/metadata/android/en-US/images/icon.png" width="50">](https://f-droid.org/packages/org.woheller69.weather/)| [<img src="https://github.com/woheller69/spritpreise/blob/main/fastlane/metadata/android/en-US/images/icon.png" width="50">](https://f-droid.org/packages/org.woheller69.spritpreise/) | [<img src="https://github.com/woheller69/eggtimer/blob/main/fastlane/metadata/android/en-US/images/icon.png" width="50">](https://f-droid.org/packages/org.woheller69.eggtimer/) |
51+
| **Level** | **hEARtest** | **GPS Cockpit** |
52+
| [<img src="https://github.com/woheller69/Level/blob/master/fastlane/metadata/android/en-US/images/icon.png" width="50">](https://f-droid.org/packages/org.woheller69.level/) | [<img src="https://github.com/woheller69/audiometry/blob/new/fastlane/metadata/android/en-US/images/icon.png" width="50">](https://f-droid.org/packages/org.woheller69.audiometry/) | [<img src="https://github.com/woheller69/gpscockpit/blob/master/fastlane/metadata/android/en-US/images/icon.png" width="50">](https://f-droid.org/packages/org.woheller69.gpscockpit/) |
53+
| **Audio Analyzer** | **LavSeeker** | **TimeLapseCam** |
54+
| [<img src="https://github.com/woheller69/audio-analyzer-for-android/blob/master/fastlane/metadata/android/en-US/images/icon.png" width="50">](https://f-droid.org/packages/org.woheller69.audio_analyzer_for_android/) |[<img src="https://github.com/woheller69/lavatories/blob/master/fastlane/metadata/android/en-US/images/icon.png" width="50">](https://f-droid.org/packages/org.woheller69.lavatories/) | [<img src="https://github.com/woheller69/TimeLapseCamera/blob/master/fastlane/metadata/android/en-US/images/icon.png" width="50">](https://f-droid.org/packages/org.woheller69.TimeLapseCam/) |

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId "org.woheller69.eggtimer"
1010
minSdkVersion 19
1111
targetSdkVersion 31
12-
versionCode 24
13-
versionName "2.4"
12+
versionCode 25
13+
versionName "2.5"
1414

1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Verwendung des Drucksensors statt GPS, falls verfügbar
2+
Fehlerbehebung
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Use pressure sensor instead of GPS, if available
2+
Bugfixes

gradle/wrapper/gradle-wrapper.jar

5.08 KB
Binary file not shown.

0 commit comments

Comments
 (0)