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.3k stars 70 forks source link

Swipe-down gesture starts sync #454

Closed sunkup closed 7 months ago

rfc2822 commented 7 months ago

I made a few changes, including merging the two models into one, which allows to remove the (getActivity as AccountsActivity).syncAll and call the model instead.

I just copied over syncAllAccounts and allAccounts, can you please have a look at whether they can be better integrated with the already existing methods of the model?

sunkup commented 7 months ago

I made a few changes, including merging the two models into one, which allows to remove the (getActivity as AccountsActivity).syncAll and call the model instead.

I just copied over syncAllAccounts and allAccounts, can you please have a look at whether they can be better integrated with the already existing methods of the model?

@rfc2822 How about this?

rfc2822 commented 7 months ago

Replaced by bitfireAT/davx5#431