-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project Plan #8
Comments
I checked on @JeanGarf 's branch briefly. There is basically no change in models. And actually when migrating to Kotlin, preserving the models was quite some work. Perhaps we can start merging @JeanGarf 's branch with this commit of mine (models code converted to Kotlin): codinguser@5dacb7d This commit includes updates onto Androidx and only models codes converted to kotlin with the rest still in Java. The java codes include changes only related to calling getters and setters in the models (aside from any changes required for Androidx). |
Nice :) thanks for your feedback. Then we should switch the order entirely or just prepone this specific commit?
what do you think about CI (using GitHub Actions), do you agree that we should establish that first? I am very familiar with GitHub Actions, Gradle and Java, but not so much with Android and Kotlin. |
That order sounds good to me. |
I agree with your proposal. Great ! |
I confirm, I didn't change the model. I just enhanced UI experience and corrected some calculus. |
@djbrown can you please change the color for the tags, black on red is not easily readable. thanks |
@arozaqf do you mean the color of priority/now and priority/high? which theme are you using? |
also I updated the initial thread post on the top, to reflect the current state and todos |
@djbrown i'm currently using non dark mode because i'm using old version of firefox. is there no color that can be used visible.for the two themes? thank you for your consideration |
@arozaqf I changed the color of |
as of #15 the apk creation and instrumentation tests now also executed in the ci-build and there is no separate nightly build anymore. over the last couple weeks I tried to fix and stabilize the instrumentation tests but to no avail. I suggest to update the project setup first (with fine, semantic commits), then fix and stabilize the instrumentation tests and then finally merge @JeanGarf improvements. I hope I can merge them keeping Jeans authorship. Else I'll have to recreate them and give credit manually. |
@djbrown with respect to the merging steps #8 (comment), where are you now? |
@XilinJia I couldn't find a way to merge in specific commit ranges, so sadly no progress for the mergings steps yet. my new suggestion was to upgrade the project to the latest API level (via Android Studio Upgrade Assistant) then hopefully get stable test results and then finally merge in or replicate the proposed changes. |
It's great to see the Android app project being revived! 👏🏾 Creating a Github project to track the project plan in a kanban board might be more readable. |
this is why the old gnucash android not moving we relied too much to one person |
I finally managed to set up a stable, secure and public CI for the project 🎉 |
@reul managed to fix many tests ❤ There is still one more test failing according to current CI (#26). |
Hey! I'm already looking into #26. I just couldn't fix it yet. Funny thing is if I run only that test, it passes. If I run all tests, it fails. Anyway I'm going to keep pushing it and I will send a patch as soon as I have it. |
Now we finally have a stable pipeline. |
@djbrown any suggestions on what should I address next? In my own fork I'm testing retiring the CursorAdapter, but that's going to require a lot of work and testing until it's ready for production. |
@reul I guess Xilin isn't very active anymore, so you can work on converting the models top kotlin. As for the CursorAdapter: would you migrate to an alternative way for data-view binding, or just fix deprecations? |
Yes! Data-View binding and moving the data loading logic out of the adapter and into a view model for now. I can work on converting the models to Kotlin first and then go back to the adapters at some point. |
I just discovered this fork today after sadly discovering that GnuCash Android is no longer in the Google Play Store. I'm happy to see all the collaboration and work that has started to take place on this project. Thank you. It looks like the last communication I can see on this project was 5 months ago. Has the traction fizzled? I'm happy to help however I can. I have very little Android development experience but I did dabble in it many years ago. I'm looking forward to seeing this project become more active and hopefully contributing in some way. |
hey @axiopisty :) last communication on this project was 3 weeks ago on #10 (comment)
I have also talked to some android enthusiasts whether they would like to look at the pipeline, but no feedback so far. EDIT: I just found an interesting relevant blog post: |
Why don't we just test it at first? 🤔 |
Wouldn't it be better to release a alpha/beta here on GitHub and spread among us and our trusted volunteers? |
From my side, I'd be happy to help in every possible way as I am missing gnucash on my mobile for a long time. |
The app is built on every run of the CI Build workflow. |
I'm testing the app :) Generally, there are a few flaws but it works with the basic task of entering simple transactions and exporting them in GnuCash format :) I'm filing issues of what I've found. |
Who is allowed to approve PRs? |
Is anyone going to approve the PRs of the only dev working on this project? 🤔 |
Hello everyone. I have the same thoughts and questions kaligual0 has. We can see pnemonic78 is actively working on the project. But none of the PRs are being approved. Can we here from someone who manages this repository to get some instructions how to enable more contributors to be able to approve the PRs? Also, I'm curious who here would be interested in broadening the scope of this project. I've recently learned about Flutter and am currently in a role where I have been learning and using Flutter professionally. I'm just curious if there is interest in this community for a possible rewrite of this mobile application in Flutter that would support both Android and iOS platforms. I'm interested in taking on the challenge to do something like this. But I'm curious what kind of support there would be from the community. Specifically, I'm curious if there is anyone who would be capable and willing to collaborate by creating a Figma design for each of the screens (preferably using Material Design)? |
Only those with write access to the repository...
…On Sat, Mar 9, 2024, 4:41 PM Kaligula ***@***.***> wrote:
Is it that only the owners ***@***.*** <https://github.com/djbrown> and
@gutierri <https://github.com/gutierri>) of GnuCash-Pocket can approve
PRs? 🤔
—
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXOR5QVKDYYQHO42UERVRTYXOM3RAVCNFSM6AAAAAARCX2IACVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBXGAYTCNBZG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I suppose so, but can't find who is it. I assumed "write access = owners", but I may be wrong. |
Hey guys, sorry I've been away from GitHub for some time. while I'm at it: @gutierri do you want to keep your organization owner role or may I remove/degrade you? if the latter, then I would really like to have a second owner, other than me |
@djbrown can you make me a maintainer too? |
Hi, @djbrown, and thanks for reacting! |
@axiopisty I had also thought about rewriting GnuCash or gnucash-android for web and/or cross mobile plattform. I think this could be a future (sub)project, once the app is back to stable. GnuCash (core) is already available for Linux, Windows, macOS. Another big architectural idea is to integrate more with GnuCash (core). Currently the only "interface" between mobile and core are the data files. GnuCash (core) is very mighty and many features might be relevant for mobile users too. Currently the mobile business logic is quite detached from the core and duplicates it at best. Instead the mobile apps could call the C/C++ API of GnuCash (core), see also mailing list). That could either be done on platform specific architecture (Android NDK, Mixing Swift and C++) or cross platform (dart:ffi). This could also be adopted in web variants of GnuCash (C/C++ API calls depending on backend technology). I'd like to come back to those thoughts and chose the next best step once we have a stable software version for android. |
@Kaligula0 I have clarified the collaboration roles in the Contributors (Wiki) with further documentation links to read on. Thanks for the heads up. I have now also promoted @pnemonic78 as maintainer. @axiopisty I have invited you as member to the organization and gave you the triage role on the repository. Depending on what you want to contribute, I'll gladly promote you to what is needed. But as I said before, I don't think we should strive for huge technological changes or even a rewrite just yet. |
I think that if we are to port the Android-Java version, it should be to Kotlin Multiplatform, because Flutter is too foreign to developers coming from Java/Kotlin worlds. |
Hey @pnemonic78 and @Kaligula0 First of all I wanted to let you know that I'm very grateful for your effort! You guys bring incredible velocity to this Project 🚀 I try to keep up with the Issues and PRs and so far I do comprehend most of whats getting merged 👀 I would feel much more confident though if we got back to a stable pipeline 🔄 and if there we're new tests to assert (functional) fixes 🔩 Currently the instrumentation-test workflow runs after every completed ci-build workflow, which runs after each push or pull request. With the current velocity, this leads to To fix this we could switch instrumentation-test to run only on push/merge or even only once a day ⏰ if the former turns out to be still too much. Upgrading to a paid plan doesn't seem feasible to me just yet 💱 There is also a problem with running the instrumentation-tests in older devices via firebase, see #25 Thank you for your contributions! 🚀 |
I, as a perfectionist, also would like to do things step by step, but as I see @pnemonic78 's PRs there is a lot to fix in the app, and he's doing it quick and is the only dev working on it, so I don't want to discourage him. My only concern is that the more PRs the harder will be merging @JeanGarf 's and @XilinJia 's fixes. I don't have so much time to analyse their code and review all PRs. As for the Firebase error messages I think that, looking at the number of PRs recently (😅), we can set this to a less frequent option. I don't have so much time (and knowledge, too) to take care of the failing tests, so I really wait for someone to look at them (and frankly speaking I hope that one of pnenomic78's fixes will fix the tests ;) ). |
Please also share your thoughts on the future of Gnucash-Android in #141. Thank you in advance. |
Establish CI/CD
Upgrade project setup to Android API Level 33
Fix instrumentation tests
Migrate models to Kotlin
codinguser@5dacb7dChanges from @JeanGarf #5
Changes from @XilinJia (Diff)
migrate translations
Rename Project and Support Channels
Rename Technical Name/ID in Source Packages etc.
The text was updated successfully, but these errors were encountered: