Sign in
android
/
platform
/
frameworks
/
support
/
0fc7aad34811cf94484effd29bc2696bb001758f
/
appfunctions
d6a8475
Add AppFunctionStringValueConstraint
by Utkarsh Nigam
· 2 weeks ago
48196db
Move AppFunctionIntValueConstraint to appfunctions instead of
by Utkarsh Nigam
· 2 weeks ago
384377e
Updated generated inventory code to include enumValues
by Utkarsh Nigam
· 2 weeks ago
e73998b
Enforce enumValues for integers in AFDSpec
by Utkarsh Nigam
· 2 weeks ago
699f45c
Generate AppFunctionSerializable properties' components in the component registry
by Yara Hassan
· 2 weeks ago
2f675e6
Revert^2 "Add AppFunctionIntValueConstraint"
by Utkarsh Nigam
· 2 weeks ago
3db8340
Process AppFunctionSerializable descriptions from the component registry
by Yara Hassan
· 3 weeks ago
2ae7d22
Merge "Supperess unchecked cast in generic parameter types in invoker" into androidx-main
by Yara Hassan
· 3 weeks ago
f509880
Supperess unchecked cast in generic parameter types in invoker
by Yara Hassan
· 3 weeks ago
ec0be17
Refactor compiler metadata classes to match appfunctions.metadata classes.
by Utkarsh Nigam
· 3 weeks ago
77e8772
Add SERIALIZABLE category in AppFunctionComponentRegistry
by Yara Hassan
· 3 weeks ago
649e67b
Merge "Add function docstrings in AppFunctionComponentRegistry annotation" into androidx-main
by Yara Hassan
· 3 weeks ago
bc8ed22
Add function docstrings in AppFunctionComponentRegistry annotation
by Yara Hassan
· 3 weeks ago
febc847
Update AnnotatedAppFunctions validation
by MingWei
· 3 weeks ago
4e7414c
Handle both possible namespaces in XML file for Bazel and Gradle.
by Utkarsh Nigam
· 4 weeks ago
fd06b7f
Compiler changes for aosp/3703028
by Utkarsh Nigam
· 4 weeks ago
be0e173
Refactor AppFunctionPrimitiveTypeMetadata to specific data type classes.
by Utkarsh Nigam
· 4 weeks ago
301ffdf
Merge "Update doc for AppFunctionParameterMetadata.description" into androidx-main
by Treehugger Robot
· 4 weeks ago
87321af
Update doc for AppFunctionParameterMetadata.description
by Yara Hassan
· 4 weeks ago
c83096b
Merge "Add description field in AppFunctionResponseMetadata" into androidx-main
by Treehugger Robot
· 4 weeks ago
b75bed7
Add description field in AppFunctionResponseMetadata
by Yara Hassan
· 4 weeks ago
a6a9b61
Remove permission requirement from setAppFunctionEnabled API.
by Utkarsh Nigam
· 4 weeks ago
e3b6ea0
Make AppFunctionParameterMetadataDocument#description nullable
by Yara Hassan
· 5 weeks ago
94ced87
Merge "Add description field in AppFunctionParameterMetadata" into androidx-main
by Treehugger Robot
· 5 weeks ago
e5f50d2
Extract @return from docstring into AppFunctionResponseMetadata
by Yara Hassan
· 5 weeks ago
3a6d49c
Add description field in AppFunctionParameterMetadata
by Yara Hassan
· 5 weeks ago
691509c
Change sanitizeKDoc() to remove known tags only
by Yara Hassan
· 5 weeks ago
a5fab1f
Extract @param from docstring into AppFunctionParameterMetadata
by Yara Hassan
· 5 weeks ago
3e95642
Merge "Add example usage for AppFunctionTestRule." into androidx-main
by Treehugger Robot
· 6 weeks ago
41701ca
Add example usage for AppFunctionTestRule.
by Utkarsh Nigam
· 6 weeks ago
ee04d49
Fix translation in AppMetadata
by Utkarsh Nigam
· 6 weeks ago
7ac5964
Setup implicit uri granting logic
by MingWei
· 6 weeks ago
f449833
Add AppFunctionUriGrant class
by MingWei
· 6 weeks ago
b34e7e0
Update AppFunctionDataParameterExtractor to process optional fields
by MingWei
· 6 weeks ago
53a9092
Merge changes from topic "optional-2" into androidx-main
by Treehugger Robot
· 7 weeks ago
95a5546
Update codegen AppFunctionDataFactory to supprot optional value
by MingWei
· 7 weeks ago
f39fdb1
Process required/optional fields based on having default value or not
by MingWei
· 7 weeks ago
4158135
Add resolveAppFunctionAppMetadata API
by Utkarsh Nigam
· 7 weeks ago
5810685
Merge changes Ie14e7452,I1bcacafd into androidx-main
by Treehugger Robot
· 7 weeks ago
515676a
Add isDescribedByKdoc in @AppFunctionSerializable annotation
by Yara Hassan
· 7 weeks ago
3e56c62
Forgot to add the flatmap in a few tests x2
by Utkarsh Nigam
· 7 weeks ago
755822c24
Forgot to add the flatmap in a few tests
by Utkarsh Nigam
· 7 weeks ago
2e1f488
Add description field in AppFunctionDataTypeMetadata
by Yara Hassan
· 7 weeks ago
3430deb
Merge "Return AppFunctionPackageMetadata from observeAppFunctions by grouping app functions by package." into androidx-main
by Utkarsh Nigam
· 7 weeks ago
3d22e5a
Return AppFunctionPackageMetadata from observeAppFunctions by grouping
by Utkarsh Nigam
· 7 weeks ago
414a312
Move class and property description elements into AppFunctionDataTypeMetadata
by Yara Hassan
· 7 weeks ago
67a1816
Merge "Update kotlin-only and bytecode-only constructors" into androidx-main
by Julia McClellan
· 8 weeks ago
1e8e12a
Update kotlin-only and bytecode-only constructors
by Julia McClellan
· 8 weeks ago
dcca037
Add property descriptions of shared serializable types in AppFunction's metadata xml
by Yara Hassan
· 8 weeks ago
117c4e3
Merge "Provide a getAppFunctionManagerCompat method in TestRule." into androidx-main
by Treehugger Robot
· 8 weeks ago
c413d10
Provide a getAppFunctionManagerCompat method in TestRule.
by Utkarsh Nigam
· 8 weeks ago
f4d7df3
Add description of shared serializable types in AppFunction's metadata xml
by Yara Hassan
· 8 weeks ago
b404bb6
Ignore tests till b/427554444 is fixed
by Utkarsh Nigam
· 8 weeks ago
74bc496
Add individual test method timeouts for appfunctions-testing
by Aurimas Liutikas
· 8 weeks ago
d8d14b0
Merge "Upgrade appfunctions to use AppSearch 1.1.0-rc01" into androidx-main
by Aurimas Liutikas
· 8 weeks ago
5e6790e
Upgrade appfunctions to use AppSearch 1.1.0-rc01
by Aurimas Liutikas
· 8 weeks ago
475e2ac
Validate AllOfType
by MingWei
· 8 weeks ago
7ee7c15
Add isDescribedByKdoc in @AppFunction annotation
by Yara Hassan
· 8 weeks ago
98dc6ed
Add description field in AppFunctionMetadata
by Yara Hassan
· 8 weeks ago
42011f5
Merge "Support filtering in fake" into androidx-main
by Utkarsh Nigam
· 8 weeks ago
536420a
Support filtering in fake
by Utkarsh Nigam
· 8 weeks ago
24c306f
Validate response value against response metadata
by MingWei
· 8 weeks ago
f7603f4
Merge "Add a description element in generated AppFunction's metadata xml" into androidx-main
by Treehugger Robot
· 8 weeks ago
311c8af
Make initialization of AppFunctionManagerCompat independent of @Before
by Utkarsh Nigam
· 8 weeks ago
ad83403
Merge "Revert "Ensure the return response is validated against metadata"" into androidx-main
by MingWei Liao
· 8 weeks ago
aa90c709
Revert "Ensure the return response is validated against metadata"
by MingWei Liao
· 8 weeks ago
857fdd9
Merge "Ensure the return response is validated against metadata" into androidx-main
by MingWei Liao
· 9 weeks ago
25d502a
Add a description element in generated AppFunction's metadata xml
by Yara Hassan
· 9 weeks ago
92ecb19
appfunctions-testing: Migrate to centralized Robolectric configuration
by Tony Mak
· 9 weeks ago
53d4269
Ensure the return response is validated against metadata
by MingWei
· 9 weeks ago
7608cc3
Merge "Use a separate bug for tracking dynamic registration" into androidx-main
by Treehugger Robot
· 9 weeks ago
5f6057a
Only support AppFunctionManagerCompat above U+.
by Utkarsh Nigam
· 9 weeks ago
a0ac9c4
Use a separate bug for tracking dynamic registration
by Utkarsh Nigam
· 9 weeks ago
bb10a66
Make testrule available only for U+ since AppFunctions will only work on
by Utkarsh Nigam
· 9 weeks ago
ae4bc83
Merge "Expose AppFunctionTestRule as an API to be used in Robolectric tests." into androidx-main
by Treehugger Robot
· 9 weeks ago
22e01b7
Expose AppFunctionTestRule as an API to be used in Robolectric tests.
by Utkarsh Nigam
· 9 weeks ago
01eb40c
Re-enable dynamic indexer in SDK.
by Utkarsh Nigam
· 9 weeks ago
8db79e8e
Implement executeAppFunction in the fake.
by Utkarsh Nigam
· 9 weeks ago
8d08da3
Implement setEnabled and isEnabled API in fake for functions defined by
by Utkarsh Nigam
· 9 weeks ago
d84b0bf
Merge changes I1010a6f5,I08f25260 into androidx-main
by Treehugger Robot
· 10 weeks ago
2f8e071
Add documentation to recommend throwing AppFunctionException when needed
by MingWei
· 2 months ago
be4898e
Initial setup for AppFunctionTestEnvironment
by Utkarsh Nigam
· 2 months ago
069bcf0
Add appfunctions-testing library to appfunctions project.
by Utkarsh Nigam
· 2 months ago
064463c
Supports building AppFunctionData with response metadata
by MingWei
· 3 months ago
4f6a05e
Fix nested AppFunctionSerializable class name
by Yara Hassan
· 3 months ago
7916866
appfunctions: Migrate to centralized Robolectric configuration
by utzcoz
· 3 months ago
13bcc13
Revert the compiler workaround
by Tony Mak
· 3 months ago
4918f8e
Merge "Properly handle serializable types in ParameterizedSerializableFactories." into androidx-main
by Treehugger Robot
· 3 months ago
560ac5b
Properly handle serializable types in ParameterizedSerializableFactories.
by Utkarsh Nigam
· 3 months ago
4d02f72
Remove callingPakcageName from AppFunctionContext
by MingWei
· 3 months ago
bacce7f
Fixs containsKey error when checking legacy ID field
by MingWei
· 3 months ago
3e3a59b2
Merge "Observe changes to ComponentMetadata document as well." into androidx-main
by Treehugger Robot
· 3 months ago
0367638
Observe changes to ComponentMetadata document as well.
by Utkarsh Nigam
· 3 months ago
c312598
Error handling for missing runtime document or errors in document conversion.
by Utkarsh Nigam
· 3 months ago
360b676
Use Platform AppFunctionService instead of the sidecar one.
by Utkarsh Nigam
· 3 months ago
e6d33dd
Run ktfmt on all files
by Omar Ismail
· 3 months ago
67b4b37
Merge "Fix getAppFunctionData does not work with array with a reference" into androidx-main
by Treehugger Robot
· 3 months ago
667f40d
Fix getAppFunctionData does not work with array with a reference
by Tony Mak
· 3 months ago
9894b24
Make AppFunctionSchemaDefinition a public API
by MingWei
· 3 months ago
6f029e1
Merge "Enable dynamic indexer tests in postsubmit of AndroidX." into androidx-main
by Treehugger Robot
· 4 months ago
Next »