Ammar Githam
a2cc4573e1
Rename .java to .kt
4 years ago
Ammar Githam
cf65ed0fc5
Convert FriendshipRepository and FriendshipService to kotlin
4 years ago
Ammar Githam
7769aa220f
Rename .java to .kt
4 years ago
Ammar Githam
143a0ce259
Convert GraphQLRepository and GraphQLService to kotlin
4 years ago
Ammar Githam
dd3562116b
Rename .java to .kt
4 years ago
Ammar Githam
a2bd2e4b53
Convert UserRepository and UserService to kotlin
4 years ago
Ammar Githam
6b24c907dd
Rename .java to .kt
4 years ago
Ammar Githam
e56e4c17c9
Migrate MediaService to object
4 years ago
Ammar Githam
3f09c7d173
Convert User to kotlin
4 years ago
Ammar Githam
04aae488d9
Rename .java to .kt
4 years ago
Ammar Githam
faf299f6f0
Preparation for adding ProfileFragmentViewModel
4 years ago
Austin Huang
696a8c9c61
close #1383
4 years ago
Austin Huang
bcfe4819cb
close #1346
4 years ago
Austin Huang
8e1d5c66bd
close #1388 (i think)
4 years ago
Austin Huang
4a72d64a6d
close #1385
4 years ago
Austin Huang
aad93a9662
close #1386
4 years ago
Austin Huang
86ce7e5f05
close #1387
4 years ago
Ammar Githam
b997504602
Convert MediaRepository and MediaService to kotlin.
4 years ago
Ammar Githam
708e0fda5b
Some code cleanup
4 years ago
Ammar Githam
8491d1aac7
Convert BitmapUtils to kotlin and migrate MediaUploader funcs to suspend
4 years ago
Ammar Githam
5756f055d9
Convert DownloadWorker to kotlin
4 years ago
Ammar Githam
9e65ee9d27
Rename .java to .kt
4 years ago
Ammar Githam
45e629ee61
Convert DirectMessageSettingsFragment to kotlin
4 years ago
Ammar Githam
01c944486d
Convert DirectPendingInboxFragment to kotlin
4 years ago
Ammar Githam
ffafda0085
Rename .java to .kt
4 years ago
Ammar Githam
da41393177
Some refactoring and fixes
4 years ago
Ammar Githam
fd3b1a8d18
Convert DirectMessageInboxFragment to kotlin
4 years ago
Ammar Githam
652c57aa24
Rename .java to .kt
4 years ago
Ammar Githam
bcec6d373c
Fix comment replies cursor
4 years ago
Ammar Githam
e6b791bd4d
Merge remote-tracking branch 'upstream/master'
4 years ago
Ammar Githam
cc1741005b
DirectMessagesRepository migrated to suspend functions
4 years ago
Austin Huang
10785fe03f
Merge pull request #1368 from TotalCaesar659/patch-1
Update URLs to HTTPS
4 years ago
TotalCaesar659
6c2b56c3a5
Revert emoji back
4 years ago
Austin Huang
d4307fc770
fix profile post graphql hash
might solve the problem where the app and browser has different ratelimits
4 years ago
TotalCaesar659
6b662c9aee
Update URLs to HTTPS
4 years ago
Ammar Githam
0c77611e22
Missed gradle changes
4 years ago
Ammar Githam
741a997424
More suspend funs
4 years ago
Ammar Githam
538a1406a6
Merge remote-tracking branch 'upstream/master'
4 years ago
Ammar Githam
87e6e4440f
Convert to kotlin, suspend funs, and viewModelScope
4 years ago
Ammar Githam
68bc9a7543
Rename .java to .kt
4 years ago
Austin Huang
d532d28ac3
convert some to kotlin
4 years ago
Austin Huang
7cf659c4f5
Rename .java to .kt
4 years ago
Austin Huang
a037b68f27
oops
4 years ago
Austin Huang
267096ff39
move private post warning to share dialog
i don't know if this works on android 10+ but eh
4 years ago
Austin Huang
241c9437c5
close #1360 , close #1361
4 years ago
Austin Huang
972f71c480
convert some to kotlin
4 years ago
Austin Huang
37b4817bd7
Rename .java to .kt
4 years ago
Austin Huang
9dc3af4ee8
ignore .fdroid.yml
4 years ago
Ammar Githam
ed092d7af0
Fix unresolved reference error. See description.
New okio version is not on the release classpath but it is on the debug classpath. Since leakcanary has move to it, but retrofit2 still uses old. So need to explicitly use old api in code and suppress the deprecation.
4 years ago
Ammar Githam
9d2cc10083
Use map directly
4 years ago