|
4 | 4 | "publisher": "LightningPiggy Foundation", |
5 | 5 | "short_description": "Display wallet that shows balance, transactions, receive QR code etc.", |
6 | 6 | "long_description": "See https://www.LightningPiggy.com", |
7 | | -"icon_url": "https://apps.micropythonos.com/apps/com.lightningpiggy.displaywallet/icons/com.lightningpiggy.displaywallet_0.2.1_64x64.png", |
8 | | -"download_url": "https://apps.micropythonos.com/apps/com.lightningpiggy.displaywallet/mpks/com.lightningpiggy.displaywallet_0.2.1.mpk", |
| 7 | +"icon_url": "https://apps.micropythonos.com/apps/com.lightningpiggy.displaywallet/icons/com.lightningpiggy.displaywallet_0.2.2_64x64.png", |
| 8 | +"download_url": "https://apps.micropythonos.com/apps/com.lightningpiggy.displaywallet/mpks/com.lightningpiggy.displaywallet_0.2.2.mpk", |
9 | 9 | "fullname": "com.lightningpiggy.displaywallet", |
10 | | -"version": "0.2.1", |
| 10 | +"version": "0.2.2", |
11 | 11 | "category": "finance", |
12 | 12 | "activities": [ |
13 | 13 | { |
|
146 | 146 | "publisher": "MicroPythonOS", |
147 | 147 | "short_description": "Image Viewer", |
148 | 148 | "long_description": "Opens and shows images on the display.", |
149 | | -"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.imageview/icons/com.micropythonos.imageview_0.1.0_64x64.png", |
150 | | -"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.imageview/mpks/com.micropythonos.imageview_0.1.0.mpk", |
| 149 | +"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.imageview/icons/com.micropythonos.imageview_0.1.1_64x64.png", |
| 150 | +"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.imageview/mpks/com.micropythonos.imageview_0.1.1.mpk", |
151 | 151 | "fullname": "com.micropythonos.imageview", |
152 | | -"version": "0.1.0", |
| 152 | +"version": "0.1.1", |
153 | 153 | "category": "graphics", |
154 | 154 | "activities": [ |
155 | 155 | { |
|
194 | 194 | "publisher": "MicroPythonOS", |
195 | 195 | "short_description": "Player audio files", |
196 | 196 | "long_description": "Traverse around the filesystem and play audio files that you select.", |
197 | | -"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.musicplayer/icons/com.micropythonos.musicplayer_0.1.0_64x64.png", |
198 | | -"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.musicplayer/mpks/com.micropythonos.musicplayer_0.1.0.mpk", |
| 197 | +"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.musicplayer/icons/com.micropythonos.musicplayer_0.1.1_64x64.png", |
| 198 | +"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.musicplayer/mpks/com.micropythonos.musicplayer_0.1.1.mpk", |
199 | 199 | "fullname": "com.micropythonos.musicplayer", |
200 | | -"version": "0.1.0", |
| 200 | +"version": "0.1.1", |
201 | 201 | "category": "development", |
202 | 202 | "activities": [ |
203 | 203 | { |
|
213 | 213 | ] |
214 | 214 | } |
215 | 215 |
|
| 216 | +,{ |
| 217 | +"name": "ScanBluetooth", |
| 218 | +"publisher": "MicroPythonOS", |
| 219 | +"short_description": "Scan Bluetooth", |
| 220 | +"long_description": "Lists all nearby Bluetooth devices with some information", |
| 221 | +"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.scan_bluetooth/icons/com.micropythonos.scan_bluetooth_0.0.1_64x64.png", |
| 222 | +"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.scan_bluetooth/mpks/com.micropythonos.scan_bluetooth_0.0.1.mpk", |
| 223 | +"fullname": "com.micropythonos.scan_bluetooth", |
| 224 | +"version": "0.1.0", |
| 225 | +"category": "development", |
| 226 | +"activities": [ |
| 227 | + { |
| 228 | + "entrypoint": "assets/scan_bluetooth.py", |
| 229 | + "classname": "ScanBluetooth", |
| 230 | + "intent_filters": [ |
| 231 | + { |
| 232 | + "action": "main", |
| 233 | + "category": "launcher" |
| 234 | + } |
| 235 | + ] |
| 236 | + } |
| 237 | + ] |
| 238 | +} |
| 239 | + |
216 | 240 | ,{ |
217 | 241 | "name": "ShowBattery", |
218 | 242 | "publisher": "MicroPythonOS", |
|
266 | 290 | "publisher": "MicroPythonOS", |
267 | 291 | "short_description": "Record audio from microphone", |
268 | 292 | "long_description": "Record audio from the I2S microphone and save as WAV files. Recordings can be played back with the Music Player app.", |
269 | | - "icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.soundrecorder/icons/com.micropythonos.soundrecorder_0.1.0_64x64.png", |
270 | | - "download_url": "https://apps.micropythonos.com/apps/com.micropythonos.soundrecorder/mpks/com.micropythonos.soundrecorder_0.1.0.mpk", |
| 293 | + "icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.soundrecorder/icons/com.micropythonos.soundrecorder_0.1.1_64x64.png", |
| 294 | + "download_url": "https://apps.micropythonos.com/apps/com.micropythonos.soundrecorder/mpks/com.micropythonos.soundrecorder_0.1.1.mpk", |
271 | 295 | "fullname": "com.micropythonos.soundrecorder", |
272 | | - "version": "0.1.0", |
| 296 | + "version": "0.1.1", |
273 | 297 | "category": "utilities", |
274 | 298 | "activities": [ |
275 | 299 | { |
|
306 | 330 | } |
307 | 331 | ] |
308 | 332 | } |
309 | | -,{ |
310 | | - "name": "Quasi Boats", |
311 | | - "publisher": "QuasiKili", |
312 | | - "short_description": "Boats puzzle game.", |
313 | | - "long_description": "All the yachts are blocking your way to the dock, move them around so you can reach the dock!", |
314 | | - "icon_url": "https://apps.micropythonos.com/apps/com.quasikili.quasiboats/icons/com.quasikili.quasiboats_0.0.1_64x64.png", |
315 | | - "download_url": "https://apps.micropythonos.com/apps/com.quasikili.quasiboats/mpks/com.quasikili.quasiboats_0.0.1.mpk", |
316 | | - "fullname": "com.quasikili.quasiboats", |
317 | | - "version": "0.0.1", |
318 | | - "category": "games", |
319 | | - "activities": [ |
320 | | - { |
321 | | - "entrypoint": "assets/quasiboats.py", |
322 | | - "classname": "QuasiBoats", |
323 | | - "intent_filters": [ |
324 | | - { |
325 | | - "action": "main", |
326 | | - "category": "launcher" |
327 | | - } |
328 | | - ] |
329 | | - } |
330 | | - ] |
331 | | -} |
332 | 333 | ,{ |
333 | 334 | "name": "Quasi Calculator", |
334 | 335 | "publisher": "QuasiKili", |
|
375 | 376 | } |
376 | 377 | ] |
377 | 378 | } |
| 379 | +,{ |
| 380 | +"name": "Columns", |
| 381 | +"publisher": "Pavel Machek", |
| 382 | +"short_description": "Falling columns game", |
| 383 | +"long_description": "Blocks of 3 colors are falling. Align the colors to make blocks disappear.", |
| 384 | +"icon_url": "https://apps.micropythonos.com/apps/cz.ucw.pavel.columns/icons/cz.ucw.pavel.columns_0.0.1_64x64.png", |
| 385 | +"download_url": "https://apps.micropythonos.com/apps/cz.ucw.pavel.columns/mpks/cz.ucw.pavel.columns_0.0.1.mpk", |
| 386 | +"fullname": "cz.ucw.pavel.columns", |
| 387 | +"version": "0.0.1", |
| 388 | +"category": "utilities", |
| 389 | +"activities": [ |
| 390 | + { |
| 391 | + "entrypoint": "assets/main.py", |
| 392 | + "classname": "Main", |
| 393 | + "intent_filters": [ |
| 394 | + { |
| 395 | + "action": "main", |
| 396 | + "category": "launcher" |
| 397 | + } |
| 398 | + ] |
| 399 | + } |
| 400 | + ] |
| 401 | +} |
| 402 | + |
| 403 | +,{ |
| 404 | +"name": "Floodit", |
| 405 | +"publisher": "Pavel Machek", |
| 406 | +"short_description": "Simple game with colors.", |
| 407 | +"long_description": "Game with colors, where objective is to turn whole board into single color in minimum number of steps.", |
| 408 | +"icon_url": "https://apps.micropythonos.com/apps/cz.ucw.pavel.floodit/icons/cz.ucw.pavel.floodit_0.0.1_64x64.png", |
| 409 | +"download_url": "https://apps.micropythonos.com/apps/cz.ucw.pavel.floodit/mpks/cz.ucw.pavel.floodit_0.0.1.mpk", |
| 410 | +"fullname": "cz.ucw.pavel.floodit", |
| 411 | +"version": "0.0.1", |
| 412 | +"category": "utilities", |
| 413 | +"activities": [ |
| 414 | + { |
| 415 | + "entrypoint": "assets/main.py", |
| 416 | + "classname": "Main", |
| 417 | + "intent_filters": [ |
| 418 | + { |
| 419 | + "action": "main", |
| 420 | + "category": "launcher" |
| 421 | + } |
| 422 | + ] |
| 423 | + } |
| 424 | + ] |
| 425 | +} |
| 426 | + |
| 427 | +,{ |
| 428 | +"name": "Gyro", |
| 429 | +"publisher": "Pavel Machek", |
| 430 | +"short_description": "Gyro", |
| 431 | +"long_description": "Simple gyro app.", |
| 432 | +"icon_url": "https://apps.micropythonos.com/apps/cz.ucw.pavel.gyro/icons/cz.ucw.pavel.gyro_0.0.1_64x64.png", |
| 433 | +"download_url": "https://apps.micropythonos.com/apps/cz.ucw.pavel.gyro/mpks/cz.ucw.pavel.gyro_0.0.1.mpk", |
| 434 | +"fullname": "cz.ucw.pavel.gyro", |
| 435 | +"version": "0.0.1", |
| 436 | +"category": "utilities", |
| 437 | +"activities": [ |
| 438 | + { |
| 439 | + "entrypoint": "assets/main.py", |
| 440 | + "classname": "Main", |
| 441 | + "intent_filters": [ |
| 442 | + { |
| 443 | + "action": "main", |
| 444 | + "category": "launcher" |
| 445 | + } |
| 446 | + ] |
| 447 | + } |
| 448 | + ] |
| 449 | +} |
| 450 | + |
378 | 451 | ] |
0 commit comments