Skip to content

Commit

Permalink
files for the new release
Browse files Browse the repository at this point in the history
  • Loading branch information
rozPierog committed Dec 16, 2022
1 parent 7641de4 commit b412a96
Show file tree
Hide file tree
Showing 14 changed files with 105 additions and 37 deletions.
114 changes: 87 additions & 27 deletions app/src/main/assets/open_source_licenses.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

### Changed

### Removed


## [1.13.0|1.4.0] - 2022-12-16

### Added
- Added settings page to the WearOS app
- Added multipliers to the WearOS app
Expand Down
11 changes: 5 additions & 6 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ platform :android do

desc "Deploy a new version to the Google Play Store"
lane :deploy_gps do |options|
gradle(task: "clean app:licensePlayStoreRelease app:bundlePlayStoreRelease
wearOS:licenseRelease wearOS:bundleRelease")
gradle(task: "app:licensePlayStoreRelease app:bundlePlayStoreRelease wearOS:licenseRelease wearOS:bundleRelease")
upload_to_play_store(
track: options[:prerelease] ? 'internal' : 'production',
skip_upload_apk: true,
Expand All @@ -108,8 +107,7 @@ platform :android do

desc "Deploy a new version to Github Releases"
lane :deploy_github do |options|
gradle(task: "clean app:licenseFullRelease app:assembleFullRelease app:licensePlayStoreRelease
app:assemblePlayStoreRelease wearOS:licenseRelease wearOS:assembleRelease")
gradle(task: "app:licenseFullRelease app:assembleFullRelease app:licensePlayStoreRelease app:assemblePlayStoreRelease wearOS:licenseRelease wearOS:assembleRelease")
versionName = get_version_name(
app_project_dir: '**/app',
)
Expand All @@ -129,7 +127,7 @@ platform :android do

desc "Builds an Instant App"
lane :build_instant do
gradle(task: "clean app:licenseInstantRelease app:bundleInstantRelease")
gradle(task: "app:licenseInstantRelease app:bundleInstantRelease")
UI.important "⚠️ Fastlane does not support uploading instant apps to google play console ⚠️"
UI.important "⚠️ Remember to upload instant app bundle to Play Console! ⚠️"
sh("open", "../app/build/outputs/bundle/instantRelease")
Expand All @@ -154,8 +152,9 @@ platform :android do
end
git_commit(path: ["./*.gradle"], message: "Prepare for release")
push_to_git_remote
deploy_gps(prerelease: prerelease)
gradle(task: "clean")
deploy_github(prerelease: prerelease)
deploy_gps(prerelease: prerelease)
build_instant
end
end
8 changes: 4 additions & 4 deletions fastlane/metadata/android/en-US/changelogs/default.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
### Added
- Added Always on Display when timer is running
- If wearOS device doesn't support AoD then keep screen on during timer
- Added settings page to the WearOS app
- Added multipliers to the WearOS app
- Added Position indicator, Vignette, and Rotary control to the WearOS app

### Changed
- fixed keyboard issue when adding steps after certain number
- changed Icon Bottom Sheet during recipe edit slightly
- Change milliseconds display

### Removed

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/3_en-US.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/5_en-US.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/6_en-US.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b412a96

Please sign in to comment.