Skip to content

Commit

Permalink
perf(fastlane): add play store metadata to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshgngwr committed Mar 31, 2020
1 parent f60cd93 commit 599a847
Show file tree
Hide file tree
Showing 20 changed files with 31 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.md
@@ -1,4 +1,4 @@
# ![Feature graphic](graphics/feature.png)
# ![Feature graphic](fastlane/metadata/android/en-US/images/featureGraphic.png)

[![Build Status](https://travis-ci.org/ashutoshgngwr/noice.svg?branch=master)](https://travis-ci.org/ashutoshgngwr/noice)
[![codecov](https://codecov.io/gh/ashutoshgngwr/noice/branch/master/graph/badge.svg)](https://codecov.io/gh/ashutoshgngwr/noice)
Expand Down Expand Up @@ -28,10 +28,10 @@ Noice is an app that allows you to create your own set of background sounds by m

## Screenshots

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

## Contributing

Expand Down
5 changes: 1 addition & 4 deletions fastlane/Fastfile
Expand Up @@ -31,10 +31,7 @@ default_platform(:android)
lane :production do
upload_to_play_store(
track: 'beta',
track_promote_to: 'production',
skip_upload_metadata: true,
skip_upload_images: true,
skip_upload_screenshots: true
track_promote_to: 'production'
)
end

Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/default.txt
@@ -0,0 +1 @@
We're continuously working to make Noice better and useful. Please turn on updates to never miss a thing!
22 changes: 22 additions & 0 deletions fastlane/metadata/android/en-US/full_description.txt
@@ -0,0 +1,22 @@
For a lot of people, a little background noise is helpful to calm down and focus. In some cases, it's also a boost to productivity. Background noise (ambience) can also help minimize the effects of stress.

Noice is an app that allows you to create a customised ambience using clips from environmental noise sources. Create your perfect surroundings by combining different sounds to drown out distractions so you can focus on your work, or generate serene, peaceful environments that encourage you to fall asleep.

<b>Features</b>
- 19 recorded noises
- Make customised mix
- Save your favorite mixes
- Auto sleep timer
- Play alongside other music players
- Individual volume control for each noise source
- Offline playback
- Light and dark app theme variants

<b>Noise library</b>
- Forest set (birds, bonfire, night, wind, palm trees, etc.)
- Monsoon set (rain, thunders)
- Teleportation set (coffee shop, office, moving train, seaside, riverbank, etc.)


Noice is free and open-source software.
https://github.com/ashutoshgngwr/noice
File renamed without changes
Binary file added fastlane/metadata/android/en-US/images/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/short_description.txt
@@ -0,0 +1 @@
Relax, improve focus, and boost productivity with minimal background noises.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/title.txt
@@ -0,0 +1 @@
Noice: Ad-free indefinite background noises
Binary file removed graphics/icon.png
Binary file not shown.
Binary file removed graphics/screen-1.png
Binary file not shown.
Binary file removed graphics/screen-2.png
Binary file not shown.
Binary file removed graphics/screen-3.png
Binary file not shown.
Binary file removed graphics/screen-4.png
Binary file not shown.

0 comments on commit 599a847

Please sign in to comment.