1
0
Fork 0
Commit Graph

113 Commits

Author SHA1 Message Date
Daniele Tricoli 3c473ca2c1 Update changelog 2021-05-22 19:15:10 +02:00
Daniele Tricoli a222e09a75 Bump version to 0.1.1 2021-05-22 19:14:02 +02:00
Daniele Tricoli aa715ee09c Rework loading screen 2021-05-22 19:12:40 +02:00
Daniele Tricoli 9d821ee32f Add CHANGELOG 2021-05-22 17:36:41 +02:00
Daniele Tricoli a7dd9f923a Add thanks section 2021-05-22 17:13:14 +02:00
Daniele Tricoli 5b6af83265 Add configuration stanza for isort 2021-05-22 05:40:34 +02:00
Daniele Tricoli 3552e8e5cb Set readme, repository, license and keywords 2021-05-22 05:38:23 +02:00
Daniele Tricoli b7db4666b1 Decrease screen images width to 30% 2021-05-22 05:18:44 +02:00
Daniele Tricoli 52d2cd8cac Increase width to 50% 2021-05-22 05:17:46 +02:00
Daniele Tricoli 5406918337 Use raw directive to show app images 2021-05-22 05:16:41 +02:00
Daniele Tricoli 69deda51fd Move links outside caption 2021-05-22 05:02:32 +02:00
Daniele Tricoli 2063ed6296 Remove the bulleted list since it don't work 2021-05-22 04:59:00 +02:00
Daniele Tricoli c671320be9 Use a bulleted list for links, scale and center images 2021-05-22 04:47:09 +02:00
Daniele Tricoli 5c174c6326 Fix images links 2021-05-22 04:44:33 +02:00
Daniele Tricoli e7902e9d8c Use figure instead of image directive 2021-05-22 04:43:17 +02:00
Daniele Tricoli 67db87fb88 Fix image directive 2021-05-22 04:36:43 +02:00
Daniele Tricoli f512d9e8c6 Add gallery section 2021-05-22 04:35:08 +02:00
Daniele Tricoli 3959bafbe0 Add a section about loading levels 2021-05-22 04:23:14 +02:00
Daniele Tricoli 43d7df0b99 Add section about level creation 2021-05-22 04:13:33 +02:00
Daniele Tricoli c74e87208d Add section about installing on Android 2021-05-22 03:33:55 +02:00
Daniele Tricoli 4731546e49 Fix links
I'm using reStructuredText not Markdown...
2021-05-22 02:08:12 +02:00
Daniele Tricoli 9bba4f6b85 Add section about installation on Linux 2021-05-22 01:32:52 +02:00
Daniele Tricoli bacd3b8dcf Use reStructuredText 2021-05-22 00:38:38 +02:00
Daniele Tricoli 398d02ac23 Explain the run free function 2021-05-22 00:04:34 +02:00
Daniele Tricoli 0c5cc2f1ba Remove a not used class 2021-05-21 23:57:18 +02:00
Daniele Tricoli 302beb4f72 Add docstrings and clean dialog text 2021-05-21 22:34:01 +02:00
Daniele Tricoli 039739dbbd Move settings creation inside KiokuApp 2021-05-21 18:53:11 +02:00
Daniele Tricoli 32b5695468 Ignore if the metadata file is not valid toml 2021-05-21 18:32:40 +02:00
Daniele Tricoli 1131b616ce Add app icon and splash screen
Many thanks to Sidhe for the image!
2021-05-21 05:14:31 +02:00
Daniele Tricoli cff9946c79 Set presplash color to LightGreen 2021-05-21 01:15:01 +02:00
Daniele Tricoli 1ec39eae53 Fix typo 2021-05-20 02:54:41 +02:00
Daniele Tricoli 7b82020b3a Use set for track cards pair 2021-05-20 02:40:25 +02:00
Daniele Tricoli 5207c75094 Use kivy platform utils to detect Android 2021-05-20 02:03:19 +02:00
Daniele Tricoli aa23cd8e06 Validate levels 2021-05-20 01:20:02 +02:00
Daniele Tricoli 3df399a862 Set primary_palette to LightGreen 2021-05-20 00:16:26 +02:00
Daniele Tricoli a5f8701e27 Don't include toml files 2021-05-20 00:02:38 +02:00
Daniele Tricoli 53e8868c41 Don't set specific color only for main 2021-05-19 20:29:21 +02:00
Daniele Tricoli 9932433fc8 Use MDToolbar instead of a custom one 2021-05-19 20:21:56 +02:00
Daniele Tricoli 469066fb07 Use the trash can icon for levels removal 2021-05-19 19:50:47 +02:00
Daniele Tricoli d77b8e9f15 Wait 1 sec only when game is completed 2021-05-19 19:23:34 +02:00
Daniele Tricoli 88f60d0066 Take version from the package 2021-05-19 03:11:44 +02:00
Daniele Tricoli 133a3d1641 Add console entry point 2021-05-19 02:54:57 +02:00
Daniele Tricoli 0cd4e83481 Merge all the code
Unfortunately to support both Android (using buildozer) and Linux the
best thing to do now is to merge all the package code.

I liked more when the project was splitted to multiple modules, but I
need the Android build and I want to be able to install on Linux using
pip.
2021-05-19 02:51:45 +02:00
Daniele Tricoli 0202d96957 Ask for permissions and use esternal storage on Android 2021-05-19 01:45:15 +02:00
Daniele Tricoli d3e16da383 Add READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE permissions 2021-05-19 01:44:59 +02:00
Daniele Tricoli f56f97b16b Reorder dependencies 2021-05-18 23:43:56 +02:00
Daniele Tricoli 9672e068d2 Don't set window size 2021-05-18 23:43:15 +02:00
Daniele Tricoli 985915d7d1 Add buildozer spec 2021-05-18 22:43:01 +02:00
Daniele Tricoli 7e4ec4a0b5 Don't use relative import
It's not a package anymore
2021-05-18 22:42:32 +02:00
Daniele Tricoli 46853fa494 Remove the script 2021-05-18 22:42:14 +02:00