bitfireAT / davx5-ose

DAVx⁵ is an open-source CalDAV/CardDAV suite and sync app for Android. You can also access your online files (WebDAV) with it.
https://www.davx5.com
GNU General Public License v3.0
1.25k stars 69 forks source link

Rewrite DebugInfoActivity to M3 #742

Closed rfc2822 closed 3 days ago

rfc2822 commented 3 weeks ago

(See #691)

I have chosen this Activity as one where not that much happens and I think it could be implemented quite "clean".

To start, I'd:

Then when this is done we can optimize the composable and models a bit and think whether we leave the rest as it is or whether further changes would be useful (like moving the debug info generation to a separate data layer class).

sunkup commented 3 weeks ago