Skip to content
This repository was archived by the owner on Oct 21, 2023. It is now read-only.

Commit 6de74c4

Browse files
author
FunkyMuse
committed
### Improvements
- Added an ability to generate one time password - Added an ability to toggle dots, notifications and DND for camera, mic and location - Added a location dot, when you enable your GPS it's there to remind you that it's ON! - Improved the dots positioning - Added a center horizontal for the top and bottom dot positioning - Improved the performance - Added delete the history after 30 days, it cleans everything - Moved every customization into settings for more clarity
1 parent 8b2086f commit 6de74c4

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,9 @@ Support it by joining [stargazers](https://github.com/FunkyMuse/Vigilante/starga
8888
And [follow me](https://github.com/FunkyMuse) or check my [blog](https://funkymuse.dev/) for my next creations! ⭐
8989

9090
## Contributions
91+
To add a language that the app wasn't translated into, please open an issue!
9192

92-
Feature requests and translations are welcome
93+
Feature requests and translations are always welcome!
9394

9495
## License
9596
[GNU General Public License v3.0](https://github.com/FunkyMuse/Vigilante/blob/master/LICENSE)

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId "com.crazylegend.vigilante"
1515
minSdkVersion 24
1616
targetSdkVersion 30
17-
versionCode 12
18-
versionName "1.1.3"
17+
versionCode 13
18+
versionName "1.2.0"
1919
vectorDrawables.useSupportLibrary = true
2020
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2121

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
### Improvements
2+
- Added an ability to generate one time password
3+
- Added an ability to toggle dots, notifications and DND for camera, mic and location
4+
- Added a location dot, when you enable your GPS it's there to remind you that it's ON!
5+
- Improved the dots positioning
6+
- Added a center horizontal for the top and bottom dot positioning
7+
- Improved the performance
8+
- Added delete the history after 30 days, it cleans everything
9+
- Moved every customization into settings for more clarity
10+

0 commit comments

Comments
 (0)