Skip to content

Commit

Permalink
Update translations, version and fastlane
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackyHawky committed Sep 18, 2024
1 parent ebc7e8a commit b41a293
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 16 deletions.
35 changes: 21 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Clock is a privacy-conscious open-source clock, based on AOSP Clock.
* Dynamic colors for Android 12+;

## Common Issues
* Problem encountered when displaying times in bedtime mode notifications;
* Problem encountered with bedtime mode as this is an experimental feature;;
* Maybe other things, but nothing about the alarm's functionality.

_<b>As I'm not an expert developer, some problems may unfortunately not be solved without help.</b>_
Expand All @@ -60,6 +60,13 @@ Before opening a new issue, be sure to check the following:
Translations can be added using [Weblate](https://translate.codeberg.org/projects/clock/). You will need an account to update translations and add languages. Add the language you want to translate to in Languages -> Manage translated languages in the top menu bar.
Updating translations in a PR will not be accepted, as it may cause conflicts with Weblate translations.

<details>
<summary><b>Click here to see the translation status</b></summary>
<br>

[![Translation status](https://translate.codeberg.org/widget/clock/clock/multi-auto.svg)](https://translate.codeberg.org/engage/clock/)
</details>

## Code Contribution

### Getting Started
Expand All @@ -72,7 +79,7 @@ Once everything is up correctly, you're ready to go!
### Guidelines

Clock is a complex application, when contributing, you must take a step back and make sure your contribution:
- **Is actually wanted**. Best check related open issues before you start working on a PR. Issues with "PR" and "contributor needed" labels are accepted, but still it would be good if you announced that you are working on it.
- **Is actually wanted**. Best check related open issues before you start working on a PR. Issues with "help wanted" label are accepted, but still it would be good if you announced that you are working on it.
If there is no issue related to your intended contribution, it's a good idea to open a new one to avoid disappointment of the contribution not being accepted. For small changes or fixing obvious bugs this step is not necessary.
- **Is only about a single thing**. Mixing unrelated contributions into a single PR is hard to review and can get messy.
- **Has a proper description**. What your contribution does is usually less obvious to reviewers than for yourself. A good description helps a lot for understanding what is going on, and for separating wanted from unintended changes in behavior.
Expand All @@ -98,18 +105,18 @@ Since the app is based on Apache 2.0 licensed AOSP Clock, an [Apache 2.0](LICENS
<details>
<summary><b>Click here to see screenshots</b></summary>
<br>
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/01.jpg" alt="Screenshot 1" width="200" />
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/02.jpg" alt="Screenshot 2" width="200" />
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/03.jpg" alt="Screenshot 3" width="200" />
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/04.jpg" alt="Screenshot 4" width="200" />
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/05.jpg" alt="Screenshot 5" width="200" />
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/06.jpg" alt="Screenshot 6" width="200" />
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/07.jpg" alt="Screenshot 7" width="200" />
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/08.jpg" alt="Screenshot 8" width="200" />
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/09.jpg" alt="Screenshot 8" width="200" />
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/10.jpg" alt="Screenshot 8" width="200" />
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/11.jpg" alt="Screenshot 8" width="200" />
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/12.jpg" alt="Screenshot 8" width="200" />
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/01.jpg" alt="Screenshot 01" width="200" />
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/02.jpg" alt="Screenshot 02" width="200" />
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/03.jpg" alt="Screenshot 03" width="200" />
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/04.jpg" alt="Screenshot 04" width="200" />
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/05.jpg" alt="Screenshot 05" width="200" />
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/06.jpg" alt="Screenshot 06" width="200" />
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/07.jpg" alt="Screenshot 07" width="200" />
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/08.jpg" alt="Screenshot 08" width="200" />
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/09.jpg" alt="Screenshot 09" width="200" />
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/10.jpg" alt="Screenshot 10" width="200" />
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/11.jpg" alt="Screenshot 11" width="200" />
<img src="/fastlane/metadata/android/en-US/images/phoneScreenshots/12.jpg" alt="Screenshot 12" width="200" />
</details>

# Credits
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.best.deskclock"
minSdk 23
targetSdk 34
versionCode 2007
versionName '2.6'
versionCode 2008
versionName '2.7'
ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
}
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -659,4 +659,6 @@
<string name="FSN_dialog_title">Notifications en Plein Écran</string>
<string name="FSN_dialog_text">Depuis Android 14, pour que l\'alarme se déclenche lorsque l\'écran est éteint, il est impératif que l\'autorisation Notifications Plein Écran soit activée.</string>
<string name="bedtime_channel">Coucher</string>
<string name="alarm_clock_font_size">Taille de la police de l\'horloge</string>
<string name="alarm_title_font_size">Taille de la police du titre de l\'alarme</string>
</resources>
8 changes: 8 additions & 0 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -593,4 +593,12 @@
<string name="revoke_permission_dialog_message">是否确定要撤销此权限?</string>
<string name="permission_status_title">状态: </string>
<string name="permission_granted">已授予</string>
<string name="alarm_display_customization_title">自定义闹钟显示</string>
<string name="snooze_button_color">暂停按钮颜色</string>
<string name="dismiss_button_color">关闭按钮颜色</string>
<string name="alarm_button_color">闹钟按钮颜色</string>
<string name="pulse_color">脉冲颜色</string>
<string name="transparent_background_for_expired_timer_title">定时器到期时的透明背景</string>
<string name="alarm_title_color">闹钟标题颜色</string>
<string name="seconds_hand_color_title">秒针颜色</string>
</resources>
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2008.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
**Improvements**
- Choose the default style for the time picker;
- Add a fade transition when browsing settings;
- Customize alarm animation display;
- Add a "Nothing" action to the volume buttons;
- Update translations;
- To see all the improvements, visit: https://github.com/BlackyHawky/Clock/releases/tag/2.7

0 comments on commit b41a293

Please sign in to comment.