mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
16.8.2
This commit is contained in:
parent
d4b40e80d5
commit
70f1e4ba73
6 changed files with 54 additions and 6 deletions
|
|
@ -20,8 +20,8 @@ android {
|
|||
minSdkVersion 24
|
||||
targetSdkVersion 35
|
||||
compileSdk 35
|
||||
versionCode 16_08_01_0000
|
||||
versionName "16.8.1"
|
||||
versionCode 16_08_02_0000
|
||||
versionName "16.8.2"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
manifestPlaceholders = [
|
||||
hostName : "app.super-productivity.com",
|
||||
|
|
|
|||
|
|
@ -0,0 +1,23 @@
|
|||
|
||||
### Bug Fixes
|
||||
|
||||
* **calendar:** add periodic refresh for planner and scheduler views (77c4c33), closes #4474
|
||||
* **db:** add missing _afterReady guard to loadAll method (270eca3), closes #5734
|
||||
* **focus-mode:** sync time tracking with Pomodoro breaks and manual end (55fc855), closes #5875
|
||||
* **i18n:** add missing translate pipe to play button tooltip (abfff27), closes #5874
|
||||
* **pomodoro:** allow manual session end to start break early (291d3e8), closes #5876
|
||||
* **sync:** show skip button immediately when offline (ccd4846), closes #5877
|
||||
* **tasks:** handle undefined tasks in reminder effect (4497aed), closes #5873
|
||||
* **test:** reset selector overrides to prevent test pollution
|
||||
### Features
|
||||
|
||||
* **android:** add alarm sound and vibration to task reminders (b7cbef2), closes #5603
|
||||
* **e2e:** streamline e2e test development with improved infrastructure
|
||||
* **effects:** consolidate task update actions in PluginHooksEffects
|
||||
* **sync:** add skip button to loading screen when waiting for sync (12e68cd), closes #5868
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* **e2e:** optimize wait utilities and addTask method for faster test execution
|
||||
* **e2e:** remove ineffective waits to speed up test runs
|
||||
Loading…
Add table
Add a link
Reference in a new issue