Skip to content

Commit

Permalink
🤖 Sync main to latest (#372)
Browse files Browse the repository at this point in the history
* Added two snippets for showcasing how to do Masking and Clipping in Compose (#362)

* Code snippet for Compose doc at https://developer.android.com/quick-guides/content/animate-text?hl=en (Animate text character-by-character).

This commit slightly modifies (makes buildable in our repo) the existing code on the current DAC page.

That code, in turn, was BNR's simplified version of Xoogler astamato's Medium article at https://medium.com/androiddevelopers/effective-state-management-for-textfield-in-compose-d6e5b070fbe5

* Code snippet for Compose doc at https://developer.android.com/quick-guides/content/animate-text?hl=en (Animate text character-by-character).

This commit slightly modifies (makes buildable in our repo) the existing code on the current DAC page.

That code, in turn, was BNR's simplified version of Xoogler astamato's Medium article at https://medium.com/androiddevelopers/effective-state-management-for-textfield-in-compose-d6e5b070fbe5

* Apply Spotless

* Fix email input snippet

* Migrate to use BasicSecureTextField.

* Updated to use BasicSecureTextField.

* Added clipping and faded edge examples

* Apply Spotless

* Clean up snippet

* Clean up snippet

---------

Co-authored-by: dmail <dmail@google.com>
Co-authored-by: thedmail <thedmail@users.noreply.github.com>
Co-authored-by: riggaroo <riggaroo@users.noreply.github.com>

* 🤖 Update Dependencies (#366)

* Add Material Carousel (#363)

* Add Carousel

* Apply Spotless

* add to components

* Apply Spotless

* Clean up landing screens, using Scaffold and list items.

* Apply Spotless

* Review comments

---------

Co-authored-by: riggaroo <riggaroo@users.noreply.github.com>

* Basic menu examples (#371)

* basic menu examples

* Make DropdownMenuWithDetails toggle expanded on click

* Apply Spotless

* Remove unneeded dependencies

* Remove unneeded imports

---------

Co-authored-by: jakeroseman <jakeroseman@users.noreply.github.com>

* Filter chip dropdown menu (#375)

* Filter chip dropdown menu

* Apply Spotless

* Add example of date picker textfield opening picker dialog on click (#376)

* Add example of date picker textfield opening picker dialog on click

* Apply Spotless

* Add auto advance pager snippets (#377)

* Add auto advance pager snippets

* Apply Spotless

---------

Co-authored-by: jakeroseman <jakeroseman@users.noreply.github.com>

* Tooltip component examples (#373)

* Tooltip component examples

* Apply Spotless

* Addressing PR comments

* use LaunchedEffect to fix tooltip bug

* Apply Spotless

* Updated content descriptions

---------

Co-authored-by: jakeroseman <jakeroseman@users.noreply.github.com>

* Add pull to refresh snippets (#378)

* Add pull to refresh snippets

* Apply Spotless

* Remove LaunchedEffect workaround (#379)

* Remove LaunchedEffect workaround for library bug

* Apply Spotless

* Changed single var to val

---------

Co-authored-by: jakeroseman <jakeroseman@users.noreply.github.com>

* Navigation drawer examples (#380)

* Basic navigation drawer examples

* Add previews

* Fix merge issue

* Apply Spotless

* rearrange functions

* Narrowing the examples to just the example with nested items

* Apply Spotless

* refactoring as dismissable drawer

* Fixing imports

* refactor, new region tags

* Renaming functions

* Apply Spotless

* Add horizontal padding to the drawer content

* Apply Spotless

* Make drawer content scrollable to make it work on small screens / landscape

---------

Co-authored-by: jakeroseman <jakeroseman@users.noreply.github.com>
Co-authored-by: Jolanda Verhoef <JolandaVerhoef@users.noreply.github.com>

* Snippets for keyboard input (#368)

* Add a sample code for Keyboard Shortcuts Helper

* Add a sample code for keyboard actions

* Fix the issue on casting a Context object into Activity

* Snippet for animated sorted list with add/remove buttons. (#381)

* Snippet for animated sorted list with add/remove buttons.

* Apply Spotless

* Simplify adding an item to displayedItems

* Use ViewModel to correctly extract business logic from UI

---------

Co-authored-by: jakeroseman <jakeroseman@users.noreply.github.com>
Co-authored-by: Jolanda Verhoef <JolandaVerhoef@users.noreply.github.com>

* Add basic segmented button examples (#383)

* Add basic segmented button examples

* Apply Spotless

* Add region tags

---------

Co-authored-by: jakeroseman <jakeroseman@users.noreply.github.com>

* Adding views snippets module with Generated Preview samples (#384)

* Adding views snippets module with Generated Preview samples

* fixup

---------

Co-authored-by: Summers Pittman <mrsummers@google.com>

* Adding top bar multi selection examples (#387)

* Adding top bar multi selection examples

* Apply Spotless

* Remember some vals

---------

Co-authored-by: jakeroseman <jakeroseman@users.noreply.github.com>

* Include AppScaffold in navigation Snippet (#385)

* Animate image size on scroll (#390)

* Add animate image size on scroll example

* Add simple comments and rename some variables

* Apply Spotless

* Add region tags

---------

Co-authored-by: jakeroseman <jakeroseman@users.noreply.github.com>

* Add basic HTML text styling example (#389)

* Add basic HTML text styling example

* Apply Spotless

* Add region tags

---------

Co-authored-by: jakeroseman <jakeroseman@users.noreply.github.com>

* 🤖 Update Dependencies (#391)

* 🤖 Update Dependencies

* Update compileSdk to 35

---------

Co-authored-by: Jolanda Verhoef <JolandaVerhoef@users.noreply.github.com>

* add in predictive back snippets for NavHost and predictive back handler (#394)

* add in predictive back snippets

* Apply Spotless

* add in basic predictivebackhandler composable example

* Apply Spotless

---------

Co-authored-by: trambui09 <trambui09@users.noreply.github.com>

* Add region tags to auto advance pager examples (#398)

* Init Wear Tiles snippets (#400)

* Init Wear Tiles snippets

* Add snippet markers

* Add manifest snippet markers

* Rename manifest snippet markers

* Create misc module, add broadcast receiver snippets (#397)

* Create misc module, add broadcast receiver snippets

* Apply Spotless

* Add live search with FilterTextView example (#402)

* Add live search with FilterTextView example

* Apply Spotless

---------

Co-authored-by: jakeroseman <jakeroseman@users.noreply.github.com>

* Add single option radio button example (#401)

* Add single option radio button example

* Apply Spotless

* Apply Spotless

---------

Co-authored-by: jakeroseman <jakeroseman@users.noreply.github.com>

* update to use type safe routes (#399)

* Migrated relevant MotionCompose snippets into snippets (#411)

* Migrated relevant MotionCompose snippets into snippets

* Apply Spotless

---------

Co-authored-by: riggaroo <riggaroo@users.noreply.github.com>

---------

Co-authored-by: Rebecca Franks <riggaroo@google.com>
Co-authored-by: dmail <dmail@google.com>
Co-authored-by: thedmail <thedmail@users.noreply.github.com>
Co-authored-by: riggaroo <riggaroo@users.noreply.github.com>
Co-authored-by: Jake Roseman <122034773+jakeroseman@users.noreply.github.com>
Co-authored-by: jakeroseman <jakeroseman@users.noreply.github.com>
Co-authored-by: Jolanda Verhoef <JolandaVerhoef@users.noreply.github.com>
Co-authored-by: N. Shimizu <chikoski@gmail.com>
Co-authored-by: Hoyt Summers Pittman <secondsun@gmail.com>
Co-authored-by: Summers Pittman <mrsummers@google.com>
Co-authored-by: Chiara Chiappini <nunca.aqui@gmail.com>
Co-authored-by: Tram Bui <62119967+trambui09@users.noreply.github.com>
Co-authored-by: trambui09 <trambui09@users.noreply.github.com>
Co-authored-by: Michael Stillwell <mjs@beebo.org>
  • Loading branch information
15 people authored Dec 9, 2024
1 parent 8331b50 commit 2251a55
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 2251a55

Please sign in to comment.