Status Update
Comments
se...@google.com <se...@google.com>
se...@google.com <se...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
Author: Kuan-Ying Chou <
Link:
Remove ToT dependencies in wear:compose:compose-navigation
Expand for full commit details
Remove ToT dependencies in wear:compose:compose-navigation
Bug: 374102924
Test: n/a
Change-Id: Id057c7254a0282eab77a2facb4d278e3b5ccf784
Files:
- M
wear/compose/compose-navigation/samples/build.gradle
Hash: 285f596b323a37b82e07621acb990847b8cf4328
Date: Thu Oct 31 13:36:53 2024
da...@66degrees.com <da...@66degrees.com> #3
Project: platform/frameworks/support
Branch: androidx-main
Author: Kuan-Ying Chou <
Link:
Update Kotlin targets to 1.9
Expand for full commit details
Update Kotlin targets to 1.9
Update Kotlin target of savedstate and projects that depend on it to 1.9.
Bug: 374102924
Test: existing tests still pass
Change-Id: I442310ec57f7db381c16f95985a952deb9af57b2
Files:
- M
lifecycle/lifecycle-viewmodel-compose/build.gradle
- M
lifecycle/lifecycle-viewmodel-compose/samples/build.gradle
- M
lifecycle/lifecycle-viewmodel-savedstate/build.gradle
- M
lifecycle/lifecycle-viewmodel-testing/build.gradle
- M
savedstate/savedstate-ktx/build.gradle
- M
savedstate/savedstate/build.gradle
- M
savedstate/savedstate/src/nativeMain/kotlin/androidx/savedstate/internal/SynchronizedObject.native.kt
Hash: 73305d3cf9d9bfff42b1836ac0127032b7721496
Date: Tue Oct 29 17:27:51 2024
se...@google.com <se...@google.com> #4
Project: platform/frameworks/support
Branch: androidx-main
Author: Kuan-Ying Chou <
Link:
Add functions to encode serializable objects to and decode serializable objects from SavedState
.
Expand for full commit details
Add functions to encode serializable objects to and decode serializable objects from `SavedState`.
We do this by implementing an `Encoder` and a `Decoder` that writes and reads a `SavedState` output format for Kotlin Serialization (https://github.com/Kotlin/kotlinx.serialization). The format represents a Kotlin Serialization "primitive" as their corresponding `SavedState` supported type, and represents a "composite" in a `SavedState` with its property names as keys. Nested composites are represented by nested `SavedState`s.
Here are some other design choices we made:
1. We don't record size for collections and rely on the size of the `SavedState` in decoding so that collections and non-collections are treated the same.
2. To save space, we don't encode default values by default (it can be tweaked with `@EncodeDefault` with plugin-generated serializers).
3. To support nullable parameters with default arguments (e.g. `val a: String? = "foo"`) and for `SavedState` size to be correct for collections, we encode `null`s.
4. To keep things simple we don't support specifying custom `SerializersModule`s for now.
Please note that when using Kotlin Serialization and these functions as a `Parcelable` alternative on Android there's a performance overhead because of the extra serialization needed.
Also note that on Android we don't have built-in support for Android or Java specific types supported by `Bundle` or `Parcel` yet (e.g. `Exception`, `java.io.Serializable`, or `IBinder`). We may consider adding these types in the future.
Relnote: Add encodeToSavedState() and decodeFromSavedState() functions
Test: SavedStateCodecTest.kt
Bug: 374102924
Change-Id: I6f59faffaa3777bf56132a67f41b867d7a9663e5
Files:
- M
development/build_log_simplifier/messages.ignore
- M
docs-tip-of-tree/build.gradle
- A
savedstate/savedstate-samples/build.gradle
- A
savedstate/savedstate-samples/src/main/java/androidx/savedstate/SavedStateCodecSamples.kt
- M
savedstate/savedstate/api/current.txt
- M
savedstate/savedstate/api/restricted_current.txt
- M
savedstate/savedstate/bcv/native/current.txt
- M
savedstate/savedstate/build.gradle
- A
savedstate/savedstate/src/androidUnitTest/kotlin/androidx/savedstate/SavedStateCodecAndroidTest.android.kt
- A
savedstate/savedstate/src/commonMain/kotlin/androidx/savedstate/serialization/SavedStateDecoder.kt
- A
savedstate/savedstate/src/commonMain/kotlin/androidx/savedstate/serialization/SavedStateEncoder.kt
- A
savedstate/savedstate/src/commonTest/kotlin/androidx/savedstate/SavedStateCodecTest.kt
- A
savedstate/savedstate/src/commonTest/kotlin/androidx/savedstate/SavedStateCodecTestUtils.kt
- M
settings.gradle
Hash: 57162ea74b646ef7ae43397251fd4cd32e2d80c3
Date: Thu Oct 17 19:10:05 2024
ma...@gmail.com <ma...@gmail.com> #5
se...@google.com <se...@google.com> #6
Hi,
What would be the impact for you in terms of costs, employee productivity, if any, of having this feature implemented?
Regards.
ma...@gmail.com <ma...@gmail.com> #7
automated, someone would need to go into the generated documents one by one
and replace the dates with the smart chips.
On Mon, Apr 4, 2022, 09:52 <buganizer-system@google.com> wrote:
se...@google.com <se...@google.com> #8
Hello,
Thank you for your answers, I have forwarded this Feature Request internally.
Regards.
ba...@gcsaz.org <ba...@gcsaz.org> #9
With the addition of smart chips some shared users will update existing documents with email addresses to be smart chips. If an existing script needed that cell to be an email address, we lose this. Adding chip edit options would give us a way to work through the auto-change to chips issues.
gr...@ccl-france.org <gr...@ccl-france.org> #10
an...@airbus.com <an...@airbus.com> #11
bj...@educ.goteborg.se <bj...@educ.goteborg.se> #12
cy...@wayfair.com <cy...@wayfair.com> #13
ti...@gmail.com <ti...@gmail.com> #14
[Deleted User] <[Deleted User]> #15
mr...@redhat.com <mr...@redhat.com> #16
pm...@portageps.org <pm...@portageps.org> #17
en...@theclosetscompany.com <en...@theclosetscompany.com> #18
I don't use this spreadsheet myself, I just create and maintain the the scripts. If I could make it more organized, it'd be awesome!
de...@andrew.cmu.edu <de...@andrew.cmu.edu> #19
My team recently started using the "Review Tracker" table template in our design documents (this is a Google table template - not 3p). This comes with a pretty drop-down menu for the review status, that is made of smart chips. It's beautiful - people use it - thank you!
I'm attempting to write a script to scan our team drive for docs containing this review table, compile a list of pending reviews (anything != "Approved"), and send a nagging email to readers who need to take some action. It's currently a tedious manual process.
sa...@gmail.com <sa...@gmail.com> #20
ar...@cgg.be <ar...@cgg.be> #21
Also, the data (eg dropdown) from the chips cannot be read from google docs via gapps
cg...@gmail.com <cg...@gmail.com> #22
[Deleted User] <[Deleted User]> #23
os...@gmail.com <os...@gmail.com> #24
ja...@gmail.com <ja...@gmail.com> #25
I have a list of items and owners (stored as Person SmartChips), and I want to easily email all the owners.
Currently, if copy/paste the Person SmartChips into the To: field in Gmail, it does not populate the email address. If I could extract the email address from the SmartChip, I could create a separate column that contained the email address, and use that to populate my email To: line.
jo...@gmail.com <jo...@gmail.com> #26
ja...@portant.co <ja...@portant.co> #27
ch...@elevenwriting.com <ch...@elevenwriting.com> #28
hw...@gmail.com <hw...@gmail.com> #29
gi...@appletreeinstitute.org <gi...@appletreeinstitute.org> #30
Alternatively, the ability to parse all of these (Person, Date, RichLink, Dropdown) as text within an Apps Script Paragraph by default would be great too. It would be nice to have some tag, such as Logger.log(paragraph.getText()) returning "Today is <<Jan 5, 2022>>", where Jan 5, 2022 is the visible text in the document.
br...@gmail.com <br...@gmail.com> #31
xa...@nouvellesimages.xyz <xa...@nouvellesimages.xyz> #32
is...@google.com <is...@google.com>
br...@lovejustice.ngo <br...@lovejustice.ngo> #33
lo...@gmail.com <lo...@gmail.com> #34
ka...@a-send.cloud <ka...@a-send.cloud> #35
ma...@nodatanobusiness.com <ma...@nodatanobusiness.com> #36
We provide functions that can return many different types of data, among which dates, g maps places, etc.
It would be great to have these datapoints formatted with a smart canvas
ji...@snyk.io <ji...@snyk.io> #37
For now, users have to type the email address themselves, so it's likely they'll either mistype an email address, or they'll @ someone, creating a smart chip and lose the email address. This will result in extra manual work later as the Tasks will not have correct assignees.
[Deleted User] <[Deleted User]> #38
ci...@windowdressers.org <ci...@windowdressers.org> #39
eg to extract URL from smartchip in object elemToAnalyze"
var rngElementFound = elemToAnalyze.findElement(DocumentApp.ElementType.RICH_LINK);
if (rngElementFound) {
let richlinkFound = rngElementFound.getElement();
let strDriveUrl = richlinkFound.getUrl();
}
[Deleted User] <[Deleted User]> #40
de...@andrew.cmu.edu <de...@andrew.cmu.edu> #41
sa...@homemedix.in <sa...@homemedix.in> #42
om...@meetwise.ai <om...@meetwise.ai> #43
sh...@gmail.com <sh...@gmail.com> #44
Because of this problem, my Google Doc add-on needs to instruct users how to workaround this problem -- that is how they can convert the link my app creates into a SmartChip.
sc...@acme.vc <sc...@acme.vc> #45
ge...@gmail.com <ge...@gmail.com> #46
cw...@redhat.com <cw...@redhat.com> #47
di...@goldengate-cpta.com <di...@goldengate-cpta.com> #48
sc...@acme.vc <sc...@acme.vc> #49
di...@valeo.com <di...@valeo.com> #50
li...@airbus.com <li...@airbus.com> #51
ha...@fastly.com <ha...@fastly.com> #52
m....@gmail.com <m....@gmail.com> #53
da...@gmail.com <da...@gmail.com> #54
po...@sgcommunities.com <po...@sgcommunities.com> #55
tr...@netflix.com <tr...@netflix.com> #56
dr...@gmail.com <dr...@gmail.com> #57
ja...@hiviewsolutions.com <ja...@hiviewsolutions.com> #58
jp...@google.com <jp...@google.com>
[Deleted User] <[Deleted User]> #59
br...@gmail.com <br...@gmail.com> #60
Interested! +1
ke...@aspirepublicschools.org <ke...@aspirepublicschools.org> #61
jp...@google.com <jp...@google.com>
ga...@wally.ai <ga...@wally.ai> #62
dr...@gmail.com <dr...@gmail.com> #63
c....@lifelion.de <c....@lifelion.de> #64
th...@decathlon.com <th...@decathlon.com> #65
[Deleted User] <[Deleted User]> #66
pa...@gmail.com <pa...@gmail.com> #67
[Deleted User] <[Deleted User]> #68
du...@gmail.com <du...@gmail.com> #69
sa...@getbring.com <sa...@getbring.com> #70
an...@pubgenius.io <an...@pubgenius.io> #71
om...@pwc.com <om...@pwc.com> #72
cs...@sofi.org <cs...@sofi.org> #73
jo...@nesta.org.uk <jo...@nesta.org.uk> #74
ko...@gmail.com <ko...@gmail.com> #75
yes i have a
Ar...@ahschools.us <Ar...@ahschools.us> #77
ls...@wellesley.edu <ls...@wellesley.edu> #78
ca...@swcsd.us <ca...@swcsd.us> #79
el...@bluerobotics.com <el...@bluerobotics.com> #80
gh...@themarshallproject.org <gh...@themarshallproject.org> #81
We are developing some integration with Slack to automate the creation of new agenda documents and it would be great to be able to update the chips programmatically when creating a new document from a template.
ad...@live.co.uk <ad...@live.co.uk> #82
jo...@banksinarmas.com <jo...@banksinarmas.com> #83
re...@fligno.com <re...@fligno.com> #84
ju...@fanfinity.agency <ju...@fanfinity.agency> #85
jb...@hubspot.com <jb...@hubspot.com> #86
nm...@gmail.com <nm...@gmail.com> #87
er...@gmail.com <er...@gmail.com> #88
ke...@duplocloud.net <ke...@duplocloud.net> #89
ey...@eifo.dev <ey...@eifo.dev> #90
is...@themarshallproject.org <is...@themarshallproject.org> #91
ga...@skyrider.net <ga...@skyrider.net> #92
The project head should be ashamed for releasing half-baked features. Until we can access it via the API it should not be released.
Thanks
wi...@stripe.com <wi...@stripe.com> #93
++ Really annoying that I need to additionally filter for 
currently when parsing documents and have no way to programmatically read/write these values when managing documents.
om...@gmail.com <om...@gmail.com> #94
vo...@airbus.com <vo...@airbus.com> #95
wa...@gmail.com <wa...@gmail.com> #96
ch...@ranchodelreymhe.com <ch...@ranchodelreymhe.com> #97
gi...@gmail.com <gi...@gmail.com> #98
It would be great to programmatically create Smart Chips with Apps Script. Use case, converting rows from Sheets into Docs templates which have smart chips.
n7...@ecsteam.org <n7...@ecsteam.org> #99
ni...@uber.com <ni...@uber.com> #100
be...@gmail.com <be...@gmail.com> #101
mi...@google.com <mi...@google.com>
bl...@google.com <bl...@google.com> #102
pe...@ovanova.co <pe...@ovanova.co> #103
n....@vegait.rs <n....@vegait.rs> #104 Restricted+
[Deleted User] <[Deleted User]> #105
jp...@google.com <jp...@google.com> #106
From the product team:
Would be really useful to understand at least a few specific use cases businesses might have for building automation on top of Smart Chips. Any examples?
Please share here or at
Description
A short description of the request:
I would like to be able to create and insert smart chips of the types:
into a document. From the docs, it seems like it is only possible to read values from an existing smart chip.
How can one create a new smart chip (e.g. Date), and insert it into the doc?
What is the purpose of this new feature?
Enables inserting smart chips into the doc to make more meaningful doc and sheet extensions.