Yuito-app-android/app/src/main/java/com/keylesspalace/tusky
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
..
adapter Keep scroll position when loading missing statuses (#3000) 2023-01-13 19:26:24 +01:00
appstore improve logout (#2579) 2022-06-20 16:45:54 +02:00
components Modernize a bit (#3171) 2023-02-04 19:58:53 +01:00
db Modernize a bit (#3171) 2023-02-04 19:58:53 +01:00
di Dialog notifying user of failure when media upload fails (#3135) 2023-01-27 20:50:45 +01:00
entity show status edits (#3049) 2023-01-02 14:09:18 +01:00
fragment Ensure the media description is visible over the video (#3210) 2023-01-27 21:52:29 +01:00
interfaces show status edits (#3049) 2023-01-02 14:09:18 +01:00
json don't crash on unparseable date (#3129) 2023-01-09 21:24:04 +01:00
network Keep scroll position when loading missing statuses (#3000) 2023-01-13 19:26:24 +01:00
pager move AccountActivity and related classes to a new package (#2216) 2022-01-11 19:55:17 +01:00
receiver Handoff media upload (#2947) 2022-12-29 19:58:23 +01:00
service don't show sending failed dialog when sending was cancelled (#3226) 2023-01-28 12:40:36 +01:00
settings Implement HTTP proxy summary as a SummaryProvider (#3091) 2023-01-13 19:28:46 +01:00
usecase Keep scroll position when loading missing statuses (#3000) 2023-01-13 19:26:24 +01:00
util Modernize a bit (#3171) 2023-02-04 19:58:53 +01:00
view Modernize a bit (#3171) 2023-02-04 19:58:53 +01:00
viewdata show status edits (#3049) 2023-01-02 14:09:18 +01:00
viewmodel Handle even more instance defaults (#2612) 2022-07-26 20:24:50 +02:00
AboutActivity.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
AccountListActivity.kt revert CompatExtensions (#2773) 2022-11-09 19:32:54 +01:00
AccountsInListFragment.kt migrate Lists from RxJava to Kotlin coroutines (#2537) 2022-05-18 18:45:35 +02:00
BaseActivity.java Modernize a bit (#3171) 2023-02-04 19:58:53 +01:00
BottomSheetActivity.kt Load goto social and microblog.pub urls in the app (#2945) 2022-12-03 12:16:17 +01:00
EditProfileActivity.kt Handle even more instance defaults (#2612) 2022-07-26 20:24:50 +02:00
FiltersActivity.kt Implement getFilters() without rxjava (#2990) 2022-12-07 19:30:53 +01:00
LicenseActivity.kt migrate `IOUtils` to Kotlin (#2763) 2022-11-07 20:10:06 +01:00
ListsActivity.kt Convert util/{HttpHeaderLink,PairedList,TimestampUtils,ThemeUtils} to Kotlin (#3046) 2022-12-31 13:01:35 +01:00
MainActivity.kt Modernize a bit (#3171) 2023-02-04 19:58:53 +01:00
SplashActivity.kt remove legacy notification channel cleanup (#2550) 2022-05-25 20:54:25 +02:00
StatusListActivity.kt Fix tests (#3022) 2022-12-08 09:58:58 +01:00
TabData.kt Replace the default federated timeline tab with the direct messages tab. (#2866) 2022-11-19 19:01:00 +01:00
TabPreferenceActivity.kt Api 33 support (#2719) 2022-11-04 19:22:38 +01:00
TuskyApplication.kt Convert util/{HttpHeaderLink,PairedList,TimestampUtils,ThemeUtils} to Kotlin (#3046) 2022-12-31 13:01:35 +01:00
ViewMediaActivity.kt Support a swipe down to dismiss video (#2879) 2022-12-05 14:33:38 +01:00