.. |
accessibility
|
Converting long item IDs to int
|
2018-10-08 14:52:39 -07:00 |
allapps
|
Adding an interface to allow adding custom views in FloatingHeaderView
|
2018-11-06 14:50:16 -08:00 |
anim
|
Removing static launcher activity dependency from FirstFrameAnimationHelper
|
2018-08-13 16:10:18 -07:00 |
badge
|
Move IconNormalizer/ShadowGenerator/LauncherIcons to icons package
|
2018-09-26 11:57:37 -07:00 |
compat
|
Removing UserManagerCompat wrapper for getting baded label
|
2018-11-05 17:33:15 -08:00 |
config
|
Add ToggleableGlobalSettingsFlag for QUICK_SWITCH
|
2018-11-09 15:27:24 -08:00 |
dragndrop
|
Moving some utility classes to icon lib
|
2018-11-07 13:16:07 -08:00 |
folder
|
Replacing setAlphaComponent with setAlphaComponentBound for better animation interpolation
|
2018-11-06 09:59:03 -08:00 |
graphics
|
Moving some utility classes to icon lib
|
2018-11-07 13:16:07 -08:00 |
icons
|
Adding reusable version of IconCache and IconFactory
|
2018-11-09 15:44:07 -08:00 |
keyboard
|
Migrating to android-x
|
2018-08-14 15:22:12 -07:00 |
logging
|
Add StatsLog*Manager for logging.
|
2018-11-05 11:41:38 -08:00 |
model
|
Moving BaseIconCache to icon lib
|
2018-11-08 15:18:25 -08:00 |
notification
|
Using a common class for observing secure settings
|
2018-10-17 12:07:13 -07:00 |
pageindicators
|
Use View.getHeight() instead of Canvas.getHeight() for PageIndicatorDots
|
2018-08-23 10:37:58 -07:00 |
popup
|
Adding test methods
|
2018-10-25 11:43:59 -07:00 |
provider
|
Make flags UI available on release build of launcher
|
2018-10-15 17:24:48 -04:00 |
qsb
|
Make flags UI available on release build of launcher
|
2018-10-15 17:24:48 -04:00 |
settings
|
Replacing setAlphaComponent with setAlphaComponentBound for better animation interpolation
|
2018-11-06 09:59:03 -08:00 |
shortcuts
|
Create a deep shortcuts override.
|
2018-10-31 13:52:38 -07:00 |
states
|
Add support for testing in portrait mode
|
2018-09-21 14:53:11 -07:00 |
touch
|
Merge "Fix issue where pointer id was being used to set as action index" into ub-launcher3-master
|
2018-10-04 20:20:40 +00:00 |
util
|
Moving some utility classes to icon lib
|
2018-11-07 13:16:07 -08:00 |
views
|
Replacing setAlphaComponent with setAlphaComponentBound for better animation interpolation
|
2018-11-06 09:59:03 -08:00 |
widget
|
Replacing setAlphaComponent with setAlphaComponentBound for better animation interpolation
|
2018-11-06 09:59:03 -08:00 |
AbstractFloatingView.java
|
Support Live Tile in Quickstep (Pt1) - Z ordering
|
2018-10-24 14:24:54 -07:00 |
Alarm.java
|
…
|
|
AllAppsList.java
|
Removing additional rpc due to icon cache update
|
2018-09-21 15:27:03 -07:00 |
AppFilter.java
|
Cleaning up build rules to simplify customizing derivative projects
|
2018-07-02 11:16:04 -07:00 |
AppInfo.java
|
Gracefully fallback to new ComponentName if one is renamed/removed
|
2018-09-05 18:23:54 -07:00 |
AppWidgetResizeFrame.java
|
Removing various reflection based animations, to allow for better proguarding
|
2018-09-21 18:21:04 +00:00 |
AppWidgetsRestoredReceiver.java
|
Migrating to android-x
|
2018-08-14 15:22:12 -07:00 |
AutoInstallsLayout.java
|
Removing some Launcher3 dependencies from BaseIconCache
|
2018-11-06 14:51:55 -08:00 |
BaseActivity.java
|
Add StatsLog*Manager for logging.
|
2018-11-05 11:41:38 -08:00 |
BaseDraggingActivity.java
|
Add StatsLog*Manager for logging.
|
2018-11-05 11:41:38 -08:00 |
BaseRecyclerView.java
|
Migrating to android-x
|
2018-08-14 15:22:12 -07:00 |
BubbleTextView.java
|
Replacing setAlphaComponent with setAlphaComponentBound for better animation interpolation
|
2018-11-06 09:59:03 -08:00 |
ButtonDropTarget.java
|
Removing various reflection based animations, to allow for better proguarding
|
2018-09-21 18:21:04 +00:00 |
CellLayout.java
|
Converting long item IDs to int
|
2018-10-08 14:52:39 -07:00 |
CheckLongPressHelper.java
|
Change long press timeout to use a factor of ViewConfiguration.getLongPressTimeout()
|
2018-09-24 17:24:51 -04:00 |
DefaultLayoutParser.java
|
Converting long item IDs to int
|
2018-10-08 14:52:39 -07:00 |
DeleteDropTarget.java
|
Add undo snackbar for deleting items
|
2018-08-30 16:22:25 -07:00 |
DeviceProfile.java
|
Move IconNormalizer/ShadowGenerator/LauncherIcons to icons package
|
2018-09-26 11:57:37 -07:00 |
DragSource.java
|
Add StatsLog*Manager for logging.
|
2018-11-05 11:41:38 -08:00 |
DropTarget.java
|
Cleaning up drag state management.
|
2017-10-16 13:06:52 -07:00 |
DropTargetBar.java
|
Removing accessibility workaround for changing View visibility
|
2018-03-28 10:32:19 -07:00 |
ExtendedEditText.java
|
Hides the keyboard when qsb loses focus in All apps
|
2018-06-05 16:22:35 -07:00 |
FastBitmapDrawable.java
|
Move IconNormalizer/ShadowGenerator/LauncherIcons to icons package
|
2018-09-26 11:57:37 -07:00 |
FirstFrameAnimatorHelper.java
|
Removing static launcher activity dependency from FirstFrameAnimationHelper
|
2018-08-13 16:10:18 -07:00 |
FocusHelper.java
|
Remove custom focus logic
|
2018-05-23 10:54:18 -07:00 |
FolderInfo.java
|
Revert "Update existing Folder items' ranks to match their pre-permutation layouts."
|
2017-07-13 18:00:52 +00:00 |
Hotseat.java
|
Removing separate hotseat widget, instead using a QSB acroll all UI.
|
2018-11-05 13:36:41 -08:00 |
IconProvider.java
|
Moving BaseIconCache to icon lib
|
2018-11-08 15:18:25 -08:00 |
Insettable.java
|
…
|
|
InsettableFrameLayout.java
|
Removing ViewScrim and cutom drawing code
|
2018-09-18 11:41:02 -07:00 |
InstallShortcutReceiver.java
|
Removing some Launcher3 dependencies from BaseIconCache
|
2018-11-06 14:51:55 -08:00 |
InterruptibleInOutAnimator.java
|
Removing Launcher activity dependency on various animations
|
2018-08-10 13:31:46 -07:00 |
InvariantDeviceProfile.java
|
Handling configuration changes at runtime instead of killing the process
|
2018-10-19 12:52:17 -07:00 |
ItemInfo.java
|
Converting long item IDs to int
|
2018-10-08 14:52:39 -07:00 |
ItemInfoWithIcon.java
|
Setup make icon-loader library
|
2018-10-19 14:33:46 -07:00 |
Launcher.java
|
Merge "Split out launcherProtos from sysui_shared.jar" into ub-launcher3-master
|
2018-11-06 01:14:56 +00:00 |
LauncherAnimUtils.java
|
Removing various reflection based animations, to allow for better proguarding
|
2018-09-21 18:21:04 +00:00 |
LauncherAppState.java
|
Handling configuration changes at runtime instead of killing the process
|
2018-10-19 12:52:17 -07:00 |
LauncherAppTransitionManager.java
|
Cleaning up build rules to simplify customizing derivative projects
|
2018-07-02 11:16:04 -07:00 |
LauncherAppWidgetHost.java
|
Fixing widgets get deteled because of double bind
|
2018-02-27 19:23:01 -08:00 |
LauncherAppWidgetInfo.java
|
Fixing custom widgets support:
|
2017-09-13 14:04:35 -07:00 |
LauncherAppWidgetProviderInfo.java
|
Caching widget labels in icon cache to avoid lookup at startup
|
2018-09-28 16:36:33 -07:00 |
LauncherBackupAgent.java
|
Adding some logging around launcher restore
|
2017-01-09 14:27:56 -08:00 |
LauncherCallbacks.java
|
Moving some callbacks from LauncherCallbacks to OverviewCallbacks
|
2018-05-01 16:58:52 -07:00 |
LauncherExterns.java
|
Replacing some method definitions with default platform implementations
|
2017-12-06 16:18:28 -08:00 |
LauncherFiles.java
|
…
|
|
LauncherModel.java
|
Deepshortcuts - only keep the per package shortcut count in memory.
|
2018-10-22 11:38:09 -07:00 |
LauncherProvider.java
|
Make flags UI available on release build of launcher
|
2018-10-15 17:24:48 -04:00 |
LauncherProviderChangeListener.java
|
Removing extraction service and palette api dependency
|
2017-09-29 10:40:08 -07:00 |
LauncherRootView.java
|
Removing scrim overdraw
|
2018-05-10 10:52:31 -07:00 |
LauncherSettings.java
|
Converting long item IDs to int
|
2018-10-08 14:52:39 -07:00 |
LauncherState.java
|
Creating a separate state for launcehr as background app
|
2018-09-05 17:32:50 -07:00 |
LauncherStateManager.java
|
Migrating to android-x
|
2018-08-14 15:22:12 -07:00 |
LogAccelerateInterpolator.java
|
…
|
|
LogDecelerateInterpolator.java
|
…
|
|
MainProcessInitializer.java
|
Changing the FolderIcon shape based on AdpativeIcon
|
2018-10-17 12:14:41 -07:00 |
MainThreadExecutor.java
|
Removing DeferredHandler and using a simple Handler to post callbacks
|
2017-03-07 13:44:52 -08:00 |
OnAlarmListener.java
|
…
|
|
PagedView.java
|
FeatureFlag: quick scrub is now quick switch
|
2018-11-01 17:26:31 -04:00 |
Partner.java
|
…
|
|
PendingAddItemInfo.java
|
Code sanitization
|
2016-10-06 10:57:29 -07:00 |
PromiseAppInfo.java
|
Migrating to android-x
|
2018-08-14 15:22:12 -07:00 |
SecondaryDropTarget.java
|
Add undo snackbar for deleting items
|
2018-08-30 16:22:25 -07:00 |
SessionCommitReceiver.java
|
Deprecate work folder
|
2018-02-27 17:47:22 +00:00 |
ShortcutAndWidgetContainer.java
|
Fixing LauncherState not getting applied in some cases
|
2018-03-30 11:06:25 -07:00 |
ShortcutInfo.java
|
Removing UserManagerCompat wrapper for getting baded label
|
2018-11-05 17:33:15 -08:00 |
SimpleOnStylusPressListener.java
|
…
|
|
StylusEventHelper.java
|
…
|
|
TestProtocol.java
|
Sharing protocol constants between Launcher and TAPL
|
2018-08-14 19:53:43 -07:00 |
Utilities.java
|
Removing some Launcher3 dependencies from BaseIconCache
|
2018-11-06 14:51:55 -08:00 |
WidgetPreviewLoader.java
|
Removing some Launcher3 dependencies from BaseIconCache
|
2018-11-06 14:51:55 -08:00 |
Workspace.java
|
Fixing wrong layout used to calculate drag-n-drop location
|
2018-11-08 11:10:59 -08:00 |
WorkspaceStateTransitionAnimation.java
|
Removing separate hotseat widget, instead using a QSB acroll all UI.
|
2018-11-05 13:36:41 -08:00 |