Re: [Tuxpaint-devel] Some Magic tools missing on Android (0.9.34)
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
From: Pere P. i C. <per...@gm...> - 2025-05-09 23:01:45
|
El dv. 09 de 05 de 2025 a les 21:47 +0100, en/na Bill Kendrick va escriure: > On Fri, May 09, 2025 at 12:52:06AM +0200, Pere Pujal i Carabantes wrote: > > El dv. 09 de 05 de 2025 a les 00:38 +0200, en/na Pere Pujal i Carabantes va escriure: > > > > > > but what I do not understand is that you said having problems too with 0.9.34-rc1 > > > and if I am not wrong, 0.9.34-rc1 comes from sourceforge and it showed all magic tools here? > > > > Nevermind, I see that 0.9.34 from Play displays 0.9.34-rc1 at the initial screen > > Ah! That explains it I guess!? Terrence, it _seems_ as though you > posted the 0.9.34 release candidate ("beta") (0.9.34-rc1) to Google Play Store, > rather than the final (0.9.34). > > Though looking at https://github.com/tux4kids/Tuxpaint-Android/commits/master/ > I'm not quite understanding how that would have happened? (I see first > commit 0d2a101, "Updating Tux Paint to 0.9.34" by Pere, on 2024-11-03, > followed by commit commit 7a1a761, "Updating PlayStore version." by > Terrence, on 2024-11-13.) > > Also, to both of you, is there something that needs to be done when new > Magic tools are added "upstream", to get include them in the Android > build? I assumed not, and that it would simply collect everything > built from the source; i.e., there's not some file containing a list > of all of the ".so" files that needs to be kept in sync. Correct? The images and sounds need to be copied to the assets, this is made with the mkzip_assets.sh script that must be run manually. It does plenty of other things like downloading stamps, compiling translations, converting SVGs... so it is difficult to miss it. .so files get automatically included in the apk at build time, I know nothing about how "bundles" are managed in the Play Store. > > Thanks. Sorry that I'm a bit less than useful here. :-D Well, knowing something is broken is the first step to fix it ;) I'd never dig into this if I had not been warned :) Pere > > -bill! > > > > _______________________________________________ > Tuxpaint-devel mailing list > Tux...@li... > https://lists.sourceforge.net/lists/listinfo/tuxpaint-devel |