Skip to content

Commit

Permalink
Update metadata, string resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksey-saenko committed Nov 26, 2023
1 parent afea6d8 commit 443cf6c
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 18 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
Audile is a music recognition application, that can help you quickly and accurately recognize a music track playing nearby you.
This application uses the AudD® service as a Music Recognition API.

I'm developing this application as a pet project where I can improve my coding skills. At the same time, I try to make the app reliable for everyday use.

If you would like to contribute or translate, that is appreciated.

## Features
Expand Down Expand Up @@ -41,10 +39,8 @@ Stack: Kotlin, Coroutines, Jetpack Compose, Hilt, WorkManager, Room, OkHttp, Mos

## API Key

This application uses the AudD® service as a Music Recognition API. You need a special API token provided by AudD® to use the application. If you don't have one, you can sign up for a free API token.
You can add the key on the onboarding or preferences screen, or just set it in `local.properties`.

There is also the option to use the app without a token, but please note that this will restrict the number of daily recognitions that can be performed.
This application uses the AudD® service as a Music Recognition API. Please note that the AudD® service is not free, and you will need a special API token provided by the service to use this application. If you don't have an API token, you can sign up for a trial one.
There is also the option to use the app without a token, but please note that this will significantly restrict the number of daily recognitions that can be performed. Please keep in mind that this behavior is not guaranteed by the service and can be restricted at any time.

## License

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
applicationId = "com.mrsep.musicrecognizer"
minSdk = libs.versions.sdkMin.get().toInt()
targetSdk = libs.versions.sdkTarget.get().toInt()
versionCode = 7
versionName = "1.1.4"
versionCode = 8
versionName = "1.1.5"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
14 changes: 7 additions & 7 deletions core/strings/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
<string name="onboarding_permission_message_start">"Приложению требуется разрешение на запись аудио для правильной работы. Предоставляя это разрешение, вы соглашаетесь на использование записанных данных "</string>
<string name="onboarding_permission_message_link">удаленным сервисом</string>
<string name="onboarding_permission_message_end">" для распознавания музыки. Приложение не использует эти данные для других целей."</string>
<string name="onboarding_token_message_start">"Приложение использует сервис для распознавания музыки AudD®, который требует специального API-токена. Зарегистрируйтесь "</string>
<string name="onboarding_token_message_start">"Приложение использует для распознавания платный сервис AudD®, для использования которого, требуется специальный API-токен. Зарегистрируйтесь "</string>
<string name="onboarding_token_message_link">здесь</string>
<string name="onboarding_token_message_end">" , чтобы получить токен, если у вас его еще нет."</string>
<string name="token_skip_message">Пропуск этого шага ограничит допустимый лимит ежедневных распознаваний, но вы всегда сможете указать токен в настройках позже.</string>
<string name="onboarding_token_message_end">", чтобы получить пробный токен, если у вас его еще нет."</string>
<string name="token_skip_message">Пропуск этого шага ограничит допустимый лимит ежедневных распознаваний, но вы всегда сможете указать личный токен в настройках позже.</string>
<string name="hide_token">Скрыть токен</string>
<string name="show_token">Показать токен</string>
<string name="apply_api_token">Применить API-токен</string>
Expand Down Expand Up @@ -45,7 +45,7 @@
<string name="token_applied">Токен применен</string>
<string name="notification_channel_name_control">Управляющие уведомления</string>
<string name="notification_channel_name_result">Результаты распознаваний</string>
<string name="notification_channel_name_scheduled_result">Результы запланированных распознований</string>
<string name="notification_channel_name_scheduled_result">Результы запланированных распознаваний</string>
<string name="notification_channel_desc_control">Позволяет управлять процессом распознавания из уведомлений</string>
<string name="notification_channel_desc_result">Позволяет получать результаты распознаваний из уведомлений</string>
<string name="notification_channel_desc_scheduled_result">Позволяет получать результаты запланированных распознаваний из уведомлений</string>
Expand Down Expand Up @@ -199,9 +199,9 @@
<string name="album">Альбом</string>
<string name="year">Год</string>
<string name="lyrics">Текст песни</string>
<string name="quick_tile_permissions_blocked_api33">Для распознования в фоне Audile требуются разрешения на доступ к микрофону и отправке уведомлений. Пожалуйста, откройте Информацию о приложении в Настройках и предоставьте эти разрешения.</string>
<string name="quick_tile_permissions_blocked">Для распознования в фоне Audile требуется разрешение на доступ к микрофону. Пожалуйста, откройте Информацию о приложении в Настройках и предоставьте это разрешение.</string>
<string name="quick_tile_permissions_blocked_api33">Для распознавания в фоне Audile требуются разрешения на доступ к микрофону и отправке уведомлений. Пожалуйста, откройте Информацию о приложении в Настройках и предоставьте эти разрешения.</string>
<string name="quick_tile_permissions_blocked">Для распознавания в фоне Audile требуется разрешение на доступ к микрофону. Пожалуйста, откройте Информацию о приложении в Настройках и предоставьте это разрешение.</string>
<string name="quick_tile_recognize">Распознать песню</string>
<string name="quick_tile_cancel_recognition">Отменить распознование</string>
<string name="quick_tile_cancel_recognition">Отменить распознавание</string>

</resources>
6 changes: 3 additions & 3 deletions core/strings/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<string name="onboarding_permission_message_link">remote service</string>
<string name="onboarding_permission_message_end">" for music recognition. The app does not use this data for any other purpose."</string>
<string name="audd_terms_link" translatable="false">https://audd.io/terms/</string>
<string name="onboarding_token_message_start">"The app uses the AudD® music recognition service, which requires a special API token. Sign up "</string>
<string name="onboarding_token_message_start">"The app uses the AudD® music recognition service, which is not free and requires a special API token. Sign up "</string>
<string name="onboarding_token_message_link">here</string>
<string name="onboarding_token_message_end">" to get your token, if you don\'t have one yet."</string>
<string name="onboarding_token_message_end">" to get your trial token, if you don\'t have one yet."</string>
<string name="audd_sign_up_link" translatable="false">https://dashboard.audd.io/</string>
<string name="token_skip_message">Skipping this step will limit your daily recognitions, but you can always specify a token later in preferences.</string>
<string name="token_skip_message">Skipping this step will limit your daily recognitions, but you can always specify your personal token later in preferences.</string>
<string name="hide_token">Hide token</string>
<string name="show_token">Show token</string>
<string name="apply_api_token">Apply API token</string>
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/8.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Added quick settings tile to perform one time background recognition
* Fixed track info sharing format issues
* Minor UI fixes
3 changes: 3 additions & 0 deletions fastlane/metadata/android/ru/changelogs/8.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Добавлена плитка быстрых настроек для запуска одиночного распознавания в фоне
* Исправлены ошибки с форматированием информации о треке при обмене
* Незначительные исправления интерфейса

0 comments on commit 443cf6c

Please sign in to comment.