Trent Larson
9d4f726c31
bump to build # 19 version 0.4.7 for mobile packages
2 months ago
Trent Larson
7547e7a5f7
bump to build # 19 version 0.4.7 for mobile packages
2 months ago
Trent Larson
1d7f626645
fix SQL references to bad "key" -> "id"
2 months ago
Trent Larson
3f10833d79
fix SQL references to bad "key" -> "id"
2 months ago
Trent Larson
c5228ba7ec
fix retrieval of column names -- so now most ops are working (but not all, eg. set name)
2 months ago
Trent Larson
71052e8d9d
fix retrieval of column names -- so now most ops are working (but not all, eg. set name)
2 months ago
Trent Larson
6e1fcd8dee
remove unused DB methods (for now)
2 months ago
Trent Larson
340bceee31
remove unused DB methods (for now)
2 months ago
Trent Larson
5bb563d694
fix extraction of values from SQLite queries
2 months ago
Trent Larson
ea227fe0b8
fix extraction of values from SQLite queries
2 months ago
Trent Larson
a3951c9d66
refactor for clarity (no logic changes)
2 months ago
Trent Larson
4256cbcb61
refactor for clarity (no logic changes)
2 months ago
Trent Larson
aa177a9b8c
fix extraction of migration names for SQLite via Capacitor
2 months ago
Trent Larson
493438215c
fix extraction of migration names for SQLite via Capacitor
2 months ago
Trent Larson
03cb4720b8
fix Capacitor to use the same migrations (migrations run but accounts aren't created)
2 months ago
Trent Larson
8e57692387
fix Capacitor to use the same migrations (migrations run but accounts aren't created)
2 months ago
Jose Olarte III
0e65431f43
Map z-index fix + adjustments
- Set map z-index lower than nav
- Relocated search box to account for conditional visibility
- Various conditional fixes
- Spacing adjustments
3 months ago
Jose Olarte III
eeb3485589
Map z-index fix + adjustments
- Set map z-index lower than nav
- Relocated search box to account for conditional visibility
- Various conditional fixes
- Spacing adjustments
3 months ago
Trent Larson
297c5a2dbb
disable SQLite in Java & Swift (since they don't compile) & add SQL queueing on startup
At this point, the app compiles and runs in Android & iOS but DB operations fail.
3 months ago
Trent Larson
705c6092a3
disable SQLite in Java & Swift (since they don't compile) & add SQL queueing on startup
At this point, the app compiles and runs in Android & iOS but DB operations fail.
3 months ago
Jose Olarte III
92b9c9334c
Clickable person & project icons
- Known entities get routed to their corresponding detail views
- Unknown entities pop up a notification
3 months ago
Jose Olarte III
2137dd2c11
Clickable person & project icons
- Known entities get routed to their corresponding detail views
- Unknown entities pop up a notification
3 months ago
Jose Olarte III
706182ca0c
Icon for hidden DID entity
- Display EntityIcon for known entities, eye-slash icon for hidden entities, and the person-question icon for unknown entities
- Design tweaks (spacings, mostly)
3 months ago
Jose Olarte III
ce2a27f691
Icon for hidden DID entity
- Display EntityIcon for known entities, eye-slash icon for hidden entities, and the person-question icon for unknown entities
- Design tweaks (spacings, mostly)
3 months ago
Matthew Raymer
68e0fc4976
merge(master): big merge for qrcode-reboot
3 months ago
Matthew Raymer
1d1b37125d
merge(master): big merge for qrcode-reboot
3 months ago
Trent Larson
504056eb90
add some time to test 30 (but shrink the per-loop timeout)
3 months ago
Trent Larson
fcb41101be
add some time to test 30 (but shrink the per-loop timeout)
3 months ago
Trent Larson
5a1007c49c
add iOS development team ID
3 months ago
Trent Larson
92e564f7a5
add iOS development team ID
3 months ago
Jose Olarte III
cbc14e21ec
Look in .own.did for DID, as well
3 months ago
Jose Olarte III
366f5edae4
Look in .own.did for DID, as well
3 months ago
Trent Larson
ef3bfcdbd2
fix linting
3 months ago
Trent Larson
9741b6a3e6
fix linting
3 months ago
Trent Larson
ec1f27bab1
fix more logging cleanup errors
3 months ago
Trent Larson
c7c7b050af
fix more logging cleanup errors
3 months ago
Trent Larson
01c33069c4
fix more of the logging & log display
3 months ago
Trent Larson
931308f5b5
fix more of the logging & log display
3 months ago
Trent Larson
c637d39dc9
fix log cleanup check to actually pay attention to limit
3 months ago
Trent Larson
de7ab5c152
fix log cleanup check to actually pay attention to limit
3 months ago
Trent Larson
3e90bafbd1
correct & simplify the DB logging
3 months ago
Trent Larson
b2cccfb7ef
correct & simplify the DB logging
3 months ago
Matthew Raymer
d2c3e5db05
fix: one lint that got past me
3 months ago
Matthew Raymer
8bcdf86891
fix: one lint that got past me
3 months ago
Matthew Raymer
e824fcce2e
fix: linting issues
3 months ago
Matthew Raymer
97027cb025
fix: linting issues
3 months ago
Matthew Raymer
f2c49872a6
fix: resolve TypeScript errors in database service implementation
- Remove unnecessary generic type parameter from AbsurdSqlDatabaseService
- Fix type handling in operation queue and result processing
- Correct WebPlatformService dbGetOneRow implementation to use imported databaseService
- Add proper type annotations for database operation results
This commit improves type safety and fixes several TypeScript errors that were
preventing proper type checking in the database service layer.
3 months ago
Matthew Raymer
cd47c1014c
fix: resolve TypeScript errors in database service implementation
- Remove unnecessary generic type parameter from AbsurdSqlDatabaseService
- Fix type handling in operation queue and result processing
- Correct WebPlatformService dbGetOneRow implementation to use imported databaseService
- Add proper type annotations for database operation results
This commit improves type safety and fixes several TypeScript errors that were
preventing proper type checking in the database service layer.
3 months ago
Matthew Raymer
229d9184b2
WIP: BROKEN FOR ELECTRON: Fixes in progress
3 months ago
Matthew Raymer
473a115841
WIP: BROKEN FOR ELECTRON: Fixes in progress
3 months ago