Gitiles
Code Review
Sign In
gerrit.aphy.ag
/
public
/
aphy
/
platform_packages_apps_Launcher3
/
c6b79e307f59e936ee380da07b0bd6fafe0a490c
/
tests
f3d02e4
Merge "Refactor DeepShortcutsContainer to PopupContainerWithArrow" into ub-launcher3-master
by Tony Wickham
· 9 years ago
540913e
Refactor DeepShortcutsContainer to PopupContainerWithArrow
by Tony Wickham
· 9 years ago
81e4491
Fixing loadWorkspace
by Sunny Goyal
· 9 years ago
658058b
Adding some widget addition flow tests
by Sunny Goyal
· 9 years ago
c1ad0ce
Only marking items not already restored as restore
by Sunny Goyal
· 9 years ago
3e9be43
No more LauncherActivityInfoCompat
by Sunny Goyal
· 9 years ago
87f784c
Removing static Context access using LauncherAppState
by Sunny Goyal
· 9 years ago
1cc1c9a
Enforcing background thread when accessing iconCacheDb.
by Sunny Goyal
· 9 years ago
aaf86fe
Refactoring some loadWorkspace logic in a separate class
by Sunny Goyal
· 9 years ago
b0d77fe
Revert "Build empty test apk until junit dependency issue is sorted out."
by Hyunyoung Song
· 9 years ago
a52ecb0
Removing all compatibility code below Lollipop
by Sunny Goyal
· 9 years ago
7c74e4a
No more UserHandleCompat
by Sunny Goyal
· 9 years ago
1cd01b0
Ensuring that ShortcutInfo always has an icon
by Sunny Goyal
· 9 years ago
4c82c33
Build empty test apk until junit dependency issue is sorted out.
by Hyunyoung Song
· 9 years ago
b7f5431
Merge "Moving ShortcutInfo creation in InstallShortcutReceiver to background thread" into ub-launcher3-master
by Sunny Goyal
· 9 years ago
2bcbe13
Moving ShortcutInfo creation in InstallShortcutReceiver to background thread
by Sunny Goyal
· 9 years ago
0993a37
Merge "Adding a utility class to enforce that icons are always flattened on the background thread." into ub-launcher3-master
by Sunny Goyal
· 9 years ago
32f3dda
Adding a utility class to enforce that icons are always flattened on
by Sunny Goyal
· 9 years ago
f38d859
Add ShortcutsLaunchTest and ShortcutsToHomeTest.
by Tony Wickham
· 9 years ago
05b20b0
Fix drag and drop test by moving a bit if there are shortcuts.
by Tony Wickham
· 9 years ago
f0ba8b7
Moving various runnables in LauncherModel to individual tasks
by Sunny Goyal
· 9 years ago
fcb0928
Fixing text search where a word starting with lower case was not being matched
by Sunny Goyal
· 9 years ago
28a6438
Fixing text search where a word starting with lower case was not being matched
by Sunny Goyal
· 9 years ago
android-7.1.2_r1
android-7.1.2_r10
android-7.1.2_r11
android-7.1.2_r12
android-7.1.2_r13
android-7.1.2_r14
android-7.1.2_r15
android-7.1.2_r16
android-7.1.2_r17
android-7.1.2_r18
android-7.1.2_r19
android-7.1.2_r2
android-7.1.2_r23
android-7.1.2_r24
android-7.1.2_r25
android-7.1.2_r27
android-7.1.2_r28
android-7.1.2_r29
android-7.1.2_r3
android-7.1.2_r30
android-7.1.2_r32
android-7.1.2_r33
android-7.1.2_r36
android-7.1.2_r37
android-7.1.2_r38
android-7.1.2_r39
android-7.1.2_r4
android-7.1.2_r5
android-7.1.2_r6
android-7.1.2_r8
android-7.1.2_r9
66b2457
Exposing custom actions using keyboard shortcut
by Sunny Goyal
· 9 years ago
cc555bb
Adding support for searching word segments when camelcase is used in the title
by Sunny Goyal
· 9 years ago
e4a3e0c
Adding support for searching word segments when camelcase is used in the title
by Sunny Goyal
· 9 years ago
10629b0
Moving some image handling classes to .graphics package
by Sunny Goyal
· 9 years ago
a2125e1
Bug fix in Alarm where it was not getting called correctly if the
by Sunny Goyal
· 9 years ago
ec944ad
Build fix: Updating SDK for tests
by Sunny Goyal
· 9 years ago
c39edf5
Filter shortcuts down to 4 if there are more.
by Tony Wickham
· 9 years ago
ba162aa
Merge "Adding logic to pull in workspace data from another Launcher3 based provider. This allows OEMs to keep the user's homescreen intact while changing the default home app package." into ub-launcher3-calgary
by Sunny Goyal
· 9 years ago
6f21ff3
Merge "Defining the list of predefined device profiles in xml. This allows the profiles to be easily customized by derivatives." into ub-launcher3-calgary
by Sunny Goyal
· 9 years ago
a5c8a9e
Adding logic to pull in workspace data from another Launcher3 based
by Sunny Goyal
· 9 years ago
f03bd4f
Build fix.
by Sunny Goyal
· 9 years ago
819e193
Defining the list of predefined device profiles in xml.
by Sunny Goyal
· 9 years ago
eb77aae
Removing Key-Value pair backup logic as Launcher now uses full-data backup
by Sunny Goyal
· 9 years ago
fce7142
Merge "Fix LauncherInstrumentationTestCase#openAllApps() method. b/29535532" into ub-launcher3-calgary
by Hyunyoung Song
· 9 years ago
8cea819
Fix LauncherInstrumentationTestCase#openAllApps() method. b/29535532
by Hyunyoung Song
· 9 years ago
8038967
Fixing bug in GridSizeMigrationTask, where it was not accounting for
by Sunny Goyal
· 9 years ago
bb011da
Adding a flag (enabled by default) to remove the all-apps button.
by Sunny Goyal
· 9 years ago
e8f7d5a
Executing the DB migration during startup instead of restore.
by Sunny Goyal
· 9 years ago
47328fd
Removing the SearchDropTarget bar as it no longer contains the QSB
by Sunny Goyal
· 9 years ago
da4fe1a
Moving the QSB to the workspace grid.
by Sunny Goyal
· 9 years ago
c0cc264
Fixing comments
by Sunny Goyal
· 9 years ago
0b50421
Merge "Adding some UI tests > Launcher app from all-apps > Drag icon to all-apps and launch it > Add widget from widget tray" into ub-launcher3-calgary
by Sunny Goyal
· 9 years ago
ff4ba2d
Refactoring out grid occupancy management in a separate class
by Sunny Goyal
· 9 years ago
6d02c7a
Adding some UI tests
by Sunny Goyal
· 9 years ago
bc543af
build fix
by Sunny Goyal
· 9 years ago
c190dbf
Adding full backup handler for launcher3
by Sunny Goyal
· 9 years ago
b5b55c8
Removing LauncherProvider dependency in DatabaseHeler
by Sunny Goyal
· 9 years ago
713edfc
Adding a utility class for persistant logging.
by Sunny Goyal
· 9 years ago
9345ebf
Add test size annotation.
by Hyunyoung Song
· 9 years ago
7eab3cc
Fixing broken instrumentation tests when run from command line
by Sunny Goyal
· 10 years ago
16466f1
Adding UI tests for various bind widget flows
by Sunny Goyal
· 10 years ago
eb04507
Fixing broken testQsbTallHeight for some devices
by Sunny Goyal
· 10 years ago
c32c63c
resolve merge conflicts of b9759d399b to ub-launcher3-calgary.
by Tony Wickham
· 10 years ago
b9759d3
Merge "Add extra space for the search bar." into ub-launcher3-burnaby-polish
by Tony Wickham
· 10 years ago
8a75806
Add extra space for the search bar.
by Tony Wickham
· 10 years ago
a22921f
Merge "Fixing Test builds" into ub-launcher3-burnaby-polish am: f7f8cf5743
by Sunny Goyal
· 10 years ago
ca846f8
Fixing Test builds
by Sunny Goyal
· 10 years ago
927050b
Fix broken tests. am: a5cfbe8075
by Tony Wickham
· 10 years ago
a5cfbe8
Fix broken tests.
by Tony Wickham
· 10 years ago
f076eae
Adding support for migrating the grid between any two valid screens sizes.
by Sunny Goyal
· 10 years ago
2f04430
Added an instrumentation test case for quickly adding a widget.
by Tony
· 10 years ago
329d8bf
Cleanup keyboard code.
by Tony Wickham
· 10 years ago
af78b59
Make sure pages are always accessible via left/right arrow keys.
by Tony Wickham
· 10 years ago
6cbd222
Add special column for All Apps button in FocusLogic's sparse matrix.
by Tony Wickham
· 10 years ago
3cfa97d
Added unit tests for b/25434120 regression.
by Tony Wickham
· 10 years ago
a3c74d1
Setting correct height for search bar widget options bundle.
by Tony Wickham
· 10 years ago
fe3db42
Merge "Refactoring getPreferenceKey method" into ub-launcher3-burnaby-polish
by Sunny Goyal
· 10 years ago
f725824
Refactoring getPreferenceKey method
by Sunny Goyal
· 10 years ago
ead4ab9
Using UiSelector instead of BySelector
by Sunny Goyal
· 10 years ago
3d1c0ff
Adding tests for rotation preference
by Sunny Goyal
· 10 years ago
35c3c7f
Start adding unit tests for the invariant device profile / Refactor
by Hyunyoung Song
· 10 years ago
61e3a97
Add dummy string to Launcher3Tests resources to fix build error.
by Hyunyoung Song
· 11 years ago
3853171
[key event focus] DPAD navigates to the nearest item on next/previous page
by Hyunyoung Song
· 11 years ago
170a9f3
[unit tests] Setup instrument target for the launcher3 unit test b/19566571
by Hyunyoung Song
· 11 years ago
53fca52
[unit tests] Delete stress package b/19566571
by Hyunyoung Song
· 11 years ago
2c38e70
Fix launcher3 standalone build.
by John Spurlock
· 12 years ago
325dc23
Launcher2 is now Launcher3.
by Daniel Sandler
· 12 years ago
ee8caea
changing test to use hidden test api annotations.
by Tsu Chiang Chuang
· 14 years ago
923aa62
rectify build files.
by Tsu Chiang Chuang
· 14 years ago
8c7a2b7
Adding stress test for launcher2 rotation.
by Tsu Chiang Chuang
· 14 years ago