Commit Graph

71 Commits (6b0a2a38ee2a229eff484c447f0998a4a72f22bd)

Author SHA1 Message Date
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
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
Simon Marquis f27a2e176e Reduce overall build complexity
2 years ago
Don Turner a381d13199
Merge pull request #958 from McGalanes/main
2 years ago
Melwin Magalhaes 6247712064 Add convention plugins to version catalogs
2 years ago
Melwin Magalhaes b1266dc05a Use typesafe project accessors for project modules
2 years ago
Simon Marquis a33dafccad Migrate from `java` to `kotlin` sourceSet directory
2 years ago
Simon Marquis daa2228132 Restore original `type` labels
3 years ago
Simon Marquis 553b01fcb6 spotlessApply
3 years ago
Simon Marquis 0377fd8712 Replace `NewsResourceType` enum with simpler String type
3 years ago
Simon Marquis 4bdc9705af Fix miscellaneous warnings
3 years ago
blackbracken b570be2abb reformat by spotless
3 years ago
blackbracken e9a16e437d add kdoc for getNewsResourceIds
3 years ago
blackbracken 805914dade Call getNewsResourceIds instead of getNewsResources
3 years ago
Miłosz Moczkowski 5bf66739bd Remove redundant statements
3 years ago
TJ Dahunsi cd6ad7d575 Ensure DAO exposes only reactive types
3 years ago
Don Turner 2fd1b716f6
Merge pull request #667 from SimonMarquis/cleanup/warnings
3 years ago
Milosz Moczkowski c746b6afcd
Merge pull request #598 from takagimeow/fix/clean-up-unused-update-topics
3 years ago
Simon Marquis 459717f8ba Remove `DSL_SCOPE_VIOLATION` suppression as it is now fixed in Gradle 8.1
3 years ago
Takeshi Hagikura b3cdc172cd
Implement search feature (#685)
3 years ago
Adetunji Dahunsi 05be2855d8 Wire up backend requested sync
3 years ago
Keisuke Takagi d56d8e1380 Merge branch 'main' of https://github.com/takagimeow/nowinandroid into fix/clean-up-unused-update-topics
3 years ago
AlfianHanantio bcd4a6de59 Remove redundant code block for managed virtual device creation
3 years ago
Keisuke Takagi 0a748bc899 Merge branch 'main' of github.com:takagimeow/nowinandroid into fix/clean-up-unused-update-topics
3 years ago