Yuito-app-android/app/src/main/java/com/keylesspalace/tusky
pandasoft0 3b1288e99c Improve search results (#1327)
* Add entities and request for search APIv2

* Implement search adapter and fragment

* Fix issue with snackbar

* Implement search accounts fragment

* Implement generic search fragment

* Remove unneeded import

* Implement "status" actions, fix issues

* Remove SFragment dependency

* Update app/src/main/java/com/keylesspalace/tusky/components/search/fragments/SearchStatusesFragment.kt

Co-Authored-By: Konrad Pozniak <connyduck@users.noreply.github.com>

* Clean-up post review suggestions

* Make TabLayout background colour match search bar

* Corrected method call syntax

* Added SwipeRefreshLayout to SearchFragment

* Fixed refresh to update all three tabs
2019-07-19 20:10:20 +02:00
..
adapter Improve search results (#1327) 2019-07-19 20:10:20 +02:00
appstore Implement instance mutes (#1311) 2019-06-11 15:56:27 +02:00
components Improve search results (#1327) 2019-07-19 20:10:20 +02:00
db fix timeline reloading and favs/boosts/polls showing up at wrong pos (#1374) 2019-07-10 06:52:13 +02:00
di Improve search results (#1327) 2019-07-19 20:10:20 +02:00
entity Improve search results (#1327) 2019-07-19 20:10:20 +02:00
fragment Improve search results (#1327) 2019-07-19 20:10:20 +02:00
interfaces Account Activity enhancements (#1196) 2019-05-15 12:43:16 +02:00
json fix proguard issue with NotificationTypeAdapter (#1129) 2019-03-17 07:57:10 +01:00
network Improve search results (#1327) 2019-07-19 20:10:20 +02:00
pager Account Activity enhancements (#1196) 2019-05-15 12:43:16 +02:00
receiver fix some lint warnings and Kotlin style issues (#1390) 2019-07-16 19:26:55 +02:00
repository cleanup entity classes and ViewThreadFragment (#1302) 2019-06-02 21:23:18 +02:00
service Migrate to Glide (#1175) 2019-04-16 21:39:12 +02:00
util Improve search results (#1327) 2019-07-19 20:10:20 +02:00
view make avatar images in drawer rounded squares (#1388) 2019-07-16 19:26:41 +02:00
viewdata Improve search results (#1327) 2019-07-19 20:10:20 +02:00
viewmodel upgrade dependencies (#1389) 2019-07-16 19:36:04 +02:00
AboutActivity.kt Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00
AccountActivity.kt fix some lint warnings and Kotlin style issues (#1390) 2019-07-16 19:26:55 +02:00
AccountListActivity.kt Update Dagger & other deps (#1315) 2019-06-09 19:48:04 +02:00
AccountsInListFragment.kt fix avatars and display names in AccountsInListFragment (#1392) 2019-07-16 20:19:57 +02:00
BaseActivity.java remove some unneeded code from BaseActivity (#1281) 2019-05-26 08:12:42 +02:00
BottomSheetActivity.kt fix some lint warnings 2019-04-21 08:24:29 +02:00
ComposeActivity.java Add @ and # helper buttons to compose activity (#1277) 2019-06-24 10:33:05 +02:00
EditProfileActivity.kt Animate gif avatars (#1279) 2019-05-26 08:46:08 +02:00
EmojiPreference.java 2019 Emoji Update (#1261) 2019-06-06 21:51:56 +02:00
FavouritesActivity.java Update Dagger & other deps (#1315) 2019-06-09 19:48:04 +02:00
FiltersActivity.kt fix build warnings (#1331) 2019-06-24 22:15:31 +02:00
LicenseActivity.kt Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00
ListsActivity.kt Update Dagger & other deps (#1315) 2019-06-09 19:48:04 +02:00
LoginActivity.kt enhance bad-domain detection 2019-06-01 15:29:15 -04:00
MainActivity.java Improve search results (#1327) 2019-07-19 20:10:20 +02:00
ModalTimelineActivity.kt Update Dagger & other deps (#1315) 2019-06-09 19:48:04 +02:00
PreferencesActivity.kt Update Dagger & other deps (#1315) 2019-06-09 19:48:04 +02:00
SavedTootActivity.java Implement redraft feature. (#1190) 2019-04-21 15:16:39 +02:00
SplashActivity.kt fix LoginActivity created twice on unauthenticated appstart (#1352) 2019-06-29 11:39:50 +02:00
TabData.kt add hashtag tabs (#1145) 2019-03-24 08:59:55 +01:00
TabPreferenceActivity.kt prevent empty hashtag in TabPreferenceActivity (#1160) 2019-03-28 21:10:53 +01:00
TuskyApplication.java Update Dagger & other deps (#1315) 2019-06-09 19:48:04 +02:00
ViewMediaActivity.kt fix downloading media on Android 5 (#1206) 2019-04-21 22:59:49 +02:00
ViewTagActivity.java Update Dagger & other deps (#1315) 2019-06-09 19:48:04 +02:00
ViewThreadActivity.java Update Dagger & other deps (#1315) 2019-06-09 19:48:04 +02:00