android-notify 1.57__tar.gz → 1.57.1__tar.gz
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.57 → android_notify-1.57.1}/PKG-INFO +1 -1
- {android_notify-1.57 → android_notify-1.57.1}/android_notify/sword.py +1 -1
- {android_notify-1.57 → android_notify-1.57.1}/android_notify.egg-info/PKG-INFO +1 -1
- {android_notify-1.57 → android_notify-1.57.1}/setup.py +1 -1
- {android_notify-1.57 → android_notify-1.57.1}/README.md +0 -0
- {android_notify-1.57 → android_notify-1.57.1}/android_notify/__init__.py +0 -0
- {android_notify-1.57 → android_notify-1.57.1}/android_notify/__main__.py +0 -0
- {android_notify-1.57 → android_notify-1.57.1}/android_notify/base.py +0 -0
- {android_notify-1.57 → android_notify-1.57.1}/android_notify/core.py +0 -0
- {android_notify-1.57 → android_notify-1.57.1}/android_notify/styles.py +0 -0
- {android_notify-1.57 → android_notify-1.57.1}/android_notify/types_idea.py +0 -0
- {android_notify-1.57 → android_notify-1.57.1}/android_notify.egg-info/SOURCES.txt +0 -0
- {android_notify-1.57 → android_notify-1.57.1}/android_notify.egg-info/dependency_links.txt +0 -0
- {android_notify-1.57 → android_notify-1.57.1}/android_notify.egg-info/requires.txt +0 -0
- {android_notify-1.57 → android_notify-1.57.1}/android_notify.egg-info/top_level.txt +0 -0
- {android_notify-1.57 → android_notify-1.57.1}/setup.cfg +0 -0
|
@@ -176,7 +176,7 @@ class Notification(BaseNotification):
|
|
|
176
176
|
|
|
177
177
|
|
|
178
178
|
# Start a new timer that runs after 0.5 seconds
|
|
179
|
-
self.__update_timer = threading.Timer(
|
|
179
|
+
self.__update_timer = threading.Timer(buffer, delayed_update)
|
|
180
180
|
self.__update_timer.start()
|
|
181
181
|
|
|
182
182
|
def removeProgressBar(self,message='',show_on_update=True, title:str='') -> bool:
|
|
@@ -6,7 +6,7 @@ with open("README.md", "r", encoding="utf-8") as readme_data:
|
|
|
6
6
|
|
|
7
7
|
setup(
|
|
8
8
|
name="android-notify",
|
|
9
|
-
version="1.57",
|
|
9
|
+
version="1.57.1",
|
|
10
10
|
author="Fabian",
|
|
11
11
|
author_email='fector101@yahoo.com',
|
|
12
12
|
description="A Python package that simpilfies creating Android notifications in Kivy apps.",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|