Skip to content

FeatureForm : support for UtilityAssociations #776

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 59 commits into from
Apr 17, 2025
Merged
Show file tree
Hide file tree
Changes from 54 commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
ee5abe2
init prototype
kaushikrw Jan 10, 2025
96bc9d4
added thru callback
kaushikrw Jan 10, 2025
769f08b
added utility element tap event
kaushikrw Jan 13, 2025
6cb5656
reset lazy list state on new form
kaushikrw Jan 14, 2025
fc09902
updated ui
kaushikrw Jan 16, 2025
70fa3ee
remove display count
kaushikrw Jan 16, 2025
32a0685
add full view
kaushikrw Jan 22, 2025
b7c692e
updated ui design
kaushikrw Jan 22, 2025
4e27fe6
move navigation internally
kaushikrw Jan 23, 2025
645bde3
fix column
kaushikrw Jan 23, 2025
72bd417
add animations
kaushikrw Jan 23, 2025
6118c0a
add feature selection
kaushikrw Jan 23, 2025
12bb67f
add state
kaushikrw Jan 28, 2025
8ae1f49
bump compose navigation
kaushikrw Jan 28, 2025
e5910b5
added state object
kaushikrw Feb 5, 2025
ad8df20
fixed element navigation
kaushikrw Feb 5, 2025
d02e7ec
revert state data param
kaushikrw Feb 5, 2025
69dea0d
hoist elements state upto the state holder
kaushikrw Feb 10, 2025
d44cc50
fixed saved navigation state
kaushikrw Feb 12, 2025
f5cb866
renamed state classes
kaushikrw Feb 12, 2025
5971be7
add back save/discard dialog
kaushikrw Feb 13, 2025
ec0a938
add doc
kaushikrw Feb 14, 2025
3544d40
add back navigation to inner forms
kaushikrw Feb 20, 2025
6c6a133
add icons
kaushikrw Feb 20, 2025
542db02
hoist evaluation expression to the state object
kaushikrw Feb 20, 2025
f23f18a
bump lib versions
kaushikrw Feb 21, 2025
c4a28ea
add doc
kaushikrw Feb 21, 2025
7762141
Update FeatureForm.kt
kaushikrw Feb 21, 2025
abdbbd5
use the true api
kaushikrw Mar 3, 2025
e68c0d8
use latest sdk and integrate save/discard
kaushikrw Mar 6, 2025
d99f519
refactored and removed state classes
kaushikrw Mar 9, 2025
4bcaa43
updated tests and removed remember functions
kaushikrw Mar 10, 2025
87a4ff8
Merge branch 'feature-branches/forms' into kaushik/UN-Associations-proto
kaushikrw Mar 10, 2025
26c7be5
bump ksp
kaushikrw Mar 10, 2025
d512823
updated api
kaushikrw Mar 11, 2025
96926f0
optimize imports and micro-app changes
kaushikrw Mar 11, 2025
6be4894
rename composition local
kaushikrw Mar 11, 2025
37a1bc5
update api
kaushikrw Mar 11, 2025
53bc91c
fix attachments add crash
kaushikrw Mar 11, 2025
004ccea
evaluate expressions after discard edits
kaushikrw Mar 12, 2025
4208963
optimize imports and remove unused code
kaushikrw Mar 14, 2025
5a7250b
Update FeatureForm.kt
kaushikrw Mar 14, 2025
0e454a6
add showActions and update API
kaushikrw Mar 14, 2025
c83c65e
add doc and fix association target element
kaushikrw Mar 14, 2025
01ff67f
disonnect navcontroller from state object
kaushikrw Mar 15, 2025
a2eaadf
Update AttachmentElementState.kt
kaushikrw Mar 15, 2025
e704e22
CR : Erick
kaushikrw Mar 17, 2025
fcf1d9e
rename Associations to UtilityAssociations
kaushikrw Mar 17, 2025
5a21d8c
change parameter to groupResults
kaushikrw Mar 17, 2025
a618470
use rememberLazyListState
kaushikrw Mar 17, 2025
18a12a9
fix doc
kaushikrw Mar 17, 2025
6267c41
removed dependency on navcontroller for dialogs
kaushikrw Mar 18, 2025
edbbaf9
optimize imports
kaushikrw Mar 18, 2025
eedb80e
add disposable effect for navigation callbacks
kaushikrw Mar 18, 2025
75c6e56
update file name
kaushikrw Mar 18, 2025
05435c7
CR : feedback and add showCloseIcon param
kaushikrw Mar 18, 2025
2293feb
Merge branch 'feature-branches/forms' into kaushik/UN-Associations-proto
kaushikrw Apr 15, 2025
017905d
add attachments fix from the feature branch
kaushikrw Apr 15, 2025
3699821
extract string resource for terminal and containment
kaushikrw Apr 16, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ androidXTestRules = "1.6.1"
androidxWindow = "1.3.0"
binaryCompatibilityValidator = "0.17.0"
compileSdk = "35"
compose-navigation = "2.8.4"
compose-navigation = "2.8.7"
commonMark = "0.22.0"
dokka = "1.9.20"
hilt = "2.55"
hiltExt = "1.2.0"
junit = "4.13.2"
kotlin = "2.1.0"
ksp = "2.0.20-1.0.24"
ksp = "2.1.0-1.0.29"
media3Exoplayer = "1.5.0"
minSdk = "26"
mlkitBarcodeScanning = "17.3.0"
Expand Down
Loading