index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
content
/
pm
/
ShortcutManager.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update broken javadoc code ref. Use class fully-qualified class name
Aaron Labiaga
2022-02-12
1
-1
/
+1
*
Migrate frameworks/base javadocs references to androidx
Alan Viverette
2022-02-09
1
-2
/
+2
*
Revert "Revert "Migrate unsafe parcel APIs in framework-minus-apex""
Bernardo Rufino
2022-01-19
1
-2
/
+2
*
Revert "Migrate unsafe parcel APIs in framework-minus-apex"
Bernardo Rufino
2022-01-12
1
-2
/
+2
*
Migrate unsafe parcel APIs in framework-minus-apex
Bernardo Rufino
2021-12-15
1
-2
/
+2
*
Remove AndroidFuture from ShortcutService's internal api
Pinyao Ting
2021-10-19
1
-41
/
+39
*
Remove updateShortcutVisibility
Pinyao Ting
2021-04-22
1
-18
/
+0
*
Replace oneway shortcut api with AndroidFuture
Pinyao Ting
2021-04-21
1
-66
/
+53
*
Shortcut integration with AppSearch (part 4)
Pinyao Ting
2021-03-05
1
-30
/
+78
*
Shortcut integration with AppSearch (Part 1)
Pinyao Ting
2021-02-24
1
-0
/
+17
*
Adds ShortcutManager#pushDynamicShortcut(ShortcutInfo)
Mehdi Alizadeh
2020-02-19
1
-0
/
+30
*
Adds CACHED shortcuts and methods to retrieve and remove
Mehdi Alizadeh
2020-01-29
1
-5
/
+88
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-18
1
-1
/
+1
*
Adding permission annotation as per API review
Sunny Goyal
2019-03-25
1
-0
/
+3
*
Adds nullability annotation and java docs to App Prediction APIs
Mehdi Alizadeh
2019-03-13
1
-3
/
+5
*
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2019-02-28
1
-1
/
+1
*
Enforce MANAGE_APP_PREDICTIONS on hasShareTargets
Mehdi Alizadeh
2019-02-21
1
-0
/
+1
*
Use old API only if no share targets are published
Mehdi Alizadeh
2019-01-24
1
-0
/
+17
*
Loads direct share targets from ShortcutManager in ShareSheet
Mehdi Alizadeh
2019-01-17
1
-0
/
+86
*
Move some members to the "Q blacklist".
Mathew Inwood
2018-09-14
1
-1
/
+2
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-15
1
-0
/
+2
*
Docs: Removed narrative content and edited links.
Laura Davis
2018-08-10
1
-249
/
+23
*
Pass in the user defined by Context.
Jeff Sharkey
2018-02-03
1
-1
/
+1
*
docs: Touch-up edits to ShortcutManager class reference.
Kevin Hufnagle
2017-12-18
1
-20
/
+22
*
docs: Revised wording, section order for ShortcutManager API ref.
Kevin Hufnagle
2017-12-15
1
-80
/
+115
*
docs: Updated ShortcutManager API reference guide.
Kevin Hufnagle
2017-08-07
1
-442
/
+109
*
Merge "Refer to ShortcutManagerCompat in the javadoc" into oc-dev
Makoto Onuki
2017-06-06
1
-3
/
+25
|
\
|
*
Refer to ShortcutManagerCompat in the javadoc
Makoto Onuki
2017-05-31
1
-3
/
+25
*
|
Annotate @SystemApi with required permissions.
Jeff Sharkey
2017-06-05
1
-0
/
+2
|
/
*
Update ShortcutManager/Service javadoc/impl around sizing
Hyunyoung Song
2017-05-12
1
-0
/
+5
*
Show warning log when ShortcutInfo is re-published
Makoto Onuki
2017-05-04
1
-0
/
+12
*
Enhance the shortcut manager javadoc.
Makoto Onuki
2017-04-20
1
-10
/
+14
*
Mention <intent> can't have string resources.
Makoto Onuki
2017-03-29
1
-0
/
+1
*
2-way cherry-pick from oc-preview-docs-release: docs: Updated ShortcutManager...
Kevin Hufnagle
2017-03-20
1
-54
/
+151
*
docs: Edited ShortcutManager reference docs for Android O.
Kevin Hufnagle
2017-03-20
1
-2
/
+0
*
Adding AppWidgetManager.isRequestPinAppWidgetSupported
Sunny Goyal
2017-01-24
1
-1
/
+2
*
Adding support for apps to return PinItemRequest to launchers
Sunny Goyal
2017-01-18
1
-0
/
+25
*
Update the javadoc on requestPinShortcut() about multiple...
Makoto Onuki
2017-01-10
1
-2
/
+3
*
AppWidgetManager: direct add widget support.
Sunny Goyal
2017-01-03
1
-1
/
+1
*
ShortcutManager: direct pin shortcut support.
Makoto Onuki
2016-12-13
1
-1
/
+66
*
App Shortcut: Clarify which attributes must be resources
Makoto Onuki
2016-10-31
1
-4
/
+17
*
docs: Updated ShortcutManager and ShortcutInfo class references.
Kevin Hufnagle
2016-10-18
1
-193
/
+205
*
Fix small typo in ShortcutManager header docs
Chet Haase
2016-10-11
1
-1
/
+1
*
Prevent shortcut access when user is locked
Makoto Onuki
2016-07-27
1
-0
/
+32
*
Update ShortcutManager javadoc
Makoto Onuki
2016-07-25
1
-199
/
+255
*
Follow-up to multiple intents support
Makoto Onuki
2016-07-21
1
-2
/
+34
*
Stop adding FLAG_ACTIVITY_RESET_TASK_IF_NEEDED when...
Makoto Onuki
2016-07-19
1
-0
/
+14
*
ShortcutManager javadoc
Makoto Onuki
2016-07-11
1
-58
/
+331
*
Hide more shortcut APIs
Makoto Onuki
2016-07-07
1
-18
/
+4
*
Address API council feedback (continued)
Makoto Onuki
2016-06-29
1
-8
/
+23
[next]