Commit 4a6fe88
Merge master into alpha release (#122)
* Readme update: Messaging/description of powersync
* remove duplicate word
* Load and use PowerSync rust extension (#92)
* Initial extension testing.
* Replace schema logic with rust extension.
* Use extension for saving operations.
* Auto tx_id.
* Use sync_local op.
* Validate checksums using extension.
* clear_remove_ops
* delete_pending_buckets
* delete_bucket
* Fix deadlock on closing of connection.
* WIP.
* Update/fix tests.
* Add view name override.
* Retry opening database if locked.
* Fix lint issues.
* Use higher-level `updateSchema` in tests; test viewName alias.
* Load extension for android and iOS
* Load extension for iOS, MacOS and Android
* Include powersync_flutter_libs
* Rename android package
* Update windows and linux extension scripts
* Download binary in cmake
* Fix arch in cmake
* Fix binary download
* Load extension on windows
* Clean up readme and changelog
* Remove test code
* Update Abi check for current platform
* Clean up unused files
* Update path dependencies
* Test downloading powersync binary for tests
* Fix download for linux binary
* Add binary download for demos workflow
* Download latest binaries
* Bump version of powersync
* Bump minor version
---------
Co-authored-by: Ralf Kistner <ralf@journeyapps.com>
* Upgrade powersync-sqlite-core to version 0.1.7 for Android (#95)
* Upgrade sqlite-core to version 0.1.7 for Android
Upgrade powersync flutter libs to version 0.1.0
* Update demos versions
* Bump powersync version (#96)
* Update existing changelog message for powersync (#97)
* Override default macOS SQLite for tests (#99)
* Override default macOS sqlite db for tests
* Update to use flutter test rather than dart test
* Added documentation
* Check if abort future is completed before completing it (#100)
* Check if abort future is completed before completing it
* Bump powersync version
* Upgrade sqlite_async (#105)
* Use updated sqlite_async package
* Update to CommonDatabase for sqlite_async
* Update open DB to be synchronous
* Upgrade sqlite_async.
Update changelog and bump versions
* Fix linting errors
* boilerplate
* the app :)
* more boilerplate
* fix deps and rename app name
* bump to latest sqlite_async
* chore: fix pana score checks (#110)
* snake_case apiclient
* fix `dart analyze` output
* `dart format`
* Add hasSynced and waitForFirstSync (#112)
* Add hasSynced and waitForFirstSync
* Export sqlite3_common
* Add example code for hasSynced
Bump version
* Close http connections immediately on disconnect.
* Fix some errors when closing client while connecting.
* Remove retry delay when aborting.
* More accurate connection counts.
* Fix Future already completed when calling waitForFirstSync (#117)
* Ensure future is not completed
* Bump version
* Add changelog entry for issue 114.
* Iterate through stream instead of listening to it
* Fix changelog message
---------
Co-authored-by: Ralf Kistner <ralf@journeyapps.com>
* [Feature] Added user parameters support when connecting (#98)
* Added support for user parameters on connection
* Added changelog notes and updated demos.
* Updated .connect() signature to match powersync-js.
* [Chore] Update Django Demo Readme (#120)
* update Django readme
* remove unneeded override (#121)
* Remove unusued imports
* Update sqlite3 wasm
Script to download core for testing
* Add updateHasSynced to db_mixin
Pr feedback and cleanup
* Fix hasSynced status
* Make client params public
* Abort sync on aborted disconnect
* fix bug in setStatus
* Fix native powersync_flutter_libs dependency
* Add powersync_init on database init
* Update js dependency
* Update supabase_flutter
* Download core binary with dart script instead of github action
* Fix watch query table names (#123)
* Fix watch query table names
* Add to changelog
* Fix check for null or empty triggerOnTables
* Upgrade sqlite_async version for attachments helper
* [Fix] Offline has synced (#124)
* fix offline has synced
* Add watch query table names fix
* Add chrome test
* Remove internalTrackedWrite for web database
* Increase 'Multiple calls to disconnect' test timeout
* Remove timeout and separate flutter and dart tests
* Complete abort on disconnect
---------
Co-authored-by: Conrad Hofmeyr <cahofmeyr@gmail.com>
Co-authored-by: Ralf Kistner <ralf@journeyapps.com>
Co-authored-by: Kobie Botha <kobie@journeyapps.com>
Co-authored-by: stevensJourney <51082125+stevensJourney@users.noreply.github.com>
Co-authored-by: Christiaan Landman <chriz.ek@gmail.com>
Co-authored-by: Dieter Plaetinck <dieter@plaetinck.be>
Co-authored-by: Steven Ontong <steven@journeyapps.com>1 parent ecc9c22 commit 4a6fe88
File tree
251 files changed
+8960
-1417
lines changed- .github/workflows
- demos
- django-todolist
- android
- app
- src
- debug
- main
- kotlin/co/powersync/demotodolist
- res
- drawable-v21
- drawable
- mipmap-hdpi
- mipmap-mdpi
- mipmap-xhdpi
- mipmap-xxhdpi
- mipmap-xxxhdpi
- values-night
- values
- profile
- gradle/wrapper
- ios
- Flutter
- Runner.xcodeproj
- project.xcworkspace
- Runner.xcworkspace
- Runner
- Assets.xcassets
- AppIcon.appiconset
- LaunchImage.imageset
- Base.lproj
- lib
- migrations
- models
- widgets
- linux
- flutter
- macos
- Flutter
- Runner.xcodeproj
- Runner.xcworkspace
- Runner
- Assets.xcassets/AppIcon.appiconset
- Base.lproj
- Configs
- windows
- flutter
- runner
- resources
- supabase-anonymous-auth
- linux/flutter
- macos/Flutter
- windows/flutter
- supabase-edge-function-auth
- linux/flutter
- macos/Flutter
- windows/flutter
- supabase-simple-chat
- lib/models
- linux/flutter
- macos/Flutter
- windows/flutter
- supabase-todolist
- android/app
- ios
- lib
- models
- widgets
- linux/flutter
- macos
- Flutter
- windows/flutter
- packages
- powersync_attachments_helper
- powersync_flutter_libs
- android
- gradle/wrapper
- src/main
- java/com/powersync/powersync_flutter_libs
- example
- ios
- Classes
- lib
- linux
- include/powersync_flutter_libs
- macos
- Classes
- windows
- include/powersync_flutter_libs
- powersync
- lib
- src
- database
- native
- web
- open_factory
- native
- web
- test
- utils
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
251 files changed
+8960
-1417
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
| 51 | + | |
53 | 52 | | |
| 53 | + | |
| 54 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
6 | 19 | | |
7 | 20 | | |
8 | 21 | | |
| |||
11 | 24 | | |
12 | 25 | | |
13 | 26 | | |
14 | | - | |
| 27 | + | |
15 | 28 | | |
16 | 29 | | |
17 | 30 | | |
18 | | - | |
19 | | - | |
| 31 | + | |
| 32 | + | |
20 | 33 | | |
21 | 34 | | |
22 | 35 | | |
23 | 36 | | |
24 | 37 | | |
25 | | - | |
| 38 | + | |
26 | 39 | | |
27 | 40 | | |
28 | 41 | | |
29 | 42 | | |
30 | 43 | | |
31 | | - | |
32 | | - | |
| 44 | + | |
33 | 45 | | |
34 | 46 | | |
35 | 47 | | |
| |||
39 | 51 | | |
40 | 52 | | |
41 | 53 | | |
42 | | - | |
| 54 | + | |
43 | 55 | | |
44 | 56 | | |
45 | 57 | | |
46 | | - | |
47 | | - | |
| 58 | + | |
| 59 | + | |
48 | 60 | | |
49 | 61 | | |
50 | 62 | | |
51 | 63 | | |
52 | 64 | | |
53 | | - | |
| 65 | + | |
54 | 66 | | |
55 | 67 | | |
56 | 68 | | |
57 | 69 | | |
58 | 70 | | |
59 | | - | |
60 | | - | |
61 | | - | |
| 71 | + | |
| 72 | + | |
62 | 73 | | |
63 | 74 | | |
64 | 75 | | |
| |||
68 | 79 | | |
69 | 80 | | |
70 | 81 | | |
71 | | - | |
| 82 | + | |
72 | 83 | | |
73 | 84 | | |
74 | 85 | | |
75 | | - | |
| 86 | + | |
76 | 87 | | |
77 | 88 | | |
78 | 89 | | |
79 | 90 | | |
80 | 91 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
87 | 98 | | |
88 | 99 | | |
89 | 100 | | |
90 | | - | |
91 | | - | |
92 | | - | |
| 101 | + | |
| 102 | + | |
93 | 103 | | |
94 | 104 | | |
95 | 105 | | |
| |||
99 | 109 | | |
100 | 110 | | |
101 | 111 | | |
102 | | - | |
| 112 | + | |
103 | 113 | | |
104 | 114 | | |
105 | 115 | | |
106 | | - | |
107 | | - | |
| 116 | + | |
| 117 | + | |
108 | 118 | | |
109 | 119 | | |
110 | 120 | | |
111 | 121 | | |
112 | 122 | | |
113 | | - | |
| 123 | + | |
114 | 124 | | |
115 | 125 | | |
116 | 126 | | |
117 | 127 | | |
118 | 128 | | |
119 | | - | |
120 | | - | |
| 129 | + | |
121 | 130 | | |
122 | 131 | | |
123 | 132 | | |
| |||
127 | 136 | | |
128 | 137 | | |
129 | 138 | | |
130 | | - | |
| 139 | + | |
131 | 140 | | |
132 | 141 | | |
133 | 142 | | |
134 | | - | |
135 | | - | |
| 143 | + | |
| 144 | + | |
136 | 145 | | |
137 | 146 | | |
138 | 147 | | |
139 | 148 | | |
140 | 149 | | |
141 | | - | |
| 150 | + | |
142 | 151 | | |
143 | 152 | | |
144 | 153 | | |
145 | 154 | | |
146 | 155 | | |
147 | | - | |
148 | | - | |
149 | | - | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
0 commit comments