Commit Graph

200 Commits

Author SHA1 Message Date
016425e329 Make view switcher dynamic
Some checks failed
Deploy Docs / publish (push) Successful in 19m25s
SwiftLint / SwiftLint (push) Failing after 1s
2024-10-19 22:50:41 +02:00
8c50494c74 Fix view switcher not updating selection
Some checks failed
Deploy Docs / publish (push) Successful in 19m56s
SwiftLint / SwiftLint (push) Failing after 1s
2024-10-19 21:54:38 +02:00
4913c0a382 Update view switcher option protocol
Some checks failed
Deploy Docs / publish (push) Successful in 20m36s
SwiftLint / SwiftLint (push) Failing after 1s
2024-10-19 20:36:19 +02:00
c893a8f0c6 Add option to pass custom array to view switcher
Some checks failed
SwiftLint / SwiftLint (push) Waiting to run
Deploy Docs / publish (push) Has been cancelled
2024-10-19 20:28:08 +02:00
4559a81337 Update to versions 0.1.0 of packages
All checks were successful
Deploy Docs / publish (push) Successful in 21m2s
SwiftLint / SwiftLint (push) Successful in 5s
2024-10-17 20:01:51 +02:00
8eeda083e9 Separate AnyView extensions from widgets
All checks were successful
Deploy Docs / publish (push) Successful in 18m28s
SwiftLint / SwiftLint (push) Successful in 5s
2024-10-16 14:22:34 +02:00
079fa02755 Update navigation titles in navigation split view
All checks were successful
Deploy Docs / publish (push) Successful in 18m15s
SwiftLint / SwiftLint (push) Successful in 5s
2024-10-15 22:46:43 +02:00
7900a4cb77 Update to latest Meta version
All checks were successful
SwiftLint / SwiftLint (push) Successful in 5s
Deploy Docs / publish (push) Successful in 17m39s
2024-10-08 12:31:49 +02:00
6932bcfccc Rename .github to .gitea
All checks were successful
Deploy Docs / publish (push) Successful in 18m25s
SwiftLint / SwiftLint (push) Successful in 6s
2024-10-07 11:38:36 +02:00
5d22e0c972 Use LevenshteinTransformation's main branch
Some checks failed
Deploy Docs / publish (push) Failing after 20s
SwiftLint / SwiftLint (push) Successful in 5s
2024-10-07 11:26:01 +02:00
b99a984504 Fix docs workflow failing
Some checks failed
Deploy Docs / publish (push) Failing after 9s
2024-10-07 11:23:49 +02:00
2d4a5310ad Manage libadwaita version in action on device
Some checks failed
Deploy Docs / publish (push) Failing after 4s
2024-10-07 11:20:10 +02:00
fca3601396 Fix docs workflow
Some checks failed
Deploy Docs / publish (push) Failing after 4s
2024-10-07 11:19:30 +02:00
36e437a2e4 Migrate to the Aparoksha Gitea instance
All checks were successful
SwiftLint / SwiftLint (push) Successful in 6s
2024-10-07 11:18:13 +02:00
80057d928d Fix building docs fails 2024-10-04 01:23:48 +02:00
david-swift
ec319a6738
Merge pull request #46 from AparokshaUI/1.0.0
Migrate to Meta backend
2024-10-04 01:17:43 +02:00
62661fde48 Merge branch 'main' into 1.0.0 2024-10-04 01:16:37 +02:00
0a6f1043b9 Add meta-sqlite to adwaita-swift 2024-10-04 01:03:57 +02:00
34f5b46d60 Update to Swift 6 2024-09-30 22:31:07 +02:00
ee6233dc4f Update demo 2024-09-04 21:31:37 +02:00
de2379a1bf Fix modifier wrapper overwriting previous state 2024-09-04 21:07:05 +02:00
a851dbc1cd Improve performance of modifiers for any view 2024-09-04 13:08:45 +02:00
4bf4b0eef5 Make EitherView a simple view 2024-09-04 09:16:31 +02:00
1680d34bb2 Update to most recent version of Meta 2024-09-04 09:14:13 +02:00
018d21ee65 Lossy conversion from Int64/UInt64 to Int32/UInt32 2024-08-25 11:13:18 +02:00
901e19c052 Fix picture's content being cleared automatically 2024-08-21 17:11:35 +02:00
fa344522a2 Replace modifiers by new widget data 2024-08-15 15:55:04 +02:00
9f83b2309f Migrate to Meta backend 2024-08-13 08:33:53 +02:00
David
c6d0fa5080 Fix file dialog memory leak 2024-08-09 22:12:03 +02:00
574aca245a Add support for GtkFixed 2024-07-21 14:18:41 +02:00
77dd38e712 Add support for GtkSeparator 2024-07-21 08:38:56 +02:00
e9e4cf0e94 Add support for GtkAspectFrame 2024-07-19 10:48:56 +02:00
46d4fc1173 Add support for picture's content fit modifier 2024-07-19 10:26:59 +02:00
david-swift
9bcf802b54
Merge pull request #37 from lambdaclan/binding-reactor-demo
Add binding onSet demo
2024-07-04 21:46:17 +02:00
c17730e89d Polish Password Checker Demo 2024-07-04 21:45:13 +02:00
Ira Limitanei
8014a6ea4d
Update demo top comment 2024-07-04 12:04:12 +09:00
Ira Limitanei
498610a0ef
Add copy and clear buttons 2024-07-04 12:00:16 +09:00
Ira Limitanei
8011ceeaf3
Remove form section title 2024-07-04 11:47:32 +09:00
Ira Limitanei
61f985f0d0
Update demo title and description 2024-07-04 11:43:59 +09:00
Ira Limitanei
a84d94cca5
Update window id 2024-07-04 11:36:50 +09:00
Ira Limitanei
e26f1ea205
Replace Binding Reactor with Password Checker 2024-07-04 11:29:10 +09:00
Ira Limitanei
fbd0f2a117
Fix formatting 2024-07-04 11:07:13 +09:00
Ira Limitanei
69ca6625dd
Remove unnecessary async processing 2024-07-04 11:06:25 +09:00
1fc0647d90 Move from onSet using state to computed property 2024-06-17 17:23:09 +02:00
Ira Limitanei
ab831c727d
Update contributors file 2024-06-17 10:27:44 +09:00
Ira Limitanei
a93d230d24
Add more password validation checks 2024-06-14 18:20:11 +09:00
Ira Limitanei
a4057884da
Add current state of binding reactor demo 2024-06-14 18:03:09 +09:00
Ira Limitanei
fa714a2331
Add binding reactor demo page 2024-06-14 18:02:06 +09:00
Ira Limitanei
2dd5c52930
Add new window for binding reactor demo 2024-06-14 18:00:24 +09:00
david-swift
1723fcdf22
Merge pull request #34 from Amzd/State-property-on-app-fix
Fixed stored @State properties on App
2024-06-11 14:34:06 +02:00