Skip to content

Commit 7f74ac5

Browse files
Release apps for 0.9.3
1 parent 93d5f2a commit 7f74ac5

15 files changed

Lines changed: 62 additions & 15 deletions

app_index.json

Lines changed: 62 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"publisher": "LightningPiggy Foundation",
55
"short_description": "Display wallet that shows balance, transactions, receive QR code etc.",
66
"long_description": "See https://www.LightningPiggy.com",
7-
"icon_url": "https://apps.micropythonos.com/apps/com.lightningpiggy.displaywallet/icons/com.lightningpiggy.displaywallet_0.2.6_64x64.png",
8-
"download_url": "https://apps.micropythonos.com/apps/com.lightningpiggy.displaywallet/mpks/com.lightningpiggy.displaywallet_0.2.6.mpk",
7+
"icon_url": "https://apps.micropythonos.com/apps/com.lightningpiggy.displaywallet/icons/com.lightningpiggy.displaywallet_0.3.0_64x64.png",
8+
"download_url": "https://apps.micropythonos.com/apps/com.lightningpiggy.displaywallet/mpks/com.lightningpiggy.displaywallet_0.3.0.mpk",
99
"fullname": "com.lightningpiggy.displaywallet",
10-
"version": "0.2.6",
10+
"version": "0.3.0",
1111
"category": "finance",
1212
"activities": [
1313
{
@@ -218,10 +218,10 @@
218218
"publisher": "MicroPythonOS",
219219
"short_description": "Send IR commands",
220220
"long_description": "Simple IR remote with power and volume controls.",
221-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.irremote/icons/com.micropythonos.irremote_0.1.1_64x64.png",
222-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.irremote/mpks/com.micropythonos.irremote_0.1.1.mpk",
221+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.irremote/icons/com.micropythonos.irremote_0.1.2_64x64.png",
222+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.irremote/mpks/com.micropythonos.irremote_0.1.2.mpk",
223223
"fullname": "com.micropythonos.ir_remote",
224-
"version": "0.1.1",
224+
"version": "0.1.2",
225225
"category": "tools",
226226
"activities": [
227227
{
@@ -313,10 +313,10 @@
313313
"publisher": "MicroPythonOS",
314314
"short_description": "Minimal app",
315315
"long_description": "Demonstrates the simplest app.",
316-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.showbattery/icons/com.micropythonos.showbattery_0.2.2_64x64.png",
317-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.showbattery/mpks/com.micropythonos.showbattery_0.2.2.mpk",
316+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.showbattery/icons/com.micropythonos.showbattery_0.2.3_64x64.png",
317+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.showbattery/mpks/com.micropythonos.showbattery_0.2.3.mpk",
318318
"fullname": "com.micropythonos.showbattery",
319-
"version": "0.2.2",
319+
"version": "0.2.3",
320320
"category": "development",
321321
"activities": [
322322
{
@@ -337,10 +337,10 @@
337337
"publisher": "MicroPythonOS",
338338
"short_description": "Show installed fonts",
339339
"long_description": "Visualize the installed fonts so the user can check them out.",
340-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.showfonts/icons/com.micropythonos.showfonts_0.0.5_64x64.png",
341-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.showfonts/mpks/com.micropythonos.showfonts_0.0.5.mpk",
340+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.showfonts/icons/com.micropythonos.showfonts_0.1.0_64x64.png",
341+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.showfonts/mpks/com.micropythonos.showfonts_0.1.0.mpk",
342342
"fullname": "com.micropythonos.showfonts",
343-
"version": "0.0.5",
343+
"version": "0.1.0",
344344
"category": "development",
345345
"activities": [
346346
{
@@ -379,14 +379,37 @@
379379
}
380380
]
381381
},{
382+
"name": "Time of Flight",
383+
"publisher": "MicroPythonOS",
384+
"short_description": "Time-of-flight sensor demo",
385+
"long_description": "Shows off time-of-flight range imaging camera sensors by describing distance measurements per pixel based on round-trip light time.",
386+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.time_of_flight/icons/com.micropythonos.time_of_flight_0.0.1_64x64.png",
387+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.time_of_flight/mpks/com.micropythonos.time_of_flight_0.0.1.mpk",
388+
"fullname": "com.micropythonos.time_of_flight",
389+
"version": "0.0.1",
390+
"category": "development",
391+
"activities": [
392+
{
393+
"entrypoint": "assets/time_of_flight.py",
394+
"classname": "TimeOfFlight",
395+
"intent_filters": [
396+
{
397+
"action": "main",
398+
"category": "launcher"
399+
}
400+
]
401+
}
402+
]
403+
}
404+
,{
382405
"name": "Quasi Bird",
383406
"publisher": "QuasiKili",
384407
"short_description": "Bird Game",
385408
"long_description": "A fun bird flying game with smooth physics. Tap to fly!",
386-
"icon_url": "https://apps.micropythonos.com/apps/com.quasikili.quasibird/icons/com.quasikili.quasibird_0.0.6_64x64.png",
387-
"download_url": "https://apps.micropythonos.com/apps/com.quasikili.quasibird/mpks/com.quasikili.quasibird_0.0.6.mpk",
409+
"icon_url": "https://apps.micropythonos.com/apps/com.quasikili.quasibird/icons/com.quasikili.quasibird_0.1.0_64x64.png",
410+
"download_url": "https://apps.micropythonos.com/apps/com.quasikili.quasibird/mpks/com.quasikili.quasibird_0.1.0.mpk",
388411
"fullname": "com.quasikili.quasibird",
389-
"version": "0.0.6",
412+
"version": "0.1.0",
390413
"category": "games",
391414
"activities": [
392415
{
@@ -519,4 +542,28 @@
519542
]
520543
}
521544

545+
,{
546+
"name": "Navstar",
547+
"publisher": "Pavel Machek",
548+
"short_description": "Simple navigation app.",
549+
"long_description": "Simple navigation app using data from NAVSTAR GPS and other GNSS systems.",
550+
"icon_url": "https://apps.micropythonos.com/apps/cz.ucw.pavel.navstar/icons/cz.ucw.pavel.navstar_0.0.2_64x64.png",
551+
"download_url": "https://apps.micropythonos.com/apps/cz.ucw.pavel.navstar/mpks/cz.ucw.pavel.navstar_0.0.2.mpk",
552+
"fullname": "cz.ucw.pavel.navstar",
553+
"version": "0.0.2",
554+
"category": "utilities",
555+
"activities": [
556+
{
557+
"entrypoint": "assets/main.py",
558+
"classname": "Main",
559+
"intent_filters": [
560+
{
561+
"action": "main",
562+
"category": "launcher"
563+
}
564+
]
565+
}
566+
]
567+
}
568+
522569
]
5.73 KB
Loading
Binary file not shown.
8.16 KB
Loading
Binary file not shown.
3.92 KB
Loading
Binary file not shown.
4.6 KB
Loading
Binary file not shown.
4.88 KB
Loading

0 commit comments

Comments
 (0)