Skip to content

Commit

Permalink
chore(app): prepare release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshgngwr committed Jul 31, 2021
1 parent 97d5003 commit c970a44
Show file tree
Hide file tree
Showing 21 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId 'com.github.ashutoshgngwr.noice'
minSdkVersion 21
targetSdkVersion 30
versionCode 43
versionName '1.0.2'
versionCode 44
versionName '1.1.0'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,9 @@ class GenerateScreenshots {
onView(withId(R.id.navigation_drawer))
.perform(NavigationViewActions.navigateTo(R.id.about))

onView(withText(R.string.app_description))
onView(withId(R.id.layout_main))
.check(matches(DrawerMatchers.isClosed(Gravity.START)))

Thread.sleep(SLEEP_PERIOD_BEFORE_SCREENGRAB)
Screengrab.screenshot("5")
}
Expand All @@ -350,7 +352,9 @@ class GenerateScreenshots {
onView(withId(R.id.navigation_drawer))
.perform(NavigationViewActions.navigateTo(R.id.settings))

onView(withId(R.id.navigation_drawer)).check(matches(DrawerMatchers.isClosed()))
onView(withId(R.id.layout_main))
.check(matches(DrawerMatchers.isClosed(Gravity.START)))

Thread.sleep(SLEEP_PERIOD_BEFORE_SCREENGRAB)
Screengrab.screenshot("7")
}
Expand Down
2 changes: 1 addition & 1 deletion fastlane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ Generate screenshots of locales for which metadata exists

----

This README.md is auto-generated and will be re-generated every time [fastlane](https://fastlane.tools) is run.
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
More information about fastlane can be found on [fastlane.tools](https://fastlane.tools).
The documentation of fastlane can be found on [docs.fastlane.tools](https://docs.fastlane.tools).
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/44.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Add alarm ringer UI
- Use alarm ringer volume in wake-up timers
- Update translations

We're continuously working to make Noice better. Please turn on updates to never miss a thing!
See detailed changelog at https://ashutoshgngwr.github.io/noice/CHANGELOG
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.
File renamed without changes.
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 c970a44

Please sign in to comment.