Skip to content

Commit

Permalink
Merge branch 'main' into weblate-noti-progress-bar-strings
Browse files Browse the repository at this point in the history
  • Loading branch information
GustavoASantos authored Sep 26, 2024
2 parents de4b9f7 + 9e56603 commit 259806e
Show file tree
Hide file tree
Showing 241 changed files with 916 additions and 2,376 deletions.
674 changes: 0 additions & 674 deletions LICENSE

This file was deleted.

22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,28 @@

[<img alt="banner" src="Images/Banner.png" />](https://play.google.com/store/apps/details?id=com.gustavoas.noti)

## Features
> Noti lets you easily track the progress of downloads, music and more directly from your status bar.
+ Noti lets you track progress directly from your status bar.
+ With a customizable progress bar or progress circle.
+ Adjust the progress circle to fit your phone's hole punch camera.
## ✨ Features

## Download
+ Track downloads, music, and timers from Google Clock.
+ Customizable progress bar or progress circle.
+ Adjustable progress circle to fit your phone's hole punch camera.
+ Automatically hides when in full screen mode.
+ Display Noti in the lockscreen by enabling the accessibility service.
+ Filter which apps you want to track.
+ Customize Noti on a per-app basis.

## ⬇️ Download

[<img alt="Get it on Google Play" height="100" src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png" />](https://play.google.com/store/apps/details?id=com.gustavoas.noti)

## Help Translate
## 💜 Help Translate

<a href="https://hosted.weblate.org/engage/noti-progress-bar/">
<img src="https://hosted.weblate.org/widget/noti-progress-bar/strings/287x66-white.png" alt="Translation status" />
</a>

## License
## 🔑 License

The code for Noti is available under the GPL-3.0 License. However, I ask that you please refrain from distributing the compiled APK anywhere.
The source code for Noti is available under the GPL-3.0 License. However, distributing the compiled application anywhere, including on Google Play, requires explicit written permission from the original author.
1 change: 1 addition & 0 deletions app/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/build
/release/
/src/debug/
/google-services.json
12 changes: 8 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
id 'com.google.gms.google-services'
}

android {
Expand All @@ -9,10 +10,10 @@ android {

defaultConfig {
applicationId "com.gustavoas.noti"
minSdk 19
minSdk 21
targetSdk 34
versionCode 71
versionName "1.9"
versionCode 90
versionName "2.0"

vectorDrawables {
useSupportLibrary true
Expand Down Expand Up @@ -48,14 +49,17 @@ android {
}

dependencies {
implementation platform('com.google.firebase:firebase-bom:33.3.0')

implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.google.android.material:material:1.11.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.preference:preference-ktx:1.2.1'
implementation 'androidx.core:core-splashscreen:1.0.1'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'com.github.kizitonwose.colorpreference:support:1.1.0'
implementation 'com.github.kizitonwose.colorpreference:core:1.1.0'
implementation 'com.github.eltos:simpledialogfragments:v3.7'
implementation 'com.google.firebase:firebase-storage'
}
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"
android:minSdkVersion="30"/>
<uses-permission android:name="android.permission.VIBRATE" />

<uses-sdk tools:overrideLibrary="androidx.core.splashscreen"/>

Expand Down
Loading

0 comments on commit 259806e

Please sign in to comment.