Skip to content

Commit

Permalink
app: v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanndroid committed Jul 28, 2022
1 parent 2759b2f commit 7f44440
Show file tree
Hide file tree
Showing 15 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
A simple notes app, which only lives in your QS and notification panel. Quickly add, view and edit your notes and show them as notifications. All you need to do is adding the tile in your Quick Settings panel and you're ready to note. You can also change the color of the note for better management and select if it should be hidden on the lockscreen for privacy.


<img loading="lazy" src="readme-res/notifications.png" width="200"/> <img loading="lazy" src="readme-res/edit_dialog.png" width="200"/> <img loading="lazy" src="readme-res/delete_dialog.png" width="200"/>
<img loading="lazy" src="readme-res/screenshot_1.png" width="200"/> <img loading="lazy" src="readme-res/screenshot_2.png" width="200"/> <img loading="lazy" src="readme-res/screenshot_3.png" width="200"/> <img loading="lazy" src="readme-res/screenshot_4.png" width="200"/>

### Additionally for Samsung devices:
On Samsung devices this app also has a so called 'Detail View' which shows up when you click the text below the icon, like the wifi and bluetooth tile.

<img loading="lazy" src="readme-res/qs_detail_view.png" width="200"/>
<img loading="lazy" src="readme-res/screenshot_5.png" width="200"/>
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "de.dlyt.yanndroid.notinotes"
minSdk 26
targetSdk 30
versionCode 9
versionName "1.3.5"
versionCode 10
versionName "1.6.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Binary file modified app/release/app-release.aab
Binary file not shown.
Binary file modified app/release/app-release.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 9,
"versionName": "1.3.5",
"versionCode": 10,
"versionName": "1.6.0",
"outputFile": "app-release.apk"
}
],
Expand Down
Binary file removed readme-res/delete_dialog.png
Binary file not shown.
Binary file removed readme-res/edit_dialog.png
Binary file not shown.
Binary file removed readme-res/notifications.png
Binary file not shown.
Binary file removed readme-res/qs_detail_view.png
Binary file not shown.
Binary file removed readme-res/qs_tile.png
Binary file not shown.
Binary file added readme-res/screenshot_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 added readme-res/screenshot_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 added readme-res/screenshot_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 added readme-res/screenshot_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 added readme-res/screenshot_5.png
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 7f44440

Please sign in to comment.