android-notify 1.51__py3-none-any.whl → 1.51.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of android-notify might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: android-notify
3
- Version: 1.51
3
+ Version: 1.51.1
4
4
  Summary: A Python package that simpilfies creating Android notifications in Kivy apps.
5
5
  Home-page: https://github.com/fector101/android-notify
6
6
  Author: Fabian
@@ -47,7 +47,7 @@ Dynamic: summary
47
47
 
48
48
  - Also Compatible with Android 8.0+.
49
49
  - Supports including images in notifications.
50
- - All Notifications can take Functions (version 1.50+) [functions docs](#functions).
50
+ - All Notifications can take Functions (version 1.50+) [functions section](#functions).
51
51
  - Support for multiple notification styles:
52
52
  - [Simple](#basic-usage)
53
53
  - [Progress](#progress-bar-notification)
@@ -88,6 +88,7 @@ android.permissions = POST_NOTIFICATIONS
88
88
  # Required dependencies (write exactly as shown, no quotation marks)
89
89
  android.gradle_dependencies = androidx.core:core:1.6.0, androidx.core:core-ktx:1.15.0
90
90
  android.enable_androidx = True
91
+ android.api = 35
91
92
  ```
92
93
 
93
94
  ---
@@ -142,10 +143,14 @@ Clock.schedule_once(lambda dt: notification.updateProgressBar(30, "30% downloade
142
143
  **Sample Image:**
143
144
  ![progress img sample](https://raw.githubusercontent.com/Fector101/android_notify/main/docs/imgs/progress.jpg)
144
145
 
145
- #### Notification with an Image (Big Picture Style)
146
+ #### Images
147
+
148
+ ##### Notification with an Image (Big Picture Style)
146
149
 
147
150
  > [!NOTE]
148
- > Online Images should start with `http://` or `https://`
151
+ > Online Images should start with `http://` or `https://`
152
+ > And request for permission, `android.permissions = INTERNET`
153
+ > No additionally permissions needed for images in App folder
149
154
 
150
155
  ```python
151
156
  # Image notification
@@ -162,10 +167,7 @@ notification.send()
162
167
  **Sample Image:**
163
168
  ![big_picture img sample](https://raw.githubusercontent.com/Fector101/android_notify/main/docs/imgs/bigpicturenoti.jpg)
164
169
 
165
- #### Notification with an Image (Large Icon Style)
166
-
167
- > [!NOTE]
168
- > Online Images should start with `http://` or `https://`
170
+ ##### Notification with an Image (Large Icon Style)
169
171
 
170
172
  ```python
171
173
  notification = Notification(
@@ -223,7 +225,7 @@ notification.send()
223
225
  ```python
224
226
  notification = Notification(
225
227
  title="Article",
226
- subject="Histroy of Loerm Ipsuim"
228
+ subject="Histroy of Loerm Ipsuim",
227
229
  message="Lorem Ipsum is simply dummy text of the printing and ...",
228
230
  style="big_text"
229
231
  )
@@ -3,7 +3,7 @@ android_notify/__main__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  android_notify/core.py,sha256=B3gOgbLGGI6tz-Q_T2wmk74oggOSDX0Qz4lqj00vaFo,6114
4
4
  android_notify/styles.py,sha256=3olKruhAbTrk5OzuhDnk_Pgpv8XYk8dWFmr48Q9rQVk,352
5
5
  android_notify/sword.py,sha256=mmQM5G9lOGYGKuVCXd_t2iFeh_MHXDrWvJJlv1kU9e0,25840
6
- android_notify-1.51.dist-info/METADATA,sha256=xipCm99AC9KyJyUMzeoShYLrZkaDOygHOaTSllMwt80,12639
7
- android_notify-1.51.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
8
- android_notify-1.51.dist-info/top_level.txt,sha256=IR1ONMrRSRINZpWn2X0dL5gbWwWINsK7PW8Jy2p4fU8,15
9
- android_notify-1.51.dist-info/RECORD,,
6
+ android_notify-1.51.1.dist-info/METADATA,sha256=VvBJSj8BMS9et-3viP7H5W9E6XXXTNJxRNuObw9ubx0,12737
7
+ android_notify-1.51.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
8
+ android_notify-1.51.1.dist-info/top_level.txt,sha256=IR1ONMrRSRINZpWn2X0dL5gbWwWINsK7PW8Jy2p4fU8,15
9
+ android_notify-1.51.1.dist-info/RECORD,,