android-notify 1.24__py3-none-any.whl → 1.24.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.
- {android_notify-1.24.dist-info → android_notify-1.24.1.dist-info}/METADATA +4 -4
- {android_notify-1.24.dist-info → android_notify-1.24.1.dist-info}/RECORD +4 -4
- {android_notify-1.24.dist-info → android_notify-1.24.1.dist-info}/WHEEL +0 -0
- {android_notify-1.24.dist-info → android_notify-1.24.1.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: android-notify
|
|
3
|
-
Version: 1.24
|
|
3
|
+
Version: 1.24.1
|
|
4
4
|
Summary: A Python package that simpilfies creating Android Post notifications using PyJNIus in Kivy apps.
|
|
5
5
|
Home-page: https://github.com/fector101/android-notify
|
|
6
6
|
Author: Fabian
|
|
@@ -128,7 +128,7 @@ send_notification(
|
|
|
128
128
|
|
|
129
129
|
---
|
|
130
130
|
|
|
131
|
-
### Version 1.24 (Channel Name)
|
|
131
|
+
### Version 1.24+ (Channel Name)
|
|
132
132
|
|
|
133
133
|
- Can be found in App Settings where user can turn on/off specific Notifications
|
|
134
134
|
|
|
@@ -136,9 +136,9 @@ send_notification(
|
|
|
136
136
|
# channel_id default is now channel_name in lowercase with spaces replaced for underscores(_)
|
|
137
137
|
# In later version channel_id will be used to reference notification
|
|
138
138
|
send_notification(
|
|
139
|
-
title="
|
|
139
|
+
title="Download finished"
|
|
140
140
|
message="How to Catch a Fish.mp4"
|
|
141
|
-
channel_name="
|
|
141
|
+
channel_name="Downlooad Notifications"
|
|
142
142
|
)
|
|
143
143
|
```
|
|
144
144
|
|
|
@@ -4,7 +4,7 @@ android_notify/_dev.py,sha256=zGHGQu8Tv2RBtxiPDdIR0H-TLbzDocktIu_d78IgQgU,5207
|
|
|
4
4
|
android_notify/advanced_dev.py,sha256=sUY3OjTC3arvtqOKtDpor14QSTRrwsuMI9susyfXwZo,12065
|
|
5
5
|
android_notify/core.py,sha256=JkI5uiJof_gbuJJQ6YqgwWBTOWkhSKsGtVR8A9IIUN4,6024
|
|
6
6
|
android_notify/styles.py,sha256=P_8sAqb3Hbf_vbhqSoCVjKeqJ05Fr_CksO-HX5pj8pU,134
|
|
7
|
-
android_notify-1.24.dist-info/METADATA,sha256=
|
|
8
|
-
android_notify-1.24.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
9
|
-
android_notify-1.24.dist-info/top_level.txt,sha256=IR1ONMrRSRINZpWn2X0dL5gbWwWINsK7PW8Jy2p4fU8,15
|
|
10
|
-
android_notify-1.24.dist-info/RECORD,,
|
|
7
|
+
android_notify-1.24.1.dist-info/METADATA,sha256=cq8_4fMQNUicescRvi7KeL3tSfvCU3r3rD2gNeq57Zw,7256
|
|
8
|
+
android_notify-1.24.1.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
9
|
+
android_notify-1.24.1.dist-info/top_level.txt,sha256=IR1ONMrRSRINZpWn2X0dL5gbWwWINsK7PW8Jy2p4fU8,15
|
|
10
|
+
android_notify-1.24.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|