plusonelabs / calendar-widget

An calender widget for your Android home screen.
Apache License 2.0
369 stars 126 forks source link

Change calendars display order #287

Closed Cimbass closed 4 years ago

Cimbass commented 6 years ago

The order of all-day appointments and holidays is unfortunately a bit unfavorable for me at Google Calendar:

I would prefer it in the widget:

Therefore, it would be nice if you could change the order of calendars in the calendar widget.

yvolk commented 4 years ago

Implemented in v.3.1.0 Selected event source is moved directly below the last selected source, so a User can change the order of sources (Calendars, Task lists) by selecting them in the needed order.

This feature is mainly needed for #163 - to hide duplicated events.

yvolk commented 4 years ago

Testing on Pixel 3 device with Android 10

  1. Before calendars and Task lists order change: calendars-order-001-widget
  2. Corresponding settings: calendars-order-001-settings
  3. Now move "My tasks" one position down: calendars-order-002-settings
  4. And see that "1. Check due tasks" event is below "2. Call me!" now: calendars-order-002-widget
yvolk commented 4 years ago

Implemented in v.3.1.0, please check here: #320