Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
forrestguice committed Feb 10, 2021
2 parents 059957f + 0ece27d commit 59b0cbb
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### ~

### v0.13.8 (2021-02-09)
* adds translation to Dutch (nl) (contributed by Joppla) (#474, #480).
* updates translation to Catalan (ca) and Spanish (es) (contributed by gnusuari0) (#478, #479).
* improves alarm sound selection; adds menu: "No Sound", "Ringtone", "Audio File".
* removes READ_EXTERNAL_STORAGE permission (api≥19) (#473); alarm sounds now use persistent URI permissions instead. [PERMISSION]

### v0.13.7 (2021-01-26)
* fixes bug "alarm vibration stops after screen is off" (#470).
* fixes broken build caused by failing `colorpicker` dependency.
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,12 @@ The app benefits from the following permissions...
|ACCESS_COARSE_LOCATION|To get current location.|v0.1.0|
|ACCESS_FINE_LOCATION|To get current location (GPS).|v0.1.0|
|BOOT_COMPLETED|To restore active alarms when the device boots.|v0.11.0|
|READ_EXTERNAL_STORAGE|To play alarm sounds located on the SD card.|v0.11.5|
|READ_EXTERNAL_STORAGE|To play alarm sounds located on the SD card.|v0.11.5, v0.13.8 (api≤18)|
|SET_ALARM|To interact with the system AlarmClock app.|v0.1.0|
|WRITE_EXTERNAL_STORAGE|To export data (places, themes, etc.) to file.|v0.2.2 (api≤18)|

Version `v0.13.8` removed READ_EXTERNAL_STORAGE for api≥19 (replaced with persistent URI permissions).

Version `0.9.*` contained the following additional permissions (removed in v0.10.0)...

|Permission||Version|
Expand Down Expand Up @@ -163,13 +165,14 @@ German translation by <u>Henrik "HerHde" Hüttemann</u>, <u>Wolkenschieber</u>,
Polish and Esperanto translations by <u>Verdulo</u>.<br/>
French translation by <u>Jej</u> and <u>Aloha</u>.<br/>
Hungarian translation by <u>Erci</u>.<br/>
Catalan and Spanish translations by <u><a href="https://github.com/Raulvo">Raulvo</a></u>.<br/>
Catalan and Spanish translations by <u><a href="https://github.com/Raulvo">Raulvo</a></u> and <u><a href=https://github.com/gnusuari0>gnusuari0</a></u>.<br/>
Basque translation by <u>beriain</u>.<br/>
Norwegian translation by <u>FTno</u>.<br/>
Italian translation by <u>Matteo Caoduro</u>.<br/>
Traditional Chinese translation by <u><a href=https://github.com/pggdt>ft42</a></u>.<br />
Brazilian Portuguese translation by <u><a href=https://github.com/netosilva15>NetoSilva</a></u>, <u>Nelson A. de Oliveira</u>, and <u>Enrico S. B. Fraletti</u>.<br />
Russian translation by <u><a href=https://github.com/rchintsov>Ruslan Chintsov</a></u>.<br />
Dutch translation by <u><a href=https://github.com/joppla>Joppla</a></u>.<br />

[Contributions to the project](CONTRIBUTING.md) are welcome.

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android
minSdkVersion 10
//noinspection ExpiredTargetSdkVersion,OldTargetApi
targetSdkVersion 25
versionCode 71
versionName "0.13.7"
versionCode 72
versionName "0.13.8"

buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""

Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/ca-ES/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ L'aplicació es beneficia dels permisos següents:
* <small><u>BOOT_COMPLETED</u> </small> s’utilitza per restaurar les alarmes actives després d’un reinici.
* <small><u>SET_ALARM</u> </small> s'utilitza per programar alarmes mitjançant l'aplicació AlarmClock.
* <small><u> VIBRAR</u> </small> s’utilitza per a les notificacions d’alarma.
* <small><u>READ_EXTERNAL_STORAGE</u> </small> s’utilitza per reproduir sons d’alarma ubicats a la targeta SD.
* <small><u>READ_EXTERNAL_STORAGE</u> </small> s’utilitza per reproduir sons d’alarma ubicats a la targeta SD <small>(api&le;=18 only)</small>.
* <small><u>WRITE_EXTERNAL_STORAGE</u> </small> s'utilitza per fer còpies de seguretat de dades al fitxer (llocs, temes, etc.) <small> (només api & le; = 18) </small>.

Nota: la «Integració del calendari» i els permisos afegits a la v0.9.0 s'han eliminat a la v0.10.0. Aquesta funció ja està disponible com a aplicació complementària independent; <a href="https://f-droid.org/en/packages/com.forrestguice.suntimescalendars"> Calendaris Suntimes </a>.
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/72.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- adds translation to Dutch.
- updates translations to Catalan and Spanish.
- improves alarm sound selection ("No Sound", "Ringtone", "Audio File").
- removes READ_EXTERNAL_STORAGE permission (api≥19); no longer required when playing audio from external storage (#472).
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The app benefits from the following permissions:
* <small><u>BOOT_COMPLETED</u></small> is used to restore active alarms after a reboot.
* <small><u>SET_ALARM</u></small> is used to schedule alarms using the AlarmClock app.
* <small><u>VIBRATE</u></small> is used by alarm notifications.
* <small><u>READ_EXTERNAL_STORAGE</u></small> is used to play alarm sounds located on the SD card.
* <small><u>READ_EXTERNAL_STORAGE</u></small> is used to play alarm sounds located on the SD card <small>(api&le;=18 only)</small>.
* <small><u>WRITE_EXTERNAL_STORAGE</u></small> is used to backup data to file (places, themes, etc) <small>(api&le;=18 only)</small>.

Note: The "Calendar Integration" and permissions added in v0.9.0 were removed in v0.10.0. This feature is now available as a separate add-on app; <a href="https://f-droid.org/en/packages/com.forrestguice.suntimescalendars">Suntimes Calendars</a>.
1 change: 1 addition & 0 deletions fastlane/metadata/android/eo/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ La aplikaĵo postulas la jenajn permesojn:
<li><small><u>BOOT_COMPLETED</u></small> por restarigi aktivajn alarmojn post restarto.</li>
<li><small><u>SET_ALARM</u></small> por plani alarmojn per la aplikaĵo “Suntempoj: alarmoj”.</li>
<li><small><u>VIBRATE</u></small> por alarmaj sciigoj.</li>
<li><small><u>READ_EXTERNAL_STORAGE</u> </small> is used to play alarm sounds located on the SD card <small>(api&le;=18 only)</small></li>.
<li><small><u>WRITE_EXTERNAL_STORAGE</u></small> por sekurkopii datumojn (lokojn, etosojn, ktp) al dosiero <small>(nur api≤18)</small>.</li>
</ul>
<p>Rimarko: interago kun kalendaro kaj permesoj aldonitaj en v0.9.0 estis forigitaj en v0.10.0. Tiu eblaĵo estas nun disponebla kiel aparta aplikaĵo: <a href="https://f-droid.org/eo/packages/com.forrestguice.suntimescalendars">Suntempoj: kalendaro</a> (Suntimes Calendars).</p>
2 changes: 1 addition & 1 deletion fastlane/metadata/android/es-ES/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ La aplicación se beneficia de los siguientes permisos:
* <small><u>BOOT_COMPLETED</u> </small> se usa para restaurar las alarmas activas después de un reinicio.
* <small><u>SET_ALARM</u> </small> se usa para programar alarmas usando la aplicación AlarmClock.
* <small><u>VIBRATE</u> </small> es usado por notificaciones de alarma.
* <small><u>READ_EXTERNAL_STORAGE</u> </small> se utiliza para reproducir sonidos de alarma ubicados en la tarjeta SD.
* <small><u>READ_EXTERNAL_STORAGE</u> </small> se utiliza para reproducir sonidos de alarma ubicados en la tarjeta SD <small>(api&le;=18 only)</small>.
* <small><u>WRITE_EXTERNAL_STORAGE</u> </small> se usa para respaldar datos en archivos (lugares, temas, etc.) <small> (api & le; = 18 solamente) </small>.

Nota: La "Integración de calendario" y los permisos agregados en v0.9.0 se eliminaron en v0.10.0. Esta función ahora está disponible como una aplicación complementaria separada; <a href="https://f-droid.org/en/packages/com.forrestguice.suntimescalendars"> Calendarios de Suntimes </a>.
1 change: 1 addition & 0 deletions fastlane/metadata/android/pl-PL/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Aplikacja korzysta z następujących uprawnień
<li><small><u>BOOT_COMPLETED</u></small> jest używany do przywracania alarmów po restarcie.</li>
<li><small><u>SET_ALARM</u></small> jest używany do planowania alarmów prze aplikację „Czasy Słońca: alarmy”.</li>
<li><small><u>VIBRATE</u></small> jest używany przez powiadomienia alarmów.</li>
<li><small><u>READ_EXTERNAL_STORAGE</u> </small> is used to play alarm sounds located on the SD card <small>(api&le;=18 only)</small></li>.
<li><small><u>WRITE_EXTERNAL_STORAGE</u></small> jest używany do tworzenia kopii zapasowej danych (miejsc, skórek, itp.) do pliku <small>(tylko API≤18)</small>.</li>
</ul>
<p>Uwaga: integracja z kalendarzem i uprawnienia dodane do wersji v0.9.0 zostały usunięte w v0.10.0. Ta funkcja jest teraz dostępna jako oddzielna aplikacja: <a href="https://f-droid.org/pl/packages/com.forrestguice.suntimescalendars">Czasy Słońca: kalendarz</a> (Suntimes Calendars).</p>
1 change: 1 addition & 0 deletions fastlane/metadata/android/pt-BR/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ O app pode solicitar as seguintes permissões:
<li><small><u>BOOT_COMPLETED</u></small> para restaurar alarmes ativos após iniciar o sistema.</li>
<li><small><u>SET_ALARM</u></small> para programar alarmes usando o app de despertador.</li>
<li><small><u>VIBRATE</u></small> usado para notificar alarme.</li>
<li><small><u>READ_EXTERNAL_STORAGE</u> </small> is used to play alarm sounds located on the SD card <small>(api&le;=18 only)</small></li>.
<li><small><u>WRITE_EXTERNAL_STORAGE</u></small> para realizar backup para arquivos (locais, temas, etc)<small>(api<=apenas 18)</small>.</li>
</ul>
<p>Observação: A "Integração com Calendário" e permissões adicionadas na versão 0.9.0 foram removidos na edição posterior. Agora a função está disponível através de um app separado: o <a href="https://f-droid.org/en/packages/com.forrestguice.suntimescalendars">Calendário Suntimes</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/ru/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Suntimes показывает восход и закат солнца, длин
<b>&bull; BOOT_COMPLETED</b> для восстановления активности будильников после перезагрузки устройства.
<b>&bull; SET_ALARM</b> для настройки сигналов с использованием стандартного приложения будильника.
<b>&bull; VIBRATE</b> для использования вибросигнала.
<b>&bull; READ_EXTERNAL_STORAGE</b> для воспроизведения звуковых сигналов, находящихся на SD-карте.
<b>&bull; READ_EXTERNAL_STORAGE</b> для воспроизведения звуковых сигналов, находящихся на SD-карте (API &le; 18).
<b>&bull; WRITE_EXTERNAL_STORAGE</b> для резервного копирования данных (места, темы интерфейса и т. д.) (API &le; 18).

Примечание: интеграция с календарями и разрешения, добавленные в приложении версии 0.9.0 были удалены в версии 0.10.0. Эта функция теперь доступна в виде отдельного приложения Suntimes Calendars (https://f-droid.org/ru/packages/com.forrestguice.suntimescalendars).

0 comments on commit 59b0cbb

Please sign in to comment.