chinwag-android/app/src/main/java/com/keylesspalace/tusky
Bernd 0db1a23c4f Update Deps + Cleanup (#1158)
* Fix Typo

* Update build.gradle

* Update Deps

* Update Tests

* Fixes Tests

Without this some tests fail on my PC...

+ also:
"Put this in your gradle.properties:

android.enableUnitTestBinaryResources=true"
from http://robolectric.org/migrating/#project-configuration

* Make everything private

* Fix Warning

* Update TimelineFragment.java

* Update build.gradle

* Update gradle-wrapper.properties

* Update gradle-wrapper.properties

* Update gradle-wrapper.properties

* Fix Compile Errors

e.g.

Type inference failed. Expected type mismatch: inferred type is Preference? but Preference was expected

Type inference failed. Please try to specify type arguments explicitly.

* fix crash

* Grandle Wrapper 5.3

* Revert "Fix Compile Errors"

This reverts commit 4a774a4fe3ce82c84bd7b4d78e1a1c64af97cd0d.

* requirePreference

* oops

* Cleanup

* Update gradle-wrapper.properties
2019-03-30 15:18:16 +01:00
..
adapter Fix issue with content warnings not being expanded from a11y delegate (#1167) 2019-03-30 09:10:34 +01:00
appstore Tab customization & direct messages tab (#1012) 2019-02-12 19:22:37 +01:00
components/conversation Improve Dependency Injection (#1120) 2019-03-11 17:25:11 +01:00
db add hashtag tabs (#1145) 2019-03-24 08:59:55 +01:00
di Share filters with web client (#956) 2019-03-20 19:25:26 +01:00
entity Share filters with web client (#956) 2019-03-20 19:25:26 +01:00
fragment Update Deps + Cleanup (#1158) 2019-03-30 15:18:16 +01:00
interfaces Add option to download all media for a toot with one tap. (#1121) 2019-03-23 12:49:36 +01:00
json fix proguard issue with NotificationTypeAdapter (#1129) 2019-03-17 07:57:10 +01:00
network Share filters with web client (#956) 2019-03-20 19:25:26 +01:00
pager add hashtag tabs (#1145) 2019-03-24 08:59:55 +01:00
receiver Fix crash on Android 9 when replying from notification (#1091) 2019-03-01 21:06:48 +01:00
repository remove unneeded instance id from db cache (#1035) 2019-02-13 19:20:31 +01:00
service fix crash on Android 5 2019-02-22 16:58:13 +01:00
util Fix issue with content warnings not being expanded from a11y delegate (#1167) 2019-03-30 09:10:34 +01:00
view upgrade deps, fix some lint warnings 2019-02-11 16:59:01 +01:00
viewdata Refactor notifications adapter (#985) 2019-03-07 19:31:18 +01:00
viewmodel List editing (#1104) 2019-03-16 13:36:16 +01:00
AboutActivity.kt Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00
AccountActivity.kt fix crash in account activity (#1085) 2019-02-27 20:03:38 +01:00
AccountListActivity.kt add the ability to see who faved or boosted a toot (#962) 2018-12-27 09:48:24 +01:00
AccountsInListFragment.kt List editing (#1104) 2019-03-16 13:36:16 +01:00
BaseActivity.java Add option to download all media for a toot with one tap. (#1121) 2019-03-23 12:49:36 +01:00
BottomSheetActivity.kt Tab customization & direct messages tab (#1012) 2019-02-12 19:22:37 +01:00
ComposeActivity.java fix sharing to Tusky (#1140) 2019-03-23 12:50:24 +01:00
EditProfileActivity.kt Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00
EmojiPreference.java Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00
FavouritesActivity.java Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00
FiltersActivity.kt Share filters with web client (#956) 2019-03-20 19:25:26 +01:00
LicenseActivity.kt Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00
ListsActivity.kt create IconicsDrawable with right color instead of tinting it later (#1127) 2019-03-16 15:41:41 +01:00
LoginActivity.kt improve dialog styling 2018-12-17 20:47:42 +01:00
MainActivity.java Fix crash when sharing to Tusky while not logged in (#1096) 2019-03-03 21:27:34 +01:00
ModalTimelineActivity.kt Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00
PreferencesActivity.kt Improve Dependency Injection (#1120) 2019-03-11 17:25:11 +01:00
ReportActivity.java remove unnecessary divider styling (#1057) 2019-02-26 18:28:20 +01:00
SavedTootActivity.java remove unnecessary divider styling (#1057) 2019-02-26 18:28:20 +01:00
SearchActivity.java Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00
SplashActivity.kt Add new Theme "Use System Design" + fixes to night mode (#1069) 2019-03-07 21:33:29 +01: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 cleanup code 2019-03-08 21:10:48 +01:00
ViewMediaActivity.kt Add option to download all media for a toot with one tap. (#1121) 2019-03-23 12:49:36 +01:00
ViewTagActivity.java Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00
ViewThreadActivity.java Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00