Hello,
a while ago, I asked the developer of harbour-tasklist in openrepos and store, if he could provide an aarch64 build version. He told me, he no longer develops Sailfish apps and some other developer should do it.
I know, there is a row of good task and shopping list apps for Sailfish OS, but TaskList fits best to my need.
Is some developer willing to create an aarch64 build of it? You can find the source on https://github.com/Armadill0/harbour-tasklist
Since you arenāt asking for a feature request or a bug to get solved, Iāll try to describe here the required steps to perform a build for aarch64 on GitLab CI as wrote by CODeRUS (you could adapt these steps for GitHub too, but I like GitLab more ).
Thanks a lot for this advice. I am however a bit reluctant to start publishing applications on openrepos. I know, I ask a lot, but can maybe someone with more experience in Sailfish app development take this up?
Well, it wasnāt just a trivial rebuild, it seems⦠I had to create a Dropbox API application, and that has to use a different application name and Dropbox folder name, too. I should rename the application, or request the original API key and secret from the developer, and I bet Iām not getting those.
Even more interesting, I canāt get the translations working. The app has been coded so that the GUI language can be manually changed, which is the non-standard way to go. Iāll have to get back to this some other day.
Doesnāt this depend on a spec file ? the repo only contains yaml. Iāve tried pushing this through obs. No go. I think Iāll fork now. And there are sub-modules and, and, and.
Do you need the dropbox integration? Frankly, the way itās done is not something Iām keen to work on. Itās ākinda coolā in an odd way, but not really maintainable.
I looked at āTo-do Listā and also checked āOlive goes shoppingā. Both are fine apps, but do not fit my needs. I basically need an easily accessible list of lists for different purposes, like shopping lists for different shops or for some tasks I do not want to forget.
It is less the amount of data, I needed to port. Atm. I help myself with an Android App from f-Droid called 1List, which is quite similar to Tasklist. However I actually would like to change back to a Sailfish app.
Sailfish SDK generatea the .spec file drom the .yaml file when you modify it. I think ot needs a template āemptyā .spec, but you can create a new empty SFOS project and yoink it from there.
Removing the Dropbox integration would of course be a simplifying choice
And yes, submitting it to Chum - although some ground work is needed - automates building new versions. I should find the time to learn it and throw my apps there, tooā¦
Yo. itās some effort to build to conform to chum AND harbour, but itās worth it.
As far as syncing, I thought to look at the more global sync opportunities and maybe make a learning exercise out of it? The way drop-box is implemented is kind of a show stopper.
I fall in the same trap while migrating to Xperia10II. I am curious about the status of this effort to build an aarch64 version of harbour-tasklist-1.8.14. Any progress? Anything where I could help? Thx!