Skip to content

Commit

Permalink
update files for 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rozPierog committed Oct 7, 2022
1 parent 25682a3 commit 2719d81
Show file tree
Hide file tree
Showing 17 changed files with 151 additions and 141 deletions.
244 changes: 122 additions & 122 deletions app/src/main/assets/open_source_licenses.json

Large diffs are not rendered by default.

22 changes: 10 additions & 12 deletions bin/createScreenshots
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,15 @@ function waitForEmulator {
fail_counter=0
timeout_in_sec=360

until [[ "$boot_animation" =~ "stopped" ]]; do
boot_animation=$(adb -s "$1" -e shell getprop init.svc.boot_animation 2>&1 &)
if [[ "$boot_animation" =~ "device not found" || "$boot_animation" =~ "device offline"
|| "$boot_animation" =~ "running" ]]; then
(( fail_counter += 1 )) || true
echo "Waiting for emulator to start"
if [[ $fail_counter -gt timeout_in_sec ]]; then
echo "Timeout ($timeout_in_sec seconds) reached; failed to start emulator"
exit 1
fi
fi
until [[ "$boot_animation" == "1" ]]; do
boot_animation=$(adb -s "$1" -e shell getprop sys.boot_completed 2>&1 &)
# if [[ "$boot_animation" != "1" ]]; then
# echo "Waiting for emulator to start"
# if [[ $fail_counter -gt timeout_in_sec ]]; then
# echo "Timeout ($timeout_in_sec seconds) reached; failed to start emulator"
# exit 1
# fi
# fi
sleep 1
done

Expand All @@ -46,4 +44,4 @@ done

./gradlew -Pandroid.testInstrumentationRunnerArguments.class=com.omelan.cofi.ScreenshotCreator connectedFullDebugAndroidTest

./bin/pullScreenshots
./bin/pullScreenshots
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.8.0] - 2022-10-07

### Added
- Show recipe basic info in timer and on main recipe list screen
- WYSIWYG in description input
Expand Down
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ platform :android do
text: "is this a prerelease: ",
boolean: true
)
#test
#create_screenshots
test
create_screenshots
licenses
bump_version(bump_type: bump_type)
prepare_changelog
Expand Down
13 changes: 8 additions & 5 deletions fastlane/metadata/android/en-US/changelogs/default.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
### Added
- Added support for predictive back gesture animation on Android 13+
- Show recipe basic info in timer and on main recipe list screen
- WYSIWYG in description input
- Added "Cancel" button to Dialogs that were missing it

### Changed
- Updated dependencies
- fixed horizontal overscoll effect being applied when there is no horizontal scroll
- Add recipe FAB will collapse down to "small" state on scroll
- Back button now closes icon picker bottom sheet in recipe edit
- Tweaked scrolling into view of inputs in recipe edit page
- Description input is hidden by default to indicate that it isn't required
- Tweaked layout of Timer, StepAddCard, Description, Recipe Edit, Settings
- Fixed adding default recipes

### 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.
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.
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 2719d81

Please sign in to comment.