android-notify 1.53__py3-none-any.whl → 1.53.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.53.dist-info → android_notify-1.53.1.dist-info}/METADATA +2 -2
- {android_notify-1.53.dist-info → android_notify-1.53.1.dist-info}/RECORD +4 -4
- {android_notify-1.53.dist-info → android_notify-1.53.1.dist-info}/WHEEL +0 -0
- {android_notify-1.53.dist-info → android_notify-1.53.1.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: android-notify
|
|
3
|
-
Version: 1.53
|
|
3
|
+
Version: 1.53.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
|
|
@@ -409,7 +409,7 @@ notification.send()
|
|
|
409
409
|
|
|
410
410
|
args
|
|
411
411
|
|
|
412
|
-
- app_icon: To Change Default app icon use PNG Or Image Will display as a Black Box
|
|
412
|
+
- app_icon: If not specified defaults to app icon, To Change Default app icon use PNG Or Image Will display as a Black Box
|
|
413
413
|
|
|
414
414
|
### Instance.send
|
|
415
415
|
|
|
@@ -4,7 +4,7 @@ android_notify/core.py,sha256=B3gOgbLGGI6tz-Q_T2wmk74oggOSDX0Qz4lqj00vaFo,6114
|
|
|
4
4
|
android_notify/facade.py,sha256=A19qXM703aUeZux87SsM2BpDpXOpiC-kVdRS7yZy-5k,729
|
|
5
5
|
android_notify/styles.py,sha256=3olKruhAbTrk5OzuhDnk_Pgpv8XYk8dWFmr48Q9rQVk,352
|
|
6
6
|
android_notify/sword.py,sha256=6ilaK2-OsooGIx1bREM9uUx0w4AtD_RXwljhXxCrmLE,30112
|
|
7
|
-
android_notify-1.53.dist-info/METADATA,sha256=
|
|
8
|
-
android_notify-1.53.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
9
|
-
android_notify-1.53.dist-info/top_level.txt,sha256=IR1ONMrRSRINZpWn2X0dL5gbWwWINsK7PW8Jy2p4fU8,15
|
|
10
|
-
android_notify-1.53.dist-info/RECORD,,
|
|
7
|
+
android_notify-1.53.1.dist-info/METADATA,sha256=3zQJVC_8sN6PBfcN8fRck2ezCcWqqGNx6ZnRHmhAflw,15315
|
|
8
|
+
android_notify-1.53.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
9
|
+
android_notify-1.53.1.dist-info/top_level.txt,sha256=IR1ONMrRSRINZpWn2X0dL5gbWwWINsK7PW8Jy2p4fU8,15
|
|
10
|
+
android_notify-1.53.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|