chore(release): bump version, update changelog, add baseline profs
This commit is contained in:
@@ -44,8 +44,8 @@ android {
|
|||||||
applicationId = "org.nsh07.pomodoro"
|
applicationId = "org.nsh07.pomodoro"
|
||||||
minSdk = 27
|
minSdk = 27
|
||||||
targetSdk = 36
|
targetSdk = 36
|
||||||
versionCode = 23
|
versionCode = 24
|
||||||
versionName = "1.7.1"
|
versionName = "1.8.0"
|
||||||
|
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
||||||
@@ -105,8 +105,12 @@ android {
|
|||||||
|
|
||||||
baselineProfile {
|
baselineProfile {
|
||||||
variants {
|
variants {
|
||||||
|
create("fossRelease") {
|
||||||
|
saveInSrc = true
|
||||||
|
}
|
||||||
create("playRelease") {
|
create("playRelease") {
|
||||||
automaticGenerationDuringBuild = true
|
automaticGenerationDuringBuild = true
|
||||||
|
saveInSrc = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
31512
app/src/fossRelease/generated/baselineProfiles/baseline-prof.txt
Normal file
31512
app/src/fossRelease/generated/baselineProfiles/baseline-prof.txt
Normal file
File diff suppressed because it is too large
Load Diff
31512
app/src/fossRelease/generated/baselineProfiles/startup-prof.txt
Normal file
31512
app/src/fossRelease/generated/baselineProfiles/startup-prof.txt
Normal file
File diff suppressed because it is too large
Load Diff
10
fastlane/metadata/android/en-US/changelogs/24.txt
Normal file
10
fastlane/metadata/android/en-US/changelogs/24.txt
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
New features:
|
||||||
|
- Entirely redesigned Stats screen
|
||||||
|
- Productivity Analysis is now replaced with Focus Breakdown, which contains a new visual along with the chart
|
||||||
|
- Separate screens for week/month/year that can be opened by clicking on each card
|
||||||
|
- New detailed stats with entirely new visuals for week/month/year
|
||||||
|
- Smooth animations when opening detailed stats
|
||||||
|
|
||||||
|
- Added support for 3-digit focus durations
|
||||||
|
- New reset stats button in Settings
|
||||||
|
- Instructions for enabling Now Bar (Samsung only)
|
||||||
Reference in New Issue
Block a user