android-notify 1.24__tar.gz → 1.24.2__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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: android-notify
3
- Version: 1.24
3
+ Version: 1.24.2
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,14 +136,14 @@ 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="Downlooad Notifications"
139
+ title="Download finished"
140
140
  message="How to Catch a Fish.mp4"
141
- channel_name="Download finished"
141
+ channel_name="Downlooad Notifications"
142
142
  )
143
143
  ```
144
144
 
145
145
  **Sample Image:**
146
- ![channels](docs/imgs/channel_name.jpg)
146
+ ![channels](https://raw.githubusercontent.com/Fector101/android_notify/main/docs/imgs/channel_name.jpg)
147
147
 
148
148
  ---
149
149
 
@@ -104,7 +104,7 @@ send_notification(
104
104
 
105
105
  ---
106
106
 
107
- ### Version 1.24 (Channel Name)
107
+ ### Version 1.24+ (Channel Name)
108
108
 
109
109
  - Can be found in App Settings where user can turn on/off specific Notifications
110
110
 
@@ -112,14 +112,14 @@ send_notification(
112
112
  # channel_id default is now channel_name in lowercase with spaces replaced for underscores(_)
113
113
  # In later version channel_id will be used to reference notification
114
114
  send_notification(
115
- title="Downlooad Notifications"
115
+ title="Download finished"
116
116
  message="How to Catch a Fish.mp4"
117
- channel_name="Download finished"
117
+ channel_name="Downlooad Notifications"
118
118
  )
119
119
  ```
120
120
 
121
121
  **Sample Image:**
122
- ![channels](docs/imgs/channel_name.jpg)
122
+ ![channels](https://raw.githubusercontent.com/Fector101/android_notify/main/docs/imgs/channel_name.jpg)
123
123
 
124
124
  ---
125
125
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: android-notify
3
- Version: 1.24
3
+ Version: 1.24.2
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,14 +136,14 @@ 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="Downlooad Notifications"
139
+ title="Download finished"
140
140
  message="How to Catch a Fish.mp4"
141
- channel_name="Download finished"
141
+ channel_name="Downlooad Notifications"
142
142
  )
143
143
  ```
144
144
 
145
145
  **Sample Image:**
146
- ![channels](docs/imgs/channel_name.jpg)
146
+ ![channels](https://raw.githubusercontent.com/Fector101/android_notify/main/docs/imgs/channel_name.jpg)
147
147
 
148
148
  ---
149
149
 
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="android-notify",
5
- version="1.24",
5
+ version="1.24.2",
6
6
  author="Fabian",
7
7
  author_email='fector101@yahoo.com',
8
8
  description="A Python package that simpilfies creating Android Post notifications using PyJNIus in Kivy apps.",
File without changes