DroidWorksStudio / mLauncher

Minimal Launcher app for Android. Customized olauncher as I just started learning kotlin .
GNU General Public License v3.0
315 stars 26 forks source link

[Feature] Removed features that are not minimal. #355

Closed HeCodes2Much closed 7 months ago

HeCodes2Much commented 7 months ago

Type of change

All Submissions

After these steps, you're ready to open a pull request.

Description of the changes in your PR

Fixes the following issue(s)

  1. Removed settings for calendar toggle
  2. Removed calendar permissions
  3. Removed calendar events displaying on home.

Test Device:

szechp commented 7 months ago

Hey, it's a pitty this got removed, I wanted to suggest an alternative: what about one single widget? Right under the clock, this would give tons of options for users, while keeping it minimal.

HeCodes2Much commented 7 months ago

Hey, it's a pitty this got removed, I wanted to suggest an alternative: what about one single widget? Right under the clock, this would give tons of options for users, while keeping it minimal.

@szechp maybe we can have a look into adding something like that in the feature but for now wit that being buggy and only using the built in calendar people wanted it to use any calendar that is installed which would be more tricky so i just wanted rid of it for now.