API 35 Experiments#361
Conversation
… ndk to 29 & target to 35, add 16k page sizes, remove unneeded semi colons
0aac1b8 to
1e19ad1
Compare
|
Note: I'm not the maintainer of Round Sync, just another human who poked at the code recently and wanted to contribute back.
It looks like I had a typo in my commit message. I updated the code to the most recent release on the rclone download page, I actually used 1.71.0 as the rclone release version update. I checked the rclone download page and it looks like 1.71.0 is the most recent version that's been released.
Given rclone builds with older versions of go and the go binaries have to be installed separate, I didn't feel the need to bump the go release version in the project (ie. no forced upgrades). My local environment is using 1.25.1 as well.
I ended up looking at the code for Round Sync to troubleshoot an error I was getting that would have been exposed via logging. The Note: I didn't see a way to delete logs via the UI so I left this part of my changes as 'off by default'. |
Since I was digging around the code for #359 , and #360 I figured I'd make an attempt to get the app updated to API 35 which is the most recent NDK toolchain version available. Updates to address the 16kb page size requirement are also included.
This is an incredibly rough update and not fully vetted or tested. It also includes the changes from both #359 and #360.
Of note: the biggest issue on update was the UI being blocked by the status bar and action bar. Addressing this is the bulk of the code changes.