|
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.1.3_64x64.png", |
8 | | -"download_url": "https://apps.micropythonos.com/apps/com.lightningpiggy.displaywallet/mpks/com.lightningpiggy.displaywallet_0.1.3.mpk", |
| 7 | +"icon_url": "https://apps.micropythonos.com/apps/com.lightningpiggy.displaywallet/icons/com.lightningpiggy.displaywallet_0.2.0_64x64.png", |
| 8 | +"download_url": "https://apps.micropythonos.com/apps/com.lightningpiggy.displaywallet/mpks/com.lightningpiggy.displaywallet_0.2.0.mpk", |
9 | 9 | "fullname": "com.lightningpiggy.displaywallet", |
10 | | -"version": "0.1.3", |
| 10 | +"version": "0.2.0", |
11 | 11 | "category": "finance", |
12 | 12 | "activities": [ |
13 | 13 | { |
|
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.1.0_64x64.png", |
31 | | -"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/mpks/com.micropythonos.camera_0.1.0.mpk", |
| 30 | +"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/icons/com.micropythonos.camera_0.2.0_64x64.png", |
| 31 | +"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/mpks/com.micropythonos.camera_0.2.0.mpk", |
32 | 32 | "fullname": "com.micropythonos.camera", |
33 | | -"version": "0.1.0", |
| 33 | +"version": "0.2.0", |
34 | 34 | "category": "camera", |
35 | 35 | "activities": [ |
36 | 36 | { |
37 | 37 | "entrypoint": "assets/camera_app.py", |
38 | | - "classname": "CameraApp", |
| 38 | + "classname": "CameraActivity", |
39 | 39 | "intent_filters": [ |
40 | 40 | { |
41 | 41 | "action": "main", |
42 | 42 | "category": "launcher" |
43 | 43 | }, |
| 44 | + ] |
| 45 | + } |
| 46 | + ] |
| 47 | +} |
| 48 | + |
| 49 | +,{ |
| 50 | +"name": "Confetti", |
| 51 | +"publisher": "MicroPythonOS", |
| 52 | +"short_description": "Just shows confetti", |
| 53 | +"long_description": "Nothing special, just a demo.", |
| 54 | +"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.confetti/icons/com.micropythonos.confetti_0.0.3_64x64.png", |
| 55 | +"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.confetti/mpks/com.micropythonos.confetti_0.0.3.mpk", |
| 56 | +"fullname": "com.micropythonos.confetti", |
| 57 | +"version": "0.0.3", |
| 58 | +"category": "games", |
| 59 | +"activities": [ |
| 60 | + { |
| 61 | + "entrypoint": "assets/confetti.py", |
| 62 | + "classname": "Confetti", |
| 63 | + "intent_filters": [ |
44 | 64 | { |
45 | | - "action": "scan_qr_code", |
46 | | - "category": "default" |
| 65 | + "action": "main", |
| 66 | + "category": "launcher" |
47 | 67 | } |
48 | 68 | ] |
49 | | - }, |
50 | | - { |
51 | | - "entrypoint": "assets/camera_app.py", |
52 | | - "classname": "CameraSettingsActivity", |
53 | | - "intent_filters": [] |
54 | 69 | } |
55 | 70 | ] |
56 | 71 | } |
|
60 | 75 | "publisher": "MicroPythonOS", |
61 | 76 | "short_description": "Classic Connect 4 game", |
62 | 77 | "long_description": "Play Connect 4 against the computer with three difficulty levels: Easy, Medium, and Hard. Drop colored discs and try to connect four in a row!", |
63 | | -"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.connect4/icons/com.micropythonos.connect4_0.0.1_64x64.png", |
64 | | -"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.connect4/mpks/com.micropythonos.connect4_0.0.1.mpk", |
| 78 | +"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.connect4/icons/com.micropythonos.connect4_0.0.2_64x64.png", |
| 79 | +"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.connect4/mpks/com.micropythonos.connect4_0.0.2.mpk", |
65 | 80 | "fullname": "com.micropythonos.connect4", |
66 | | -"version": "0.0.1", |
| 81 | +"version": "0.0.2", |
67 | 82 | "category": "games", |
68 | 83 | "activities": [ |
69 | 84 | { |
|
78 | 93 | } |
79 | 94 | ] |
80 | 95 | } |
| 96 | +,{ |
| 97 | +"name": "Draw", |
| 98 | +"publisher": "MicroPythonOS", |
| 99 | +"short_description": "Simple drawing app", |
| 100 | +"long_description": "Draw simple shapes on the screen.", |
| 101 | +"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.draw/icons/com.micropythonos.draw_0.0.5_64x64.png", |
| 102 | +"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.draw/mpks/com.micropythonos.draw_0.0.5.mpk", |
| 103 | +"fullname": "com.micropythonos.draw", |
| 104 | +"version": "0.0.5", |
| 105 | +"category": "graphics", |
| 106 | +"activities": [ |
| 107 | + { |
| 108 | + "entrypoint": "assets/draw.py", |
| 109 | + "classname": "Draw", |
| 110 | + "intent_filters": [ |
| 111 | + { |
| 112 | + "action": "main", |
| 113 | + "category": "launcher" |
| 114 | + } |
| 115 | + ] |
| 116 | + } |
| 117 | + ] |
| 118 | +} |
| 119 | + |
81 | 120 | ,{ |
82 | 121 | "name": "HelloWorld", |
83 | 122 | "publisher": "MicroPythonOS", |
84 | 123 | "short_description": "Minimal app", |
85 | 124 | "long_description": "Demonstrates the simplest app.", |
86 | | -"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.helloworld/icons/com.micropythonos.helloworld_0.0.2_64x64.png", |
87 | | -"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.helloworld/mpks/com.micropythonos.helloworld_0.0.2.mpk", |
| 125 | +"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.helloworld/icons/com.micropythonos.helloworld_0.0.3_64x64.png", |
| 126 | +"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.helloworld/mpks/com.micropythonos.helloworld_0.0.3.mpk", |
88 | 127 | "fullname": "com.micropythonos.helloworld", |
89 | | -"version": "0.0.2", |
| 128 | +"version": "0.0.3", |
90 | 129 | "category": "development", |
91 | 130 | "activities": [ |
92 | 131 | { |
|
107 | 146 | "publisher": "MicroPythonOS", |
108 | 147 | "short_description": "Image Viewer", |
109 | 148 | "long_description": "Opens and shows images on the display.", |
110 | | -"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.imageview/icons/com.micropythonos.imageview_0.0.5_64x64.png", |
111 | | -"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.imageview/mpks/com.micropythonos.imageview_0.0.5.mpk", |
| 149 | +"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.imageview/icons/com.micropythonos.imageview_0.0.6_64x64.png", |
| 150 | +"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.imageview/mpks/com.micropythonos.imageview_0.0.6.mpk", |
112 | 151 | "fullname": "com.micropythonos.imageview", |
113 | | -"version": "0.0.5", |
| 152 | +"version": "0.0.6", |
114 | 153 | "category": "graphics", |
115 | 154 | "activities": [ |
116 | 155 | { |
|
131 | 170 | "publisher": "MicroPythonOS", |
132 | 171 | "short_description": "Inertial Measurement Unit Visualization", |
133 | 172 | "long_description": "Visualize data from the Intertial Measurement Unit, also known as the accellerometer.", |
134 | | -"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.imu/icons/com.micropythonos.imu_0.0.3_64x64.png", |
135 | | -"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.imu/mpks/com.micropythonos.imu_0.0.3.mpk", |
| 173 | +"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.imu/icons/com.micropythonos.imu_0.0.4_64x64.png", |
| 174 | +"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.imu/mpks/com.micropythonos.imu_0.0.4.mpk", |
136 | 175 | "fullname": "com.micropythonos.imu", |
137 | | -"version": "0.0.3", |
| 176 | +"version": "0.0.4", |
138 | 177 | "category": "hardware", |
139 | 178 | "activities": [ |
140 | 179 | { |
|
155 | 194 | "publisher": "MicroPythonOS", |
156 | 195 | "short_description": "Player audio files", |
157 | 196 | "long_description": "Traverse around the filesystem and play audio files that you select.", |
158 | | -"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.musicplayer/icons/com.micropythonos.musicplayer_0.0.6_64x64.png", |
159 | | -"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.musicplayer/mpks/com.micropythonos.musicplayer_0.0.6.mpk", |
| 197 | +"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.musicplayer/icons/com.micropythonos.musicplayer_0.0.7_64x64.png", |
| 198 | +"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.musicplayer/mpks/com.micropythonos.musicplayer_0.0.7.mpk", |
160 | 199 | "fullname": "com.micropythonos.musicplayer", |
161 | | -"version": "0.0.6", |
| 200 | +"version": "0.0.7", |
162 | 201 | "category": "development", |
163 | 202 | "activities": [ |
164 | 203 | { |
|
174 | 213 | ] |
175 | 214 | } |
176 | 215 |
|
| 216 | +,{ |
| 217 | +"name": "ShowFonts", |
| 218 | +"publisher": "MicroPythonOS", |
| 219 | +"short_description": "Show installed fonts", |
| 220 | +"long_description": "Visualize the installed fonts so the user can check them out.", |
| 221 | +"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.showfonts/icons/com.micropythonos.showfonts_0.0.3_64x64.png", |
| 222 | +"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.showfonts/mpks/com.micropythonos.showfonts_0.0.3.mpk", |
| 223 | +"fullname": "com.micropythonos.showfonts", |
| 224 | +"version": "0.0.3", |
| 225 | +"category": "development", |
| 226 | +"activities": [ |
| 227 | + { |
| 228 | + "entrypoint": "assets/showfonts.py", |
| 229 | + "classname": "ShowFonts", |
| 230 | + "intent_filters": [ |
| 231 | + { |
| 232 | + "action": "main", |
| 233 | + "category": "launcher" |
| 234 | + } |
| 235 | + ] |
| 236 | + } |
| 237 | + ] |
| 238 | +} |
| 239 | + |
177 | 240 | ,{ |
178 | 241 | "name": "Sound Recorder", |
179 | 242 | "publisher": "MicroPythonOS", |
180 | 243 | "short_description": "Record audio from microphone", |
181 | 244 | "long_description": "Record audio from the I2S microphone and save as WAV files. Recordings can be played back with the Music Player app.", |
182 | | - "icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.soundrecorder/icons/com.micropythonos.soundrecorder_0.0.1_64x64.png", |
183 | | - "download_url": "https://apps.micropythonos.com/apps/com.micropythonos.soundrecorder/mpks/com.micropythonos.soundrecorder_0.0.1.mpk", |
| 245 | + "icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.soundrecorder/icons/com.micropythonos.soundrecorder_0.0.2_64x64.png", |
| 246 | + "download_url": "https://apps.micropythonos.com/apps/com.micropythonos.soundrecorder/mpks/com.micropythonos.soundrecorder_0.0.2.mpk", |
184 | 247 | "fullname": "com.micropythonos.soundrecorder", |
185 | | - "version": "0.0.1", |
| 248 | + "version": "0.0.2", |
186 | 249 | "category": "utilities", |
187 | 250 | "activities": [ |
188 | 251 | { |
|
201 | 264 | "publisher": "QuasiKili", |
202 | 265 | "short_description": "Flappy Bird Game", |
203 | 266 | "long_description": "A fun Flappy Bird clone with smooth physics. Tap to fly!", |
204 | | - "icon_url": "https://apps.micropythonos.com/apps/com.quasikili.quasibird/icons/com.quasikili.quasibird_0.0.4_64x64.png", |
205 | | - "download_url": "https://apps.micropythonos.com/apps/com.quasikili.quasibird/mpks/com.quasikili.quasibird_0.0.4.mpk", |
| 267 | + "icon_url": "https://apps.micropythonos.com/apps/com.quasikili.quasibird/icons/com.quasikili.quasibird_0.0.5_64x64.png", |
| 268 | + "download_url": "https://apps.micropythonos.com/apps/com.quasikili.quasibird/mpks/com.quasikili.quasibird_0.0.5.mpk", |
206 | 269 | "fullname": "com.quasikili.quasibird", |
207 | | - "version": "0.0.4", |
| 270 | + "version": "0.0.5", |
208 | 271 | "category": "games", |
209 | 272 | "activities": [ |
210 | 273 | { |
|
224 | 287 | "publisher": "QuasiKili", |
225 | 288 | "short_description": "Scientific and Standard Calculator", |
226 | 289 | "long_description": "A calculator app with both scientific and standard modes.", |
227 | | - "icon_url": "https://apps.micropythonos.com/apps/com.quasikili.quasicalculator/icons/com.quasikili.quasicalculator_0.0.2_64x64.png", |
228 | | - "download_url": "https://apps.micropythonos.com/apps/com.quasikili.quasicalculator/mpks/com.quasikili.quasicalculator_0.0.2.mpk", |
| 290 | + "icon_url": "https://apps.micropythonos.com/apps/com.quasikili.quasicalculator/icons/com.quasikili.quasicalculator_0.0.3_64x64.png", |
| 291 | + "download_url": "https://apps.micropythonos.com/apps/com.quasikili.quasicalculator/mpks/com.quasikili.quasicalculator_0.0.3.mpk", |
229 | 292 | "fullname": "com.quasikili.quasicalculator", |
230 | | - "version": "0.0.2", |
| 293 | + "version": "0.0.3", |
231 | 294 | "category": "utilities", |
232 | 295 | "activities": [ |
233 | 296 | { |
|
247 | 310 | "publisher": "QuasiKili", |
248 | 311 | "short_description": "Digital Nametag Display", |
249 | 312 | "long_description": "A customizable digital nametag with color selection.", |
250 | | - "icon_url": "https://apps.micropythonos.com/apps/com.quasikili.quasinametag/icons/com.quasikili.quasinametag_0.0.4_64x64.png", |
251 | | - "download_url": "https://apps.micropythonos.com/apps/com.quasikili.quasinametag/mpks/com.quasikili.quasinametag_0.0.4.mpk", |
| 313 | + "icon_url": "https://apps.micropythonos.com/apps/com.quasikili.quasinametag/icons/com.quasikili.quasinametag_0.0.5_64x64.png", |
| 314 | + "download_url": "https://apps.micropythonos.com/apps/com.quasikili.quasinametag/mpks/com.quasikili.quasinametag_0.0.5.mpk", |
252 | 315 | "fullname": "com.quasikili.quasinametag", |
253 | | - "version": "0.0.4", |
| 316 | + "version": "0.0.5", |
254 | 317 | "category": "utilities", |
255 | 318 | "activities": [ |
256 | 319 | { |
|
0 commit comments