diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0f71f70d..80d7a427 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,12 +6,12 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.4.0 - uses: actions/setup-java@v2 with: java-version: '12.x' distribution: 'adopt' - - uses: subosito/flutter-action@v1 + - uses: subosito/flutter-action@v2.2.0 with: flutter-version: '2.5.2' - run: flutter pub get diff --git a/README.md b/README.md index 2bd435fa..868b7bc1 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,14 @@ Current Features: - Recipe Editing - Recipe Import - Darkmode (Thanks to SeineEloquenz) +- Timer (Thanks to fab920) +- Stay awake on recipe screen +- Settings Tab Planned Features: -- Settings Tab * -- Offline Usage (Caching) +- Offline Usage +- Image Upload +- Integrate new values of nextcloud plugin \* Currently worked on! diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index e0fbef15..7cb48a24 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -23,6 +23,12 @@ + + + + + +