android-notify 1.61.2.dev0__tar.gz → 1.61.3.dev0__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.
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/PKG-INFO +6 -6
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/README.md +4 -4
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/config.py +1 -1
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify.egg-info/PKG-INFO +6 -6
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify.egg-info/requires.txt +1 -1
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/pyproject.toml +9 -4
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/__init__.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/__main__.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/base.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/core.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/fallback-icons/flet-appicon.png +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/fallback-icons/pydroid3-appicon.png +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/internal/an_types.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/internal/android.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/internal/channels.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/internal/facade.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/internal/helper.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/internal/intents.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/internal/java_classes.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/internal/logger.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/internal/permissions.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/styles.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/sword.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/tests/__init__.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/tests/android_notify_test.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/tests/base_test.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/tests/flet/adv/main.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/tests/flet/adv/tests/__init__.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/tests/flet/adv/tests/test_android_notify_full.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/tests/flet/basic/src/core.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/tests/flet/basic/src/main.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/tests/flet/flet-working/src/core.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/tests/flet/flet-working/src/main.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/tests/main.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/tests/p4a/hook.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/tests/serivces/wallpaper.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/tests/test_basic_notifications.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/tests/test_notification_actions.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/tests/test_notification_appearance.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/tests/test_notification_behavior.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/tests/test_notification_channels.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/tests/test_notification_clear.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/tests/test_notification_permission.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/tests/test_notification_progress.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/tests/test_notification_sound.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/tests/test_notification_styles.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/widgets/images.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/widgets/texts.py +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify.egg-info/SOURCES.txt +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify.egg-info/dependency_links.txt +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify.egg-info/entry_points.txt +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify.egg-info/top_level.txt +0 -0
- {android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: android-notify
|
|
3
|
-
Version: 1.61.
|
|
3
|
+
Version: 1.61.3.dev0
|
|
4
4
|
Summary: A Python package that simplifies creating Android notifications in Kivy and Flet apps.
|
|
5
5
|
Author-email: Fabian <fector101@yahoo.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -18,7 +18,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
18
18
|
Description-Content-Type: text/markdown
|
|
19
19
|
Requires-Dist: pyjnius
|
|
20
20
|
Provides-Extra: dev
|
|
21
|
-
Requires-Dist: kivy
|
|
21
|
+
Requires-Dist: kivy; extra == "dev"
|
|
22
22
|
|
|
23
23
|
<div align="center">
|
|
24
24
|
<br>
|
|
@@ -80,7 +80,7 @@ In your **`buildozer.spec`** file, ensure you include the following:
|
|
|
80
80
|
|
|
81
81
|
```ini
|
|
82
82
|
# Add pyjnius so ensure it's packaged with the build
|
|
83
|
-
requirements = python3, kivy, pyjnius, android-notify==1.61.
|
|
83
|
+
requirements = python3, kivy, pyjnius, android-notify==1.61.3.dev0
|
|
84
84
|
# Add permission for notifications
|
|
85
85
|
android.permissions = POST_NOTIFICATIONS
|
|
86
86
|
```
|
|
@@ -98,7 +98,7 @@ In your `pyproject.toml` file, ensure you include the following:
|
|
|
98
98
|
```toml
|
|
99
99
|
[tool.flet.android]
|
|
100
100
|
dependencies = [
|
|
101
|
-
"pyjnius","android-notify==1.61.
|
|
101
|
+
"pyjnius","android-notify==1.61.3.dev0"
|
|
102
102
|
]
|
|
103
103
|
|
|
104
104
|
[tool.flet.android.permission]
|
|
@@ -116,10 +116,10 @@ dependencies = [
|
|
|
116
116
|
<br/>
|
|
117
117
|
|
|
118
118
|
On the [pydroid 3](https://play.google.com/store/apps/details?id=ru.iiec.pydroid3) mobile app for running python code you can test some features.
|
|
119
|
-
- In pip section where you're asked to insert `Libary name` paste `android-notify==1.61.
|
|
119
|
+
- In pip section where you're asked to insert `Libary name` paste `android-notify==1.61.3.dev0`
|
|
120
120
|
- Minimal working example
|
|
121
121
|
```py
|
|
122
|
-
# Testing with `android-notify==1.61.
|
|
122
|
+
# Testing with `android-notify==1.61.3.dev0` on pydroid
|
|
123
123
|
from kivy.app import App
|
|
124
124
|
from kivy.uix.boxlayout import BoxLayout
|
|
125
125
|
from kivy.uix.button import Button
|
|
@@ -58,7 +58,7 @@ In your **`buildozer.spec`** file, ensure you include the following:
|
|
|
58
58
|
|
|
59
59
|
```ini
|
|
60
60
|
# Add pyjnius so ensure it's packaged with the build
|
|
61
|
-
requirements = python3, kivy, pyjnius, android-notify==1.61.
|
|
61
|
+
requirements = python3, kivy, pyjnius, android-notify==1.61.3.dev0
|
|
62
62
|
# Add permission for notifications
|
|
63
63
|
android.permissions = POST_NOTIFICATIONS
|
|
64
64
|
```
|
|
@@ -76,7 +76,7 @@ In your `pyproject.toml` file, ensure you include the following:
|
|
|
76
76
|
```toml
|
|
77
77
|
[tool.flet.android]
|
|
78
78
|
dependencies = [
|
|
79
|
-
"pyjnius","android-notify==1.61.
|
|
79
|
+
"pyjnius","android-notify==1.61.3.dev0"
|
|
80
80
|
]
|
|
81
81
|
|
|
82
82
|
[tool.flet.android.permission]
|
|
@@ -94,10 +94,10 @@ dependencies = [
|
|
|
94
94
|
<br/>
|
|
95
95
|
|
|
96
96
|
On the [pydroid 3](https://play.google.com/store/apps/details?id=ru.iiec.pydroid3) mobile app for running python code you can test some features.
|
|
97
|
-
- In pip section where you're asked to insert `Libary name` paste `android-notify==1.61.
|
|
97
|
+
- In pip section where you're asked to insert `Libary name` paste `android-notify==1.61.3.dev0`
|
|
98
98
|
- Minimal working example
|
|
99
99
|
```py
|
|
100
|
-
# Testing with `android-notify==1.61.
|
|
100
|
+
# Testing with `android-notify==1.61.3.dev0` on pydroid
|
|
101
101
|
from kivy.app import App
|
|
102
102
|
from kivy.uix.boxlayout import BoxLayout
|
|
103
103
|
from kivy.uix.button import Button
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: android-notify
|
|
3
|
-
Version: 1.61.
|
|
3
|
+
Version: 1.61.3.dev0
|
|
4
4
|
Summary: A Python package that simplifies creating Android notifications in Kivy and Flet apps.
|
|
5
5
|
Author-email: Fabian <fector101@yahoo.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -18,7 +18,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
18
18
|
Description-Content-Type: text/markdown
|
|
19
19
|
Requires-Dist: pyjnius
|
|
20
20
|
Provides-Extra: dev
|
|
21
|
-
Requires-Dist: kivy
|
|
21
|
+
Requires-Dist: kivy; extra == "dev"
|
|
22
22
|
|
|
23
23
|
<div align="center">
|
|
24
24
|
<br>
|
|
@@ -80,7 +80,7 @@ In your **`buildozer.spec`** file, ensure you include the following:
|
|
|
80
80
|
|
|
81
81
|
```ini
|
|
82
82
|
# Add pyjnius so ensure it's packaged with the build
|
|
83
|
-
requirements = python3, kivy, pyjnius, android-notify==1.61.
|
|
83
|
+
requirements = python3, kivy, pyjnius, android-notify==1.61.3.dev0
|
|
84
84
|
# Add permission for notifications
|
|
85
85
|
android.permissions = POST_NOTIFICATIONS
|
|
86
86
|
```
|
|
@@ -98,7 +98,7 @@ In your `pyproject.toml` file, ensure you include the following:
|
|
|
98
98
|
```toml
|
|
99
99
|
[tool.flet.android]
|
|
100
100
|
dependencies = [
|
|
101
|
-
"pyjnius","android-notify==1.61.
|
|
101
|
+
"pyjnius","android-notify==1.61.3.dev0"
|
|
102
102
|
]
|
|
103
103
|
|
|
104
104
|
[tool.flet.android.permission]
|
|
@@ -116,10 +116,10 @@ dependencies = [
|
|
|
116
116
|
<br/>
|
|
117
117
|
|
|
118
118
|
On the [pydroid 3](https://play.google.com/store/apps/details?id=ru.iiec.pydroid3) mobile app for running python code you can test some features.
|
|
119
|
-
- In pip section where you're asked to insert `Libary name` paste `android-notify==1.61.
|
|
119
|
+
- In pip section where you're asked to insert `Libary name` paste `android-notify==1.61.3.dev0`
|
|
120
120
|
- Minimal working example
|
|
121
121
|
```py
|
|
122
|
-
# Testing with `android-notify==1.61.
|
|
122
|
+
# Testing with `android-notify==1.61.3.dev0` on pydroid
|
|
123
123
|
from kivy.app import App
|
|
124
124
|
from kivy.uix.boxlayout import BoxLayout
|
|
125
125
|
from kivy.uix.button import Button
|
|
@@ -1,19 +1,23 @@
|
|
|
1
1
|
[build-system]
|
|
2
|
-
requires = ["setuptools
|
|
2
|
+
requires = ["setuptools"]
|
|
3
3
|
build-backend = "setuptools.build_meta"
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "android-notify"
|
|
7
|
-
version = "1.61.
|
|
7
|
+
version = "1.61.3.dev0"
|
|
8
8
|
description = "A Python package that simplifies creating Android notifications in Kivy and Flet apps."
|
|
9
9
|
readme = { file = "README.md", content-type = "text/markdown" }
|
|
10
|
+
|
|
10
11
|
authors = [
|
|
11
12
|
{ name = "Fabian", email = "fector101@yahoo.com" }
|
|
12
13
|
]
|
|
14
|
+
|
|
13
15
|
license = "MIT"
|
|
16
|
+
|
|
14
17
|
dependencies = [
|
|
15
18
|
"pyjnius"
|
|
16
19
|
]
|
|
20
|
+
|
|
17
21
|
keywords = [
|
|
18
22
|
"android",
|
|
19
23
|
"notifications",
|
|
@@ -29,6 +33,7 @@ keywords = [
|
|
|
29
33
|
"mobile-app",
|
|
30
34
|
"kivy-application"
|
|
31
35
|
]
|
|
36
|
+
|
|
32
37
|
classifiers = [
|
|
33
38
|
"Programming Language :: Python :: 3",
|
|
34
39
|
"Operating System :: Android",
|
|
@@ -46,7 +51,7 @@ Funding = "https://www.buymeacoffee.com/fector101"
|
|
|
46
51
|
|
|
47
52
|
[project.optional-dependencies]
|
|
48
53
|
dev = [
|
|
49
|
-
"kivy
|
|
54
|
+
"kivy"
|
|
50
55
|
]
|
|
51
56
|
|
|
52
57
|
[tool.setuptools.package-data]
|
|
@@ -56,4 +61,4 @@ dev = [
|
|
|
56
61
|
android-notify = "android_notify.__main__:main"
|
|
57
62
|
|
|
58
63
|
[tool.setuptools.packages.find]
|
|
59
|
-
where = ["."]
|
|
64
|
+
where = ["."]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/internal/an_types.py
RENAMED
|
File without changes
|
{android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/internal/android.py
RENAMED
|
File without changes
|
{android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/internal/channels.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/internal/intents.py
RENAMED
|
File without changes
|
{android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/internal/java_classes.py
RENAMED
|
File without changes
|
|
File without changes
|
{android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/internal/permissions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/tests/flet/adv/main.py
RENAMED
|
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
|
{android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify/tests/serivces/wallpaper.py
RENAMED
|
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
|
|
File without changes
|
{android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{android_notify-1.61.2.dev0 → android_notify-1.61.3.dev0}/android_notify.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|