Commit Graph

422 Commits (aea04c31730442f378711b20d1bc892f485ed291)

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