Commit Graph

428 Commits (4f0c2e7b92d8399602e3f9fbc596235c4efccecc)

Author SHA1 Message Date
lihenggui 4f0c2e7b92 Implement multiplatform settings
2 years ago
lihenggui 015cf5ad29 WIP: Implement datastore settings
2 years ago
lihenggui a7b98f6953 Merge branch 'compose_multiplatform' of https://github.com/lihenggui/nowinandroid into compose_multiplatform
2 years ago
lihenggui e1715c6601 WIP: Add multiplatform-settings library
2 years ago
lihenggui ba102c67da Move protos to commonMain
2 years ago
lihenggui c3dbc689b6 Convert datastore-proto to multiplatform library
2 years ago
lihenggui 40a9f09786 Use @Component in the database module
2 years ago
lihenggui db8e99efdc Add platform specific implementation for dispatchers
2 years ago
lihenggui 2f412db367 Use object to provide implementations
2 years ago
lihenggui 460060389e Merge remote-tracking branch 'upstream/main' into compose_multiplatform
2 years ago
lihenggui c5521ce89b Make :core:common as a multiplatform library
2 years ago
lihenggui 29c3038e70 Add coroutine dependency
2 years ago
lihenggui 4dc3fa9653 Make JS target work
2 years ago
lihenggui 8bc97082fb Remove js support
2 years ago
lihenggui b480d60520 Fix SQL grammar errors
2 years ago
lihenggui 6b0a2a38ee Add sqljs-config.js
2 years ago
lihenggui cdc9336d8b Allow foreign keys
2 years ago
lihenggui 63835eb5c5 Fix typos in sq file
2 years ago
Don Turner 1d2029aa2c
Merge pull request #1040 from SimonMarquis/fix-unit-test
2 years ago
Mercury Li 242878e50e
Merge pull request #1 from lihenggui/compose_multiplatform
2 years ago
lihenggui af1ab65981 Add new KotlinInjectConventionPlugin
2 years ago
lihenggui 34e2981785 Using Java driver in the android tests
2 years ago
lihenggui 92392ba13d Add implementations in the test module
2 years ago
lihenggui fdf29ab32e Add necessary dependencies and fix compilation errors
2 years ago
lihenggui e0ac78cb12 Fix compile errors in DriverModule
2 years ago
lihenggui 5e792f08d9 Remove Android room annotations
2 years ago
lihenggui 5d1988a65a Implement TopicsFts
2 years ago
lihenggui ef2fe0252d Implement TopicDao
2 years ago
lihenggui 147baf2043 Implement RecentSearchQueryDao
2 years ago
lihenggui b758f6073d Fix compilation errors in NewsResourceFtsDao
2 years ago
lihenggui d56f934e12 WIP: Implement DAOs
2 years ago
lihenggui 90bf87b293 Use singular form in the sq file
2 years ago
lihenggui 9bf5033c05 Add functions in the sq file
2 years ago
lihenggui bbc9a537dc Correct sql scripts and use SQLite 3.38 dialect
2 years ago
lihenggui 8fc89e8965 Add AUTOINCREMENT in id
2 years ago
lihenggui 9810692d68 Suppress errors in sq file
2 years ago
lihenggui 69a24c7e20 Add NewsResourcesTopics
2 years ago
lihenggui 502f5646ad Add recent search query
2 years ago
lihenggui 68ea9a6a60 Rename table file name
2 years ago
lihenggui 2434f16495 Add Topics and TopicsFts
2 years ago
lihenggui 68ca447076 Add NewsResourceTopicCrossRef.sq
2 years ago
lihenggui 704dd5bab6 Add NewsResourceFtsEntity.sq
2 years ago
lihenggui 1d4792f16c WIP: Migrate table to SqlDelight
2 years ago
lihenggui 0712a7d26a Add SqlDelight drivers
2 years ago
lihenggui bdf201762e Add sqldelight support and move source to the commonMain folder
2 years ago
lihenggui 218d820b6c Create commonMain for the model module
2 years ago
Tomáš Mlynarič 4cdc2ad345 Add comment for Retrofit async OkHttp
2 years ago
Tomáš Mlynarič d110d92b87 Optimize OkHttp initialization for Retrofit
2 years ago
Tomáš Mlynarič 5f0612102d Improve lazy loading for Coil + OkHttp
2 years ago
Simon Marquis b687328567
Replace comments with proper `@TestOnly` annotations
2 years ago