- Dec 31, 2024
-
- Nov 04, 2024
-
-
Vincent Bourgmayer authored
feature: update gitlab-ci.yml to provide releases for test builds See merge request e/os/BlissLauncher3!70
-
Vincent Bourgmayer authored
-
- Oct 15, 2024
-
-
Vincent Bourgmayer authored
feature: add CI job to create release for Android S version of BlissLauncher in order to update through app lounge See merge request e/os/BlissLauncher3!65
-
Vincent Bourgmayer authored
feature: add CI job to create release for Android S version of BlissLauncher in order to update through app lounge
-
- Sep 30, 2024
-
-
Mohammed Althaf Thayyil authored
-
- Sep 28, 2024
-
-
Mert Kara authored
Currently translated at 100.0% (16 of 16 strings) Translation: /e//BlissLauncher3 (s) Translate-URL: https://i18n.e.foundation/projects/e/blisslauncher3-s/tr/
-
- Sep 27, 2024
-
-
Mert Kara authored
-
- Sep 24, 2024
-
-
Mohammed Althaf Thayyil authored
-
- Sep 03, 2024
-
-
Mohammed Althaf Thayyil authored
Revert suggestion widget changes See merge request e/os/BlissLauncher3!50
-
Mohammed Althaf Thayyil authored
This reverts commit 16b4758e
-
Mohammed Althaf Thayyil authored
This reverts commit 8f9f9d65
-
- Aug 30, 2024
-
-
Mohammed Althaf Thayyil authored
feat: Remove suggestions from widget panel See merge request e/os/BlissLauncher3!47
-
Mohammed Althaf Thayyil authored
-
Mohammed Althaf Thayyil authored
feat: Change page move offset See merge request e/os/BlissLauncher3!43
-
- Aug 28, 2024
-
-
Mohammed Althaf Thayyil authored
-
Mohammed Althaf Thayyil authored
-
- Aug 05, 2024
-
-
F Wildermuth authored
Currently translated at 100.0% (16 of 16 strings) Translation: /e//BlissLauncher3 (s) Translate-URL: https://i18n.e.foundation/projects/e/blisslauncher3-s/de/
-
- Aug 02, 2024
-
-
Nikolay Sinyov authored
Currently translated at 100.0% (16 of 16 strings) Translation: /e//BlissLauncher3 (s) Translate-URL: https://i18n.e.foundation/projects/e/blisslauncher3-s/ru/
-
- Aug 01, 2024
-
-
Kristian Nordin authored
Currently translated at 100.0% (16 of 16 strings) Translation: /e//BlissLauncher3 (s) Translate-URL: https://i18n.e.foundation/projects/e/blisslauncher3-s/sv/
-
- Jul 29, 2024
-
-
Sveinn í Felli authored
Currently translated at 100.0% (16 of 16 strings) Translation: /e//BlissLauncher3 (s) Translate-URL: https://i18n.e.foundation/projects/e/blisslauncher3-s/is/
-
Juan Sánchez authored
Currently translated at 100.0% (15 of 15 strings) Translation: /e//BlissLauncher3 (s) Translate-URL: https://i18n.e.foundation/projects/e/blisslauncher3-s/es/
-
Mohammed Althaf Thayyil authored
-
- Jul 27, 2024
-
-
Aude M authored
Currently translated at 93.3% (14 of 15 strings) Translation: /e//BlissLauncher3 (s) Translate-URL: https://i18n.e.foundation/projects/e/blisslauncher3-s/fr/
-
- Jul 06, 2024
-
-
Edoardo Regni authored
Currently translated at 100.0% (15 of 15 strings) Translation: /e//BlissLauncher3 (s) Translate-URL: https://i18n.e.foundation/projects/e/blisslauncher3-s/nl/
-
Juan Sánchez authored
Currently translated at 100.0% (15 of 15 strings) Translation: /e//BlissLauncher3 (s) Translate-URL: https://i18n.e.foundation/projects/e/blisslauncher3-s/es/
-
Constantin authored
Currently translated at 100.0% (15 of 15 strings) Translation: /e//BlissLauncher3 (s) Translate-URL: https://i18n.e.foundation/projects/e/blisslauncher3-s/nb_NO/
-
Sveinn í Felli authored
Currently translated at 100.0% (15 of 15 strings) Translation: /e//BlissLauncher3 (s) Translate-URL: https://i18n.e.foundation/projects/e/blisslauncher3-s/is/
-
- Jul 05, 2024
-
-
Mohammed Althaf Thayyil authored
feat: Fix hotseat for hw button devices See merge request e/os/BlissLauncher3!36
-
Mohammed Althaf Thayyil authored
-
- Jun 21, 2024
-
-
Sahil Sonar authored
feat: Avoid calling loadsuggestions continuously for app suspend See merge request e/os/BlissLauncher3!34
-
-
- May 24, 2024
-
-
Nishith Khanna authored
feat: Close widget add view after adding See merge request e/os/BlissLauncher3!33
-
- May 22, 2024
-
-
Mohammed Althaf Thayyil authored
-
- May 17, 2024
-
-
Mohammed Althaf Thayyil authored
launcher: Dont allow 3rd party apps to place widgets on homescreen See merge request e/os/BlissLauncher3!28
-
Mohammed Althaf Thayyil authored
Revert "feat: Use seperate activity for recents" See merge request e/os/BlissLauncher3!30
-
Mohammed Althaf Thayyil authored
Fix NPE crash when merge transition to remote transition. See merge request e/os/BlissLauncher3!31
-
Mohammed Althaf Thayyil authored
This reverts commit 43751837.
-
Abhishek Aggarwal authored
-
- May 06, 2024
-
-
After enable shell transition, the opening/closing target is for the app. In legacy RecentsAnimationController, the mode of the new RemoteAnimationTarget is decide based on the recents activity type, so basically the mode for all non-home/recents activity is closing. So while create the recents window animator, the target apps will be filter out in RemoteAnimationTargets#ctor because the mode is changed. To make the remote animation targets compatible with shell transition, there should only need to check the opening apps as target. Also fix that the topMostSimulators can be null if the size of remoteTargetHandles is zero. Bug: 207297486 Test: Enable shell transition, run atest TaplTestsQuickstep#testQuickSwitchFromApp Test: Enable shell transition, enter recents, swipe to right-most page( the page shows "Clear all"), then click the task and verify Launcher won't crash. Test on both NexusLauncher and 3rd-party Launcher. Change-Id: I9bde3d7864d3edd54145c66acae0cd1013d89c6b
-