Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Releases: DroidWorksStudio/mLauncher

1.6.9 - mLauncher

21 Nov 20:28
f1abaed
Compare
Choose a tag to compare

What's Changed

Bug Fixes:

  • Fixed the formatting of save buttons - (f4cd15c)
  • Fixed the usageStats times - (d2930a6)

Language Support:

Refactoring:

  • Removed roundToTwoDecimalPlaces - (4b145ae)
  • Removed unused languages - (30c74e8)
  • Cleaned up HomeFragment - (1aae3bd)
  • Cleaned up the battery icon. - (c6ee92e)
  • Rename Favorite Apps - (4aaab7c)

Releases:

  • Prepare for version 1.6.9 - (06c3ff3)

Full Changelog: 1.6.8...1.6.9

1.6.8 - mLauncher

16 Sep 06:34
2a07fb2
Compare
Choose a tag to compare

What's Changed

  • docs: update README.md by @eltociear in #545
  • chore(deps): bump rexml from 3.2.5 to 3.3.3 by @dependabot in #547
  • Update GitHub Action Versions by @Gitbot-Actions in #548
  • Bugfix: Add ScrollView for reordering apps screen by @dennis8 in #550
  • Update GitHub Action Versions by @Gitbot-Actions in #552
  • chore(deps): bump org.jetbrains.kotlin.android from 1.8.10 to 2.0.10 by @dependabot in #556
  • chore(deps): bump com.android.library from 8.5.1 to 8.5.2 by @dependabot in #553
  • chore(deps): bump androidx.biometric:biometric-ktx from 1.2.0-alpha05 to 1.4.0-alpha02 by @dependabot in #557
  • chore(deps): bump com.android.application from 8.5.1 to 8.5.2 by @dependabot in #555
  • chore(deps): bump androidx.work:work-runtime-ktx from 2.9.0 to 2.9.1 by @dependabot in #554
  • chore(deps): bump androidx.test:runner from 1.6.1 to 1.6.2 by @dependabot in #559
  • chore(deps): bump org.jetbrains.kotlin.android from 1.8.10 to 2.0.10 by @dependabot in #558
  • Revert "chore(deps): bump org.jetbrains.kotlin.android from 1.8.10 to 2.0.10" by @HeCodes2Much in #560
  • chore(deps): bump rexml from 3.3.3 to 3.3.6 by @dependabot in #563
  • chore(deps): bump com.android.library from 8.5.2 to 8.6.0 by @dependabot in #565
  • chore(deps): bump com.android.application from 8.5.2 to 8.6.0 by @dependabot in #566
  • chore(deps): bump androidxTestKotlin from 1.6.8 to 1.7.0 by @dependabot in #573
  • chore(deps): bump androidx.fragment:fragment-testing from 1.8.2 to 1.8.3 by @dependabot in #574
  • chore(deps): bump androidx.navigation:navigation-fragment-ktx from 2.7.7 to 2.8.0 by @dependabot in #577
  • chore(deps): bump androidx.lifecycle:lifecycle-viewmodel-ktx from 2.8.4 to 2.8.5 by @dependabot in #576
  • chore(deps): bump androidx.navigation:navigation-testing from 2.7.7 to 2.8.0 by @dependabot in #575
  • Update GitHub Action Versions by @Gitbot-Actions in #580
  • chore(deps): bump androidxTestKotlin from 1.7.0 to 1.7.1 by @dependabot in #583
  • chore(deps): bump androidx.navigation:navigation-ui-ktx from 2.7.7 to 2.8.0 by @dependabot in #581
  • Extensive code review by @shofel in #562

New Contributors

Full Changelog: 1.6.7...1.6.8

1.6.7 - mLauncher

30 Jul 19:39
fdcee72
Compare
Choose a tag to compare

What's New

Just a version bump for fdroid

Full Changelog: 1.6.5...1.6.7

1.6.5 - mLauncher

29 Jul 15:26
f6f0720
Compare
Choose a tag to compare

What's Changed

Bug Fixes:

  • Fixed issue where backup was not doing numbers currently. - (3a1ee1a)

Dependency Updates:

  • Updated com.android.application and com.android.library - (c6b9c56)

Feature Removal:

Refactoring:

Reverts:

Releases:

  • Prepare for version 1.6.6 - (80d9711)

New Contributors

Full Changelog: 1.6.4...1.6.5

1.6.4-mLauncher

07 Jul 21:26
dcbebc2
Compare
Choose a tag to compare

What's New

Implemented Enhancements:

  • Added custom fonts and removed icon font toggle. - (3e57981)

Language Support:

Full Changelog: 1.6.3...1.6.4

1.6.3 - mLauncher

04 Jul 14:47
bd86afe
Compare
Choose a tag to compare

What's New

Dependency Updates:

Language Support:

Refactoring:

  • Reword the email body for crash reports. - (e24384a)
  • Added a better icon for reorder apps. - (3b090dc)

Full Changelog: 1.6.2...1.6.3

1.6.2 - mLauncher

26 May 07:36
57fa78f
Compare
Choose a tag to compare

What's New

Implemented Enhancements:

  • Added battery percentage click. - (f2ef47f)

Bug Fixes:

  • Fix the home screen from not being reloaded if not on home - (e536fb5)

Language Support:

Refactoring:

  • Changed resetDefaultLauncher to better suit OEM - (b701c18)

Full Changelog: 1.6.1...1.6.2

1.6.1-mLauncher

23 May 11:54
34454ba
Compare
Choose a tag to compare

What's New

Implemented Enhancements:

  • Added intent for ACTION_POWER_USAGE_SUMMARY (#504) - (a19cf8b)
  • Added the ability to have more custom font sizes. - (e7ed4ca)
  • Added the ability to hide times AM/PM. - (48ed53e)
  • Added the ability to hide battery icon. - (e177b18)

Bug Fixes:

  • Fixed the clock size so it now has a max size of 150 instead of 70. - (a62886c)

Dependency Updates:

  • Updated a few depends. - (f822278)

Language Support:

Full Changelog: 1.6.0...1.6.1

1.6.0-mLauncher

05 May 13:20
98ae777
Compare
Choose a tag to compare

What's Changed

Bug Fixes:

  • Check the total screen time is over 5 minutes. - (a600069)

Dependency Updates:

Hotfixes:

  • Updated !SheBang search functionality: - (8bfcfc4)

Language Support:

New Contributors

Full Changelog: 1.5.9...1.6.0

1.5.9-mLauncher

01 May 07:01
4a92403
Compare
Choose a tag to compare

What's Changed

Implemented Enhancements:

  • Add onKeyDown handling for menu key press. - (7d7cc3f)

Bug Fixes:

  • Some color themes were not working. - (3763b01)

Full Changelog: 1.5.8...1.5.9