Skip to content

Commit

Permalink
chore(app): prepare release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshgngwr committed Aug 12, 2021
1 parent f92f394 commit ab0d09c
Show file tree
Hide file tree
Showing 146 changed files with 42 additions and 25 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ Noice is an app that allows you to create your own set of background sounds by m

## Screenshots

| | | | |
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
| ![Screenshot 1](fastlane/metadata/android/en-US/images/phoneScreenshots/1.png) | ![Screenshot 2](fastlane/metadata/android/en-US/images/phoneScreenshots/2.png) | ![Screenshot 3](fastlane/metadata/android/en-US/images/phoneScreenshots/3.png) | ![Screenshot 4](fastlane/metadata/android/en-US/images/phoneScreenshots/4.png) |
| ![Screenshot 5](fastlane/metadata/android/en-US/images/phoneScreenshots/5.png) | ![Screenshot 6](fastlane/metadata/android/en-US/images/phoneScreenshots/6.png) | ![Screenshot 7](fastlane/metadata/android/en-US/images/phoneScreenshots/7.png) | |
| | | |
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
| ![Screenshot 1](fastlane/metadata/android/en-US/images/phoneScreenshots/1.png) | ![Screenshot 2](fastlane/metadata/android/en-US/images/phoneScreenshots/2.png) | ![Screenshot 3](fastlane/metadata/android/en-US/images/phoneScreenshots/3.png) |
| ![Screenshot 4](fastlane/metadata/android/en-US/images/phoneScreenshots/4.png) | ![Screenshot 5](fastlane/metadata/android/en-US/images/phoneScreenshots/5.png) | ![Screenshot 6](fastlane/metadata/android/en-US/images/phoneScreenshots/6.png) |

## Documentation

Expand Down
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 45
versionName '1.1.1'
versionCode 46
versionName '1.2.0'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,24 +251,6 @@ class GenerateScreenshots {
Screengrab.screenshot("2")
}

@Test
fun sleepTimer() {
onView(withId(R.id.sound_list)).perform(
actionOnItem<RecyclerView.ViewHolder>(
ViewMatchers.hasDescendant(allOf(withId(R.id.title), withText(R.string.birds))),
click()
)
)

onView(withId(R.id.sleep_timer)).perform(click())
onView(withId(R.id.duration_picker)).perform(
EspressoX.addDurationToPicker(1800)
)

Thread.sleep(SLEEP_PERIOD_BEFORE_SCREENGRAB)
Screengrab.screenshot("3")
}

@Test
fun wakeUpTimer() {
// cancel any previous alarms
Expand All @@ -291,6 +273,25 @@ class GenerateScreenshots {
onView(withText(R.string.wake_up_timer_description))
.perform(scrollTo())

Thread.sleep(SLEEP_PERIOD_BEFORE_SCREENGRAB)
Screengrab.screenshot("3")
}

@Test
fun sleepTimer() {
onView(withId(R.id.sound_list)).perform(
actionOnItem<RecyclerView.ViewHolder>(
ViewMatchers.hasDescendant(allOf(withId(R.id.title), withText(R.string.birds))),
click()
)
)

openActionBarOverflowOrOptionsMenu(ApplicationProvider.getApplicationContext())
onView(withText(R.string.sleep_timer)).perform(click())
onView(withId(R.id.duration_picker)).perform(
EspressoX.addDurationToPicker(1800)
)

Thread.sleep(SLEEP_PERIOD_BEFORE_SCREENGRAB)
Screengrab.screenshot("4")
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ class AboutFragment : Fragment() {
)
)

addGroup(getString(R.string.created_by))
addTwitter(creatorTwitter, creatorTwitter)
create()
}
}
Expand All @@ -98,4 +100,8 @@ class AboutFragment : Fragment() {
.setAutoApplyIconTint(true)
.setOnClickListener { Uri.parse(url).launchInCustomTab(requireContext()) }
}

companion object {
private const val creatorTwitter = "ashutoshgngwr"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ object PlaybackController {
/**
* Sends the start command to the service with [ACTION_PLAY_PRESET].
*/
fun playPreset(context: Context, presetID: String) {
fun playPreset(context: Context, presetID: String?) {
context.startService(
Intent(context, MediaPlayerService::class.java)
.setAction(ACTION_PLAY_PRESET)
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,4 +225,5 @@
<string name="failed_to_load_inapp_purchases">Failed to load in-app purchase details. Please try again later!</string>
<string name="failed_to_purchase">Failed to start payment flow. Please try again later!</string>
<string name="payment_pending">We\'ll notify you as soon as we finish processing your payment.</string>
<string name="created_by">Created by</string>
</resources>
Binary file modified docs/assets/screenshot/yourscreenshot.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/cs-CZ/images/featureGraphic.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/cs-CZ/images/phoneScreenshots/1.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/cs-CZ/images/phoneScreenshots/2.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/cs-CZ/images/phoneScreenshots/3.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/cs-CZ/images/phoneScreenshots/4.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/cs-CZ/images/phoneScreenshots/5.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/cs-CZ/images/phoneScreenshots/6.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 not shown.
Binary file modified fastlane/metadata/android/de-DE/images/featureGraphic.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/de-DE/images/phoneScreenshots/1.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/de-DE/images/phoneScreenshots/2.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/de-DE/images/phoneScreenshots/3.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/de-DE/images/phoneScreenshots/4.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/de-DE/images/phoneScreenshots/5.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/de-DE/images/phoneScreenshots/6.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 not shown.
Binary file modified fastlane/metadata/android/el-GR/images/phoneScreenshots/1.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/el-GR/images/phoneScreenshots/2.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/el-GR/images/phoneScreenshots/3.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/el-GR/images/phoneScreenshots/4.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/el-GR/images/phoneScreenshots/5.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/el-GR/images/phoneScreenshots/6.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 not shown.
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/46.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- Redesign app navigation and UI flows
- Add user preferred fade-duration in Chromecast app
- Add fixed duration for fade-out transitions
- Fix playback glitch when dismissing alarm ringer
- Disable SSAID collection for analytics (Play Store)
- 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
Binary file modified fastlane/metadata/android/en-US/images/featureGraphic.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/icon.png
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/1.png
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/2.png
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/3.png
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/4.png
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/5.png
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/6.png
Diff not rendered.
Binary file modified fastlane/metadata/android/es-ES/images/featureGraphic.png
Binary file modified fastlane/metadata/android/es-ES/images/phoneScreenshots/1.png
Binary file modified fastlane/metadata/android/es-ES/images/phoneScreenshots/2.png
Binary file modified fastlane/metadata/android/es-ES/images/phoneScreenshots/3.png
Binary file modified fastlane/metadata/android/es-ES/images/phoneScreenshots/4.png
Binary file modified fastlane/metadata/android/es-ES/images/phoneScreenshots/5.png
Binary file modified fastlane/metadata/android/es-ES/images/phoneScreenshots/6.png
Diff not rendered.
Binary file modified fastlane/metadata/android/fr-FR/images/featureGraphic.png
Binary file modified fastlane/metadata/android/fr-FR/images/phoneScreenshots/1.png
Binary file modified fastlane/metadata/android/fr-FR/images/phoneScreenshots/2.png
Binary file modified fastlane/metadata/android/fr-FR/images/phoneScreenshots/3.png
Binary file modified fastlane/metadata/android/fr-FR/images/phoneScreenshots/4.png
Binary file modified fastlane/metadata/android/fr-FR/images/phoneScreenshots/5.png
Binary file modified fastlane/metadata/android/fr-FR/images/phoneScreenshots/6.png
Diff not rendered.
Binary file modified fastlane/metadata/android/hi-IN/images/featureGraphic.png
Binary file modified fastlane/metadata/android/hi-IN/images/phoneScreenshots/1.png
Binary file modified fastlane/metadata/android/hi-IN/images/phoneScreenshots/2.png
Binary file modified fastlane/metadata/android/hi-IN/images/phoneScreenshots/3.png
Binary file modified fastlane/metadata/android/hi-IN/images/phoneScreenshots/4.png
Binary file modified fastlane/metadata/android/hi-IN/images/phoneScreenshots/5.png
Binary file modified fastlane/metadata/android/hi-IN/images/phoneScreenshots/6.png
Diff not rendered.
Binary file modified fastlane/metadata/android/id/images/phoneScreenshots/1.png
Binary file modified fastlane/metadata/android/id/images/phoneScreenshots/2.png
Binary file modified fastlane/metadata/android/id/images/phoneScreenshots/3.png
Binary file modified fastlane/metadata/android/id/images/phoneScreenshots/4.png
Binary file modified fastlane/metadata/android/id/images/phoneScreenshots/5.png
Binary file modified fastlane/metadata/android/id/images/phoneScreenshots/6.png
Diff not rendered.
Binary file modified fastlane/metadata/android/it-IT/images/featureGraphic.png
Binary file modified fastlane/metadata/android/it-IT/images/phoneScreenshots/1.png
Binary file modified fastlane/metadata/android/it-IT/images/phoneScreenshots/2.png
Binary file modified fastlane/metadata/android/it-IT/images/phoneScreenshots/3.png
Binary file modified fastlane/metadata/android/it-IT/images/phoneScreenshots/4.png
Binary file modified fastlane/metadata/android/it-IT/images/phoneScreenshots/5.png
Binary file modified fastlane/metadata/android/it-IT/images/phoneScreenshots/6.png
Diff not rendered.
Binary file modified fastlane/metadata/android/ja-JP/images/phoneScreenshots/1.png
Binary file modified fastlane/metadata/android/ja-JP/images/phoneScreenshots/2.png
Binary file modified fastlane/metadata/android/ja-JP/images/phoneScreenshots/3.png
Binary file modified fastlane/metadata/android/ja-JP/images/phoneScreenshots/4.png
Binary file modified fastlane/metadata/android/ja-JP/images/phoneScreenshots/5.png
Binary file modified fastlane/metadata/android/ja-JP/images/phoneScreenshots/6.png
Diff not rendered.
Binary file modified fastlane/metadata/android/nl-NL/images/phoneScreenshots/1.png
Binary file modified fastlane/metadata/android/nl-NL/images/phoneScreenshots/2.png
Binary file modified fastlane/metadata/android/nl-NL/images/phoneScreenshots/3.png
Binary file modified fastlane/metadata/android/nl-NL/images/phoneScreenshots/4.png
Binary file modified fastlane/metadata/android/nl-NL/images/phoneScreenshots/5.png
Binary file modified fastlane/metadata/android/nl-NL/images/phoneScreenshots/6.png
Diff not rendered.
Binary file modified fastlane/metadata/android/pl-PL/images/phoneScreenshots/1.png
Binary file modified fastlane/metadata/android/pl-PL/images/phoneScreenshots/2.png
Binary file modified fastlane/metadata/android/pl-PL/images/phoneScreenshots/3.png
Binary file modified fastlane/metadata/android/pl-PL/images/phoneScreenshots/4.png
Binary file modified fastlane/metadata/android/pl-PL/images/phoneScreenshots/5.png
Binary file modified fastlane/metadata/android/pl-PL/images/phoneScreenshots/6.png
Diff not rendered.
Binary file modified fastlane/metadata/android/pt-BR/images/featureGraphic.png
Binary file modified fastlane/metadata/android/pt-BR/images/phoneScreenshots/1.png
Binary file modified fastlane/metadata/android/pt-BR/images/phoneScreenshots/2.png
Binary file modified fastlane/metadata/android/pt-BR/images/phoneScreenshots/3.png
Binary file modified fastlane/metadata/android/pt-BR/images/phoneScreenshots/4.png
Binary file modified fastlane/metadata/android/pt-BR/images/phoneScreenshots/5.png
Binary file modified fastlane/metadata/android/pt-BR/images/phoneScreenshots/6.png
Diff not rendered.
Binary file modified fastlane/metadata/android/ru-RU/images/featureGraphic.png
Binary file modified fastlane/metadata/android/ru-RU/images/phoneScreenshots/1.png
Binary file modified fastlane/metadata/android/ru-RU/images/phoneScreenshots/2.png
Binary file modified fastlane/metadata/android/ru-RU/images/phoneScreenshots/3.png
Binary file modified fastlane/metadata/android/ru-RU/images/phoneScreenshots/4.png
Binary file modified fastlane/metadata/android/ru-RU/images/phoneScreenshots/5.png
Binary file modified fastlane/metadata/android/ru-RU/images/phoneScreenshots/6.png
Diff not rendered.
Binary file modified fastlane/metadata/android/sq/images/featureGraphic.png
Binary file modified fastlane/metadata/android/sq/images/phoneScreenshots/1.png
Binary file modified fastlane/metadata/android/sq/images/phoneScreenshots/2.png
Binary file modified fastlane/metadata/android/sq/images/phoneScreenshots/3.png
Binary file modified fastlane/metadata/android/sq/images/phoneScreenshots/4.png
Binary file modified fastlane/metadata/android/sq/images/phoneScreenshots/5.png
Binary file modified fastlane/metadata/android/sq/images/phoneScreenshots/6.png
Diff not rendered.
Binary file modified fastlane/metadata/android/tr-TR/images/phoneScreenshots/1.png
Binary file modified fastlane/metadata/android/tr-TR/images/phoneScreenshots/2.png
Binary file modified fastlane/metadata/android/tr-TR/images/phoneScreenshots/3.png
Binary file modified fastlane/metadata/android/tr-TR/images/phoneScreenshots/4.png
Binary file modified fastlane/metadata/android/tr-TR/images/phoneScreenshots/5.png
Binary file modified fastlane/metadata/android/tr-TR/images/phoneScreenshots/6.png
Diff not rendered.
Binary file modified fastlane/metadata/android/uk/images/featureGraphic.png
Binary file modified fastlane/metadata/android/uk/images/phoneScreenshots/1.png
Binary file modified fastlane/metadata/android/uk/images/phoneScreenshots/2.png
Binary file modified fastlane/metadata/android/uk/images/phoneScreenshots/3.png
Binary file modified fastlane/metadata/android/uk/images/phoneScreenshots/4.png
Binary file modified fastlane/metadata/android/uk/images/phoneScreenshots/5.png
Binary file modified fastlane/metadata/android/uk/images/phoneScreenshots/6.png
Diff not rendered.
Binary file modified fastlane/metadata/android/vi/images/phoneScreenshots/1.png
Binary file modified fastlane/metadata/android/vi/images/phoneScreenshots/2.png
Binary file modified fastlane/metadata/android/vi/images/phoneScreenshots/3.png
Binary file modified fastlane/metadata/android/vi/images/phoneScreenshots/4.png
Binary file modified fastlane/metadata/android/vi/images/phoneScreenshots/5.png
Binary file modified fastlane/metadata/android/vi/images/phoneScreenshots/6.png
Diff not rendered.

0 comments on commit ab0d09c

Please sign in to comment.