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 OpenSourcePage to M3 #740

Closed rfc2822 closed 2 weeks ago

rfc2822 commented 3 weeks ago

For the intro pages, I'd keep the current file layout (IntroPage subclass with nested Composables and Model) for now.

However UI (rendering state + producing events) and UI logic (ViewModel to produce state) should be separated. In case of OpenSourcePage I think there will be not much to do.