Commit Graph

52 Commits (307bc9e2e310e5d729cf69bd20b1c2998d8109cf)

Author SHA1 Message Date
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
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
Milosz Moczkowski c746b6afcd
Merge pull request #598 from takagimeow/fix/clean-up-unused-update-topics
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 0a748bc899 Merge branch 'main' of github.com:takagimeow/nowinandroid into fix/clean-up-unused-update-topics
3 years ago
Adetunji Dahunsi 09f5c3bc61 Add NewsResourceQuery to better query encapsulation
3 years ago
Keisuke Takagi fb32580e0c remove unused updateNewsResources method
3 years ago
Keisuke Takagi 1489bf66e3 remove unused updateTopics method
3 years ago
Márton Braun 819dd494ad Run Spotless to add trailing commas (and apply other rule updates)
3 years ago
Jolanda Verhoef 4ba63c0de8 Remove author concept from app
3 years ago
Márton Braun 9c22a7a4e7 Remove `Stream` suffixes
3 years ago
Simon Marquis 90dc300783 Migrate from JUnit assertions to Kotlin's test framework
3 years ago
Wojtek Kaliciński dcc23829d4 Migrate packages to namespaces in build files
3 years ago
YvesKalume 4006d8d40a update : remove unused upsert method.
3 years ago
YvesKalume d094e96a72 update : Use @Upsert from Room instead of a custom helper
3 years ago
Milosz Moczkowski 303d08dd28 Spotless improvements
3 years ago