200
submitted 1 month ago* (last edited 1 month ago) by boredsquirrel@slrpnk.net to c/opensource@lemmy.ml

Edit: the app seems to be pretty old, I like the Writer editing more (it works) but for other things, CollaboraOffice is way better.

Has anyone tried that on a tablet? The phone UI has like no features


Currently it is a "viewer" (renderer with usable UI) and editing features are experimental.

They only release their APK to Google Play for whatever reason, but you can use F-Droid to get it

Bugs can normally be reported to their bugtracker and you can join their forum for more community support!

Youtube Demo Video

Downside: the editing features are VERY rudimentary, while the app is only about 50MB (⅕) smaller than Collabora-Office, which has better features overall.

you are viewing a single comment's thread
view the rest of the comments
[-] boredsquirrel@slrpnk.net 2 points 1 month ago* (last edited 1 month ago)

~~Cool, thanks!~~

Do you know if they target different versions? Their F-Droid version is min SDK Android 5, which may indicate they target an outdated version for compatibility.

Wait these are just links, I mean releasing the APK. On Google Play you send them your selfbuilt APK, on F-Droid they build it.

[-] Max_P@lemmy.max-p.me 9 points 1 month ago

minSdk isn't the same as targetSdk or maxSdk.

You can target Android 14 and still support Android 1.5 devices if you really want to. Android will enforce that you use Android 14's security features, but you can still use the old APIs just fine on older versions of Android.

Android uses the target SDK to determine which restrictions to impose, because if you target Android 8 then your app can't be aware of Android 14 features so it goes into compatibility mode. But the minimum SDK doesn't matter, it's just there to tell users of too old Android versions that the app can't run.

this post was submitted on 13 Jul 2024
200 points (96.3% liked)

Open Source

29688 readers
114 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS