|
27 | 27 | "publisher": "MicroPythonOS", |
28 | 28 | "short_description": "Camera with QR decoding", |
29 | 29 | "long_description": "Camera for both internal camera's and webcams, that includes QR decoding.", |
30 | | -"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/icons/com.micropythonos.camera_0.0.8_64x64.png", |
31 | | -"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/mpks/com.micropythonos.camera_0.0.8.mpk", |
| 30 | +"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/icons/com.micropythonos.camera_0.0.9_64x64.png", |
| 31 | +"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/mpks/com.micropythonos.camera_0.0.9.mpk", |
32 | 32 | "fullname": "com.micropythonos.camera", |
33 | | -"version": "0.0.8", |
| 33 | +"version": "0.0.9", |
34 | 34 | "category": "camera", |
35 | 35 | "activities": [ |
36 | 36 | { |
|
55 | 55 | "publisher": "MicroPythonOS", |
56 | 56 | "short_description": "Simple drawing app", |
57 | 57 | "long_description": "Draw simple shapes on the screen.", |
58 | | -"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.draw/icons/com.micropythonos.draw_0.0.1_64x64.png", |
59 | | -"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.draw/mpks/com.micropythonos.draw_0.0.1.mpk", |
| 58 | +"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.draw/icons/com.micropythonos.draw_0.0.2_64x64.png", |
| 59 | +"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.draw/mpks/com.micropythonos.draw_0.0.2.mpk", |
60 | 60 | "fullname": "com.micropythonos.draw", |
61 | | -"version": "0.0.1", |
| 61 | +"version": "0.0.2", |
62 | 62 | "category": "graphics", |
63 | 63 | "activities": [ |
64 | 64 | { |
|
147 | 147 | } |
148 | 148 |
|
149 | 149 | ,{ |
150 | | - "name": "Quasi Calculator", |
151 | | - "publisher": "QuasiKili", |
152 | | - "short_description": "Scientific and Standard Calculator", |
153 | | - "long_description": "A calculator app with both scientific and standard modes.", |
154 | | - "icon_url": "https://apps.micropythonos.com/apps/com.quasikili.quasicalculator/icons/com.quasikili.quasicalculator_0.0.2_64x64.png", |
155 | | - "download_url": "https://apps.micropythonos.com/apps/com.quasikili.quasicalculator/mpks/com.quasikili.quasicalculator_0.0.2.mpk", |
156 | | - "fullname": "com.quasikili.quasicalculator", |
157 | | - "version": "0.0.2", |
158 | | - "category": "utilities", |
159 | | - "activities": [ |
160 | | - { |
161 | | - "entrypoint": "assets/quasicalculator.py", |
162 | | - "classname": "QuasiCalculator", |
163 | | - "intent_filters": [ |
164 | | - { |
165 | | - "action": "main", |
166 | | - "category": "launcher" |
167 | | - } |
168 | | - ] |
169 | | - } |
170 | | - ] |
171 | | -} |
172 | | -,{ |
173 | | - "name": "Quasi Nametag", |
174 | | - "publisher": "QuasiKili", |
175 | | - "short_description": "Digital Nametag Display", |
176 | | - "long_description": "A customizable digital nametag with color selection.", |
177 | | - "icon_url": "https://apps.micropythonos.com/apps/com.quasikili.quasinametag/icons/com.quasikili.quasinametag_0.0.1_64x64.png", |
178 | | - "download_url": "https://apps.micropythonos.com/apps/com.quasikili.quasinametag/mpks/com.quasikili.quasinametag_0.0.1.mpk", |
179 | | - "fullname": "com.quasikili.quasinametag", |
180 | | - "version": "0.0.1", |
181 | | - "category": "utilities", |
182 | | - "activities": [ |
183 | | - { |
184 | | - "entrypoint": "assets/quasinametag.py", |
185 | | - "classname": "QuasiNametag", |
186 | | - "intent_filters": [ |
187 | | - { |
188 | | - "action": "main", |
189 | | - "category": "launcher" |
190 | | - } |
191 | | - ] |
192 | | - } |
193 | | - ] |
194 | | -} |
195 | | -,{ |
196 | | -"name": "About", |
| 150 | +"name": "Music Player", |
197 | 151 | "publisher": "MicroPythonOS", |
198 | | -"short_description": "Info about MicroPythonOS", |
199 | | -"long_description": "Shows current MicroPythonOS version, MicroPython version, build date and other useful info..", |
200 | | -"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.about/icons/com.micropythonos.about_0.0.4_64x64.png", |
201 | | -"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.about/mpks/com.micropythonos.about_0.0.4.mpk", |
202 | | -"fullname": "com.micropythonos.about", |
203 | | -"version": "0.0.4", |
| 152 | +"short_description": "Player audio files", |
| 153 | +"long_description": "Traverse around the filesystem and play audio files that you select.", |
| 154 | +"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.musicplayer/icons/com.micropythonos.musicplayer_0.0.1_64x64.png", |
| 155 | +"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.musicplayer/mpks/com.micropythonos.musicplayer_0.0.1.mpk", |
| 156 | +"fullname": "com.micropythonos.musicplayer", |
| 157 | +"version": "0.0.1", |
204 | 158 | "category": "development", |
205 | 159 | "activities": [ |
206 | 160 | { |
207 | | - "entrypoint": "assets/about.py", |
208 | | - "classname": "About", |
209 | | - "intent_filters": [ |
210 | | - { |
211 | | - "action": "main", |
212 | | - "category": "launcher" |
213 | | - } |
214 | | - ] |
215 | | - } |
216 | | - ] |
217 | | -} |
218 | | - |
219 | | -,{ |
220 | | -"name": "AppStore", |
221 | | -"publisher": "MicroPythonOS", |
222 | | -"short_description": "Store for App(lication)s", |
223 | | -"long_description": "This is the place to discover, find, install, uninstall and upgrade all the apps that make your device useless.", |
224 | | -"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.appstore/icons/com.micropythonos.appstore_0.0.7_64x64.png", |
225 | | -"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.appstore/mpks/com.micropythonos.appstore_0.0.7.mpk", |
226 | | -"fullname": "com.micropythonos.appstore", |
227 | | -"version": "0.0.7", |
228 | | -"category": "appstore", |
229 | | -"activities": [ |
230 | | - { |
231 | | - "entrypoint": "assets/appstore.py", |
232 | | - "classname": "AppStore", |
| 161 | + "entrypoint": "assets/music_player.py", |
| 162 | + "classname": "MusicPlayer", |
233 | 163 | "intent_filters": [ |
234 | 164 | { |
235 | 165 | "action": "main", |
|
241 | 171 | } |
242 | 172 |
|
243 | 173 | ,{ |
244 | | -"name": "Launcher", |
245 | | -"publisher": "MicroPythonOS", |
246 | | -"short_description": "Simple launcher to start apps.", |
247 | | -"long_description": "", |
248 | | -"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.launcher/icons/com.micropythonos.launcher_0.0.7_64x64.png", |
249 | | -"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.launcher/mpks/com.micropythonos.launcher_0.0.7.mpk", |
250 | | -"fullname": "com.micropythonos.launcher", |
251 | | -"version": "0.0.7", |
252 | | -"category": "launcher", |
253 | | -"activities": [ |
| 174 | + "name": "Quasi Bird", |
| 175 | + "publisher": "QuasiKili", |
| 176 | + "short_description": "Flappy Bird Game", |
| 177 | + "long_description": "A fun Flappy Bird clone with smooth physics. Tap to fly!", |
| 178 | + "icon_url": "https://apps.micropythonos.com/apps/com.quasikili.quasibird/icons/com.quasikili.quasibird_0.0.2_64x64.png", |
| 179 | + "download_url": "https://apps.micropythonos.com/apps/com.quasikili.quasibird/mpks/com.quasikili.quasibird_0.0.2.mpk", |
| 180 | + "fullname": "com.quasikili.quasibird", |
| 181 | + "version": "0.0.2", |
| 182 | + "category": "games", |
| 183 | + "activities": [ |
254 | 184 | { |
255 | | - "entrypoint": "assets/launcher.py", |
256 | | - "classname": "Launcher", |
| 185 | + "entrypoint": "assets/quasibird.py", |
| 186 | + "classname": "QuasiBird", |
257 | 187 | "intent_filters": [ |
258 | 188 | { |
259 | 189 | "action": "main", |
|
263 | 193 | } |
264 | 194 | ] |
265 | 195 | } |
266 | | - |
267 | 196 | ,{ |
268 | | -"name": "OSUpdate", |
269 | | -"publisher": "MicroPythonOS", |
270 | | -"short_description": "Operating System Updater", |
271 | | -"long_description": "Updates the operating system in a safe way, to a secondary partition. After the update, the device is restarted. If the system starts up successfully, it is marked as valid and kept. Otherwise, a rollback to the old, primary partition is performed.", |
272 | | -"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.osupdate/icons/com.micropythonos.osupdate_0.0.6_64x64.png", |
273 | | -"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.osupdate/mpks/com.micropythonos.osupdate_0.0.6.mpk", |
274 | | -"fullname": "com.micropythonos.osupdate", |
275 | | -"version": "0.0.6", |
276 | | -"category": "osupdate", |
277 | | -"activities": [ |
| 197 | + "name": "Quasi Calculator", |
| 198 | + "publisher": "QuasiKili", |
| 199 | + "short_description": "Scientific and Standard Calculator", |
| 200 | + "long_description": "A calculator app with both scientific and standard modes.", |
| 201 | + "icon_url": "https://apps.micropythonos.com/apps/com.quasikili.quasicalculator/icons/com.quasikili.quasicalculator_0.0.2_64x64.png", |
| 202 | + "download_url": "https://apps.micropythonos.com/apps/com.quasikili.quasicalculator/mpks/com.quasikili.quasicalculator_0.0.2.mpk", |
| 203 | + "fullname": "com.quasikili.quasicalculator", |
| 204 | + "version": "0.0.2", |
| 205 | + "category": "utilities", |
| 206 | + "activities": [ |
278 | 207 | { |
279 | | - "entrypoint": "assets/osupdate.py", |
280 | | - "classname": "OSUpdate", |
| 208 | + "entrypoint": "assets/quasicalculator.py", |
| 209 | + "classname": "QuasiCalculator", |
281 | 210 | "intent_filters": [ |
282 | 211 | { |
283 | 212 | "action": "main", |
|
287 | 216 | } |
288 | 217 | ] |
289 | 218 | } |
290 | | - |
291 | 219 | ,{ |
292 | | -"name": "Settings", |
293 | | -"publisher": "MicroPythonOS", |
294 | | -"short_description": "View and change MicroPythonOS settings.", |
295 | | -"long_description": "This is the official settings app for MicroPythonOS. It allows you to configure all aspects of MicroPythonOS.", |
296 | | -"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.settings/icons/com.micropythonos.settings_0.0.4_64x64.png", |
297 | | -"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.settings/mpks/com.micropythonos.settings_0.0.4.mpk", |
298 | | -"fullname": "com.micropythonos.settings", |
299 | | -"version": "0.0.4", |
300 | | -"category": "development", |
| 220 | +"name": "Quasi Doodle", |
| 221 | +"publisher": "QuasiKili", |
| 222 | +"short_description": "Keyboard-controlled drawing app", |
| 223 | +"long_description": "Draw using arrow keys to move cursor and Enter to toggle drawing.", |
| 224 | +"icon_url": "https://apps.quasikili.com/apps/com.quasikili.quasidoodle/icons/com.quasikili.quasidoodle_0.0.1_64x64.png", |
| 225 | +"download_url": "https://apps.quasikili.com/apps/com.quasikili.quasidoodle/mpks/com.quasikili.quasidoodle_0.0.1.mpk", |
| 226 | +"fullname": "com.quasikili.quasidoodle", |
| 227 | +"version": "0.0.1", |
| 228 | +"category": "graphics", |
301 | 229 | "activities": [ |
302 | 230 | { |
303 | | - "entrypoint": "assets/settings.py", |
304 | | - "classname": "SettingsActivity", |
| 231 | + "entrypoint": "assets/quasidoodle.py", |
| 232 | + "classname": "QuasiDoodle", |
305 | 233 | "intent_filters": [ |
306 | 234 | { |
307 | 235 | "action": "main", |
|
311 | 239 | } |
312 | 240 | ] |
313 | 241 | } |
314 | | - |
315 | 242 | ,{ |
316 | | -"name": "WiFi", |
317 | | -"publisher": "MicroPythonOS", |
318 | | -"short_description": "WiFi Network Configuration", |
319 | | -"long_description": "Scans for wireless networks, shows a list of SSIDs, allows for password entry, and connecting.", |
320 | | -"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.wifi/icons/com.micropythonos.wifi_0.0.7_64x64.png", |
321 | | -"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.wifi/mpks/com.micropythonos.wifi_0.0.7.mpk", |
322 | | -"fullname": "com.micropythonos.wifi", |
323 | | -"version": "0.0.7", |
324 | | -"category": "networking", |
325 | | -"activities": [ |
| 243 | + "name": "Quasi Nametag", |
| 244 | + "publisher": "QuasiKili", |
| 245 | + "short_description": "Digital Nametag Display", |
| 246 | + "long_description": "A customizable digital nametag with color selection.", |
| 247 | + "icon_url": "https://apps.micropythonos.com/apps/com.quasikili.quasinametag/icons/com.quasikili.quasinametag_0.0.1_64x64.png", |
| 248 | + "download_url": "https://apps.micropythonos.com/apps/com.quasikili.quasinametag/mpks/com.quasikili.quasinametag_0.0.1.mpk", |
| 249 | + "fullname": "com.quasikili.quasinametag", |
| 250 | + "version": "0.0.1", |
| 251 | + "category": "utilities", |
| 252 | + "activities": [ |
326 | 253 | { |
327 | | - "entrypoint": "assets/wifi.py", |
328 | | - "classname": "WiFi", |
| 254 | + "entrypoint": "assets/quasinametag.py", |
| 255 | + "classname": "QuasiNametag", |
329 | 256 | "intent_filters": [ |
330 | 257 | { |
331 | 258 | "action": "main", |
|
335 | 262 | } |
336 | 263 | ] |
337 | 264 | } |
338 | | - |
339 | 265 | ] |
0 commit comments