Commit Graph

9 Commits

Author SHA1 Message Date
Lefucjusz
773f2c7eb1 [BH-2069] Update license URL in headers
Update outdated license file URL in
license headers across all project.
2024-09-18 11:53:01 +02:00
Maciej Gibowicz
5a70754a4e [BH-1971] Changing the refresh rate of the progress bar screen
The longer the time countdown on the progress bar, the less frequently
the screen is refreshed, which results in less power consumption when
running the Meditation, Relaxation, Power Nap and Focus Timer
applications.
2024-05-15 12:45:29 +02:00
Lefucjusz
4b66a8974f [BH-1782] Add brightness fade in
* Added brightness fade in - feature
which allows for gradual frontlight
brightness rise during alarm and
power nap ringing instead of turning
on with full brightness immediately.
* Fixed possibility to close
ringing power nap by long press
of back button.
2023-11-28 10:11:26 +01:00
Paweł Joński
ceccf471c7 [BH-1522] Meditation - new circular progress layout
Rework meditation progress layout
2022-06-24 15:08:58 +02:00
Paweł Joński
ecf5268c6b [BH-1067] Snooze countdown
Add Snooze countdown
2021-10-28 09:59:44 +02:00
Mateusz Piesta
4948af4f77 [BH-618] Power nap fixes
Implemented various fixes:
BH-995
BH-996
BH-997
BH-998
Fixed PlayActions
and more.
2021-10-14 12:08:22 +02:00
mkamonMdt
7d3949ced2 [BH-893] Add BGSounds progress window
The commit provides an implementation to MVP of
BackgroundsSounds ProgressWindow. The implementation
is restricted to basic UI and timer functionality.
2021-09-24 10:20:40 +02:00
mkamonMdt
8b50f65a79 [BH-828] PowerNap progress implementation
The follwoing commit provides an implementation of PowerNap
progress. The impelemntation covers:
* PowerNap's progress presenter
* PowerNap's progress widnow
* Extension of ProgressTimer's UI configuration that allows
to choose between Continuous and Descrete set of points on
Progress view.
2021-09-07 18:41:19 +02:00
mkamonMdt
34507ab99a [BH-841] Extraction of ProgressTimer from Meditation
The following commit provides implementation of ProgressTimer.
The timer purpose is to provide suitable abstraction of a timer
that can be visually represented by both Text and Progress.

The implementation is based on MeditationTimer and thus
the ApplicationMeditation's part that uses MeditationTimer
has been refactored.
2021-09-06 20:03:10 +02:00