Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/db
Goooler 3592318dc1
Modernize a bit (#3171)
* Remove redundant ignore file

* Add .gitattributes

* Generate new wrapper

* Apply plugins in `plugins`

* Adopt new dsl

* Enable stable config cache

* Ignore all build folders

* Enable build scan

* Disable buildFeatures flags by default

* Migrate to nonTransitive R class

* Tweak flags

* Bump AGP to 7.4.0

* Bump deps

* Run `ktlintFormat`

* Add an icon for IDEA to display

* Revert "Bump deps"

This reverts commit bc0d5b69d59f70289d5d5c4887a85e6af23cc662.

* Revert "Enable build scan"

This reverts commit 1568e5e84f1ee51064b3f426b1da0cf35fb67856.

* Remove com.android.library

* Enable Gradle cache

* Enable room incremental build

* Cleanups

* Cleanups

* Add .editorconfig

* Defer clean task

* Migrate `flavorDimensions`

* Merge instance-build.gradle into app's build.gradle

* Declare compileOptions & kotlinOptions

* Bump jvmTarget to 17

* Fix conflicts

* Xmx4g

* Rename output apks

* Revert "Bump jvmTarget to 17"

This reverts commit e4d1543bda65b6d2979ae0712bceee33fa8298a6.
2023-02-04 19:58:53 +01:00
..
AccountDao.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
AccountEntity.kt Respect "Always expand posts marked with content warnings" pref in notifications (#3154) 2023-01-12 19:40:01 +01:00
AccountManager.kt prevent the app from getting into an invalid state when old shortcuts are used (#3252) 2023-02-03 19:21:33 +01:00
AppDatabase.java Dialog notifying user of failure when media upload fails (#3135) 2023-01-27 20:50:45 +01:00
ConversationsDao.kt Fix conversations (#2556) 2022-05-30 19:06:14 +02:00
Converters.kt Modernize a bit (#3171) 2023-02-04 19:58:53 +01:00
DraftDao.kt Fix DraftDao queries on older SQLite (#3231) 2023-01-28 12:40:46 +01:00
DraftEntity.kt Dialog notifying user of failure when media upload fails (#3135) 2023-01-27 20:50:45 +01:00
DraftsAlert.kt Dialog notifying user of failure when media upload fails (#3135) 2023-01-27 20:50:45 +01:00
InstanceDao.kt fix caching of instance defaults and emojis (#2643) 2022-08-07 22:18:53 +02:00
InstanceEntity.kt Handle even more instance defaults (#2612) 2022-07-26 20:24:50 +02:00
TimelineDao.kt Check for status "type" before casting (class cast exception Placeholder) (#3203) 2023-01-27 19:48:48 +01:00
TimelineStatusEntity.kt Keep scroll position when loading missing statuses (#3000) 2023-01-13 19:26:24 +01:00