diff --git a/.gitignore b/.gitignore index e78915c..ccee263 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ android/key.properties *.iws .idea/ android/.idea/ +android/local.properties # The .vscode folder contains launch configuration and tasks you configure in # VS Code which you may wish to be included in version control, so this line diff --git a/README.md b/README.md index 7cb3b4e..2cd1eb0 100644 --- a/README.md +++ b/README.md @@ -7,36 +7,56 @@ This app is still in BETA, so it is missing features and contains bugs. If you want to report bug or request feature, please open an issue. ## Downloads: -Under releases tab -**You might get Play Protect warning - just select install anyway or disable Play Protect** - it is because the keys used for signing this app are new. +Downloads are currently distributed in Telegram channel: https://t.me/freezereleases +**You might get Play Protect warning - just select install anyway or disable Play Protect** - it is because the keys used for signing this app are new. +**App not installed** error - try different version (arm32/64) or uninstall old version. ## Compile from source Install flutter SDK: https://flutter.dev/docs/get-started/install (Optional) Generate keys for release build: https://flutter.dev/docs/deployment/android + +Download source: +``` +git clone https://notabug.org/exttex/freezer +git submodule init +git submodule update +``` + Compile: ``` flutter pub get flutter build apk ``` -## Telegram +## Telegram group https://t.me/freezerandroid ## Credits Tobs: Beta tester Bas Curtiz: Icon, Logo, Banner, Design suggestions Deemix: https://notabug.org/RemixDev/deemix -just_audio && audio_service: https://github.com/ryanheise/just_audio +Annexhack: Android Auto help and resources + +### Translators: +Homam Al-Rawi: Arabic +Markus: German +Andrea: Italian +Diego Hiro: Portuguese +Annexhack: Russian + +### just_audio, audio_service +This app depends on modified just_audio and audio_service plugins with Deezer support. +Both plugins were originally written by ryanheise, all credits to him. +Forked versions for Freezer: +https://notabug.org/exttex/just_audio/ +https://notabug.org/exttex/audio_service/ ## Support me BTC: `14hcr4PGbgqeXd3SoXY9QyJFNpyurgrL9y` ETH: `0xb4D1893195404E1F4b45e5BDA77F202Ac4012288` -## just_audio -This app depends on modified just_audio plugin with Deezer support. -The fork repo is deprecated, current version available in this repo. ## Disclaimer ``` diff --git a/android/app/build.gradle b/android/app/build.gradle index 9d6c556..e90334e 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -41,7 +41,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId "f.f.freezer" - minSdkVersion 20 + minSdkVersion 21 targetSdkVersion 28 versionCode flutterVersionCode.toInteger() versionName flutterVersionName diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index c6b0906..e7094bd 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -31,6 +31,7 @@ android:name="io.flutter.embedding.android.NormalTheme" android:resource="@style/NormalTheme" /> +