summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge "Using SharedPrefenrece.apply instead of commit to prevent disk IO on m...Sunny Goyal2015-12-185-12/+11
|\
| * Using SharedPrefenrece.apply instead of commit to prevent disk IO on main threadSunny Goyal2015-12-175-12/+11
* | Merge "Preventing launcher crashes due to low disk space." into ub-launcher3-...Sunny Goyal2015-12-183-129/+218
|\ \
| * | Preventing launcher crashes due to low disk space.Sunny Goyal2015-12-183-129/+218
| |/
* | Fix item count check in Folder#replaceFolderWithFinalItem()Tony Wickham2015-12-181-2/+1
* | Fixing some invalid checks and cleaning some redundant conditionsSunny Goyal2015-12-188-36/+25
|/
* Protecting Icon normalization behind a feature flagSunny Goyal2015-12-173-2/+8
* Reverting the cache version change, so that users on release version do not g...Sunny Goyal2015-12-151-1/+1
* Restarting launcher when on font scale changeSunny Goyal2015-12-113-1/+58
* Merge "Fixing All apps not respecting scaled icon size" into ub-launcher3-bur...Sunny Goyal2015-12-112-4/+4
|\
| * Fixing All apps not respecting scaled icon sizeSunny Goyal2015-12-102-4/+4
* | Merge "Clearing DB instead of deleting the DB file." into ub-launcher3-burnab...Sunny Goyal2015-12-111-8/+1
|\ \ | |/ |/|
| * Clearing DB instead of deleting the DB file.Sunny Goyal2015-11-301-8/+1
* | Merge "Verifying the install shortcut intent before casting the extras to var...Sunny Goyal2015-12-081-12/+28
|\ \
| * | Verifying the install shortcut intent before casting the extras to various ob...Sunny Goyal2015-12-071-12/+28
* | | Recreating QSB when the widget host gets resetSunny Goyal2015-12-081-0/+3
* | | Merge "Adding FeatureFlags.java file to aggregate various feature definitions...Sunny Goyal2015-12-081-0/+36
|\ \ \
| * | | Adding FeatureFlags.java file to aggregate various feature definitionsSunny Goyal2015-12-071-0/+36
| |/ /
* | | Merge "Add appropriate (tiny) offset to widget drops so they land correctly."...Tony Wickham2015-12-046-29/+27
|\ \ \ | |/ / |/| |
| * | Add appropriate (tiny) offset to widget drops so they land correctly.Tony Wickham2015-12-036-29/+27
* | | Merge "Normalizing app icons based on the standard icon guidelines" into ub-l...Sunny Goyal2015-12-044-8/+261
|\ \ \
| * | | Normalizing app icons based on the standard icon guidelinesSunny Goyal2015-12-024-8/+261
| |/ /
* | | Merge "Cleanup keyboard code." into ub-launcher3-burnaby-polishTony Wickham2015-12-042-53/+50
|\ \ \
| * | | Cleanup keyboard code.Tony Wickham2015-12-042-53/+50
* | | | Hide the focus indicator view when going to a fullscreen page.Tony Wickham2015-12-032-0/+21
|/ / /
* | | Fullscreen pages (e.g. Now) are focusable via keyboard.Tony Wickham2015-12-032-1/+45
* | | Make sure pages are always accessible via left/right arrow keys.Tony Wickham2015-12-032-22/+95
* | | Merge "Add special column for All Apps button in FocusLogic's sparse matrix."...Tony Wickham2015-12-033-50/+82
|\ \ \ | |/ / |/| |
| * | Add special column for All Apps button in FocusLogic's sparse matrix.Tony Wickham2015-11-103-50/+82
* | | Merge "Scaling down the icon before applying the user badge > This also sav...Sunny Goyal2015-12-039-40/+32
|\ \ \
| * | | Scaling down the icon before applying the user badgeSunny Goyal2015-11-259-40/+32
* | | | Merge "Disallow scrolling if workspace is in transition." into ub-launcher3-b...Tony Wickham2015-12-022-3/+10
|\ \ \ \
| * | | | Disallow scrolling if workspace is in transition.Tony Wickham2015-11-192-3/+10
* | | | | Merge "Keeping the focus indicator on the widget view, while a child is focus...Sunny Goyal2015-12-012-2/+35
|\ \ \ \ \
| * | | | | Keeping the focus indicator on the widget view, while a child is focusedSunny Goyal2015-12-012-2/+35
| | |_|_|/ | |/| | |
* / | | | Adding margin to Drag layer instead of checking for right insets at every placeSunny Goyal2015-12-014-19/+33
|/ / / /
* | / / Only fetching firstInstallTime for an activity when requiredSunny Goyal2015-11-303-41/+32
| |/ / |/| |
* | | Merge "Allowing widgets to be focusable" into ub-launcher3-burnaby-polishSunny Goyal2015-11-253-24/+87
|\ \ \
| * | | Allowing widgets to be focusableSunny Goyal2015-10-303-24/+87
* | | | Merge "Skip to the end of the folder open animation in battery saver mode." i...Tony Wickham2015-11-253-5/+12
|\ \ \ \
| * | | | Skip to the end of the folder open animation in battery saver mode.Tony Wickham2015-11-123-5/+12
| | |/ / | |/| |
* | | | Don't let folder be replaced with final item twice.Tony Wickham2015-11-241-0/+5
* | | | Tying LauncherAppState lifecycle with LauncherProviderSunny Goyal2015-11-245-6/+5
* | | | Merge "Setting statusbar and nav bar colors in theme instead of code" into ub...Sunny Goyal2015-11-231-22/+0
|\ \ \ \
| * | | | Setting statusbar and nav bar colors in theme instead of codeSunny Goyal2015-10-281-22/+0
| | |/ / | |/| |
* | | | Merge "Focus doesn't leave folders without also closing them." into ub-launch...Tony Wickham2015-11-232-10/+47
|\ \ \ \
| * | | | Focus doesn't leave folders without also closing them.Tony Wickham2015-11-202-10/+47
| | |/ / | |/| |
* | | | Merge "Stop requesting focus on folder if it was closed without animating." i...Tony Wickham2015-11-192-4/+6
|\ \ \ \
| * | | | Stop requesting focus on folder if it was closed without animating.Tony Wickham2015-11-182-4/+6
| |/ / /
* | | | Fixing crash when uninstalling an app destroys the folderSunny Goyal2015-11-141-4/+8