Yuito-app-android/app/src/main/java/com/keylesspalace/tusky
Vavassor f313884f7d Adds a link to the text of a post when media is attached. 2017-05-03 20:27:59 -04:00
..
entity Emojione shortcodes now converted to unicode in display names. closes #82, closes #129 2017-04-25 18:31:27 -04:00
AccountActionListener.java Follow requests list is available. Closes #222 2017-04-28 23:52:14 -04:00
AccountActivity.java Switches back a foolish last second change that ruined the light theme toolbar text fix. 2017-05-01 23:39:06 -04:00
AccountAdapter.java Block and mute lists now remove the entries when you unmute/unblock a user, with a short popup to undo if it's unintentional. Just for clearer feedback. 2017-04-22 02:06:19 -04:00
AccountListActivity.java Follow requests list is available. Closes #222 2017-04-28 23:52:14 -04:00
AccountListFragment.java Follow requests list is available. Closes #222 2017-04-28 23:52:14 -04:00
AccountPagerAdapter.java Follow requests list is available. Closes #222 2017-04-28 23:52:14 -04:00
AdapterItemRemover.java Blocking and muting now removes all statuses by that user in EVERY currently-loaded timeline. 2017-04-21 23:16:05 -04:00
Assert.java License change back to GPL 3 2017-04-09 20:12:31 -04:00
BaseActivity.java Organizes libraries and removes a flavor-specific import (possibly unnecessary?). 2017-04-28 16:41:44 -04:00
BaseFragment.java Custom tabs are now used for login and links on account pages, with a fallback to the default browser if not supported. 2017-04-25 07:30:57 -04:00
BlocksAdapter.java Moves Firebase notifications to a "google" build flavor and adds an "fdroid" flavor that uses polling for notifications. 2017-04-27 23:29:42 -04:00
ComposeActivity.java Adds a link to the text of a post when media is attached. 2017-05-03 20:27:59 -04:00
ComposeOptionsFragment.java Fixes crash on android version Lollipop and earlier due to an unsupported way vector drawable icons were assigned to radio buttons. 2017-05-03 18:33:15 -04:00
ConversationLineItemDecoration.java License change back to GPL 3 2017-04-09 20:12:31 -04:00
CountUpDownLatch.java License change back to GPL 3 2017-04-09 20:12:31 -04:00
CustomTabURLSpan.java Custom tabs are now used for login and links on account pages, with a fallback to the default browser if not supported. 2017-04-25 07:30:57 -04:00
CustomTabsHelper.java implemented chrome custom tabs 2017-04-07 08:51:48 -04:00
DateUtils.java License change back to GPL 3 2017-04-09 20:12:31 -04:00
DownsizeImageTask.java Fixes a crash when reorienting and downsizing an image for upload. Closes #247 2017-05-02 20:06:48 -04:00
EditProfileActivity.java Add gestion of avatar and header 2017-05-01 15:23:34 +02:00
EditTextTyped.java Change locked accounts to default visibility to "followers-only", and reorganizes the composer because it was getting cluttered. 2017-05-02 18:17:54 -04:00
EndlessOnScrollListener.java License change back to GPL 3 2017-04-09 20:12:31 -04:00
FavouritesActivity.java Adds forgotten and required interface to FavouritesActivity (SFragment.OnUserRemovedListener). Closes #245 2017-04-30 02:30:45 -04:00
FlowLayout.java License change back to GPL 3 2017-04-09 20:12:31 -04:00
FollowAdapter.java License change back to GPL 3 2017-04-09 20:12:31 -04:00
FollowRequestsAdapter.java Follow requests list is available. Closes #222 2017-04-28 23:52:14 -04:00
FooterViewHolder.java Timeline footer improvements 2017-04-15 19:25:39 +02:00
HtmlUtils.java License change back to GPL 3 2017-04-09 20:12:31 -04:00
IOUtils.java Profile editor functionally complete. 2017-04-19 00:01:04 -04:00
LinkHelper.java Moves Firebase notifications to a "google" build flavor and adds an "fdroid" flavor that uses polling for notifications. 2017-04-27 23:29:42 -04:00
LinkListener.java Moves Firebase notifications to a "google" build flavor and adds an "fdroid" flavor that uses polling for notifications. 2017-04-27 23:29:42 -04:00
Log.java Clears out diagnostic code. 2017-04-12 22:26:45 -04:00
LoginActivity.java Emojione shortcodes now converted to unicode in display names. closes #82, closes #129 2017-04-25 18:31:27 -04:00
MainActivity.java Fixes crash on android version Lollipop and earlier due to an unsupported way vector drawable icons were assigned to radio buttons. 2017-05-03 18:33:15 -04:00
MastodonAPI.java Profile edits for display name and bio are working. Avatar and header image picking are in but not uploaded. 2017-04-17 02:49:56 -04:00
MutesAdapter.java Block and mute lists now remove the entries when you unmute/unblock a user, with a short popup to undo if it's unintentional. Just for clearer feedback. 2017-04-22 02:06:19 -04:00
NotificationClearBroadcastReceiver.java License change back to GPL 3 2017-04-09 20:12:31 -04:00
NotificationMaker.java Moves Firebase notifications to a "google" build flavor and adds an "fdroid" flavor that uses polling for notifications. 2017-04-27 23:29:42 -04:00
NotificationsAdapter.java Adds ability to mute from an individual status. Also, all statuses from that user are removed from the timeline on the spot. 2017-04-21 20:58:44 -04:00
NotificationsFragment.java fix bugs with fab showing/hiding on scroll 2017-04-22 10:41:49 +02:00
OkHttpUtils.java Moves Firebase notifications to a "google" build flavor and adds an "fdroid" flavor that uses polling for notifications. 2017-04-27 23:29:42 -04:00
PreferencesActivity.java License change back to GPL 3 2017-04-09 20:12:31 -04:00
PreferencesFragment.java License change back to GPL 3 2017-04-09 20:12:31 -04:00
ReportActivity.java License change back to GPL 3 2017-04-09 20:12:31 -04:00
ReportAdapter.java License change back to GPL 3 2017-04-09 20:12:31 -04:00
RoundedTransformation.java License change back to GPL 3 2017-04-09 20:12:31 -04:00
SFragment.java Custom tabs are now used for login and links on account pages, with a fallback to the default browser if not supported. 2017-04-25 07:30:57 -04:00
SpanUtils.java Change locked accounts to default visibility to "followers-only", and reorganizes the composer because it was getting cluttered. 2017-05-02 18:17:54 -04:00
SpannedTypeAdapter.java Moves Firebase notifications to a "google" build flavor and adds an "fdroid" flavor that uses polling for notifications. 2017-04-27 23:29:42 -04:00
SplashActivity.java License change back to GPL 3 2017-04-09 20:12:31 -04:00
StatusActionListener.java Custom tabs are now used for login and links on account pages, with a fallback to the default browser if not supported. 2017-04-25 07:30:57 -04:00
StatusRemoveListener.java Moves Firebase notifications to a "google" build flavor and adds an "fdroid" flavor that uses polling for notifications. 2017-04-27 23:29:42 -04:00
StatusViewHolder.java Emojione shortcodes now converted to unicode in display names. closes #82, closes #129 2017-04-25 18:31:27 -04:00
StringWithEmoji.java Moves Firebase notifications to a "google" build flavor and adds an "fdroid" flavor that uses polling for notifications. 2017-04-27 23:29:42 -04:00
StringWithEmojiTypeAdapter.java Moves Firebase notifications to a "google" build flavor and adds an "fdroid" flavor that uses polling for notifications. 2017-04-27 23:29:42 -04:00
ThemeUtils.java License change back to GPL 3 2017-04-09 20:12:31 -04:00
ThreadAdapter.java Fixes reorienting creating a visual duplicate of the thread. Closes #237 2017-05-03 16:28:46 -04:00
TimelineAdapter.java Blocking and muting now removes all statuses by that user in EVERY currently-loaded timeline. 2017-04-21 23:16:05 -04:00
TimelineFragment.java Custom tabs are now used for login and links on account pages, with a fallback to the default browser if not supported. 2017-04-25 07:30:57 -04:00
TimelinePagerAdapter.java Blocking and muting now removes all statuses by that user in EVERY currently-loaded timeline. 2017-04-21 23:16:05 -04:00
TuskyAPI.java License change back to GPL 3 2017-04-09 20:12:31 -04:00
TuskyApplication.java TuskyApplication: call super.onCreate() 2017-05-01 14:02:32 +08:00
TuskyTileService.java License change back to GPL 3 2017-04-09 20:12:31 -04:00
ViewMediaFragment.java merge resolved 2017-04-21 00:19:37 -04:00
ViewTagActivity.java Custom tabs are now used for login and links on account pages, with a fallback to the default browser if not supported. 2017-04-25 07:30:57 -04:00
ViewThreadActivity.java Fixes reorienting creating a visual duplicate of the thread. Closes #237 2017-05-03 16:28:46 -04:00
ViewThreadFragment.java Fixes reorienting creating a visual duplicate of the thread. Closes #237 2017-05-03 16:28:46 -04:00
ViewVideoActivity.java changed VideoActivity to allow for video looping 2017-04-10 15:39:21 -04:00