Hello Stefan (@j-4), Olivier (@obilodeau),
I want to write a Dropbox sync plugin for Tomdroid, which would use Dropbox' API directly instead of syncing to SD card and then using something like Dropsync, which is quite clumsy and not always works. That would help me (and I'm sure many others) to have a fully rounded note-taking scheme for my several PCs and a phone, the latter is lacking sync right now.
I've just tried importing the Tomdroid project into current Android Studio and while it generally is able to build an APK, trying to run fails with the app not being able to find the NoteProvider class. I see it's present there, so I guess some tweaks are needed for the project to be assembled properly under Android Studio. Could you please describe how did you build/debug the app in the past?
While this would be my almost first foray into Android development, I'm willing to spend some time to get it up to date, so that I or any potential other contributors could just start working on it, using the modern Android toolchain - so if you could provide me with some directions, that would be really great.
Hello Stefan (@j-4), Olivier (@obilodeau),
I want to write a Dropbox sync plugin for Tomdroid, which would use Dropbox' API directly instead of syncing to SD card and then using something like Dropsync, which is quite clumsy and not always works. That would help me (and I'm sure many others) to have a fully rounded note-taking scheme for my several PCs and a phone, the latter is lacking sync right now.
I've just tried importing the Tomdroid project into current Android Studio and while it generally is able to build an APK, trying to run fails with the app not being able to find the NoteProvider class. I see it's present there, so I guess some tweaks are needed for the project to be assembled properly under Android Studio. Could you please describe how did you build/debug the app in the past?
While this would be my almost first foray into Android development, I'm willing to spend some time to get it up to date, so that I or any potential other contributors could just start working on it, using the modern Android toolchain - so if you could provide me with some directions, that would be really great.