chinwag-android/app/src/main/java/com/keylesspalace/tusky
2017-07-27 00:56:53 -04:00
..
adapter Fixes a crash when a timeline or thread is backgrounded and brought back with an uninitialized notification or status list. 2017-07-20 21:17:36 -04:00
db Saves content warnings in drafts. 2017-07-07 22:56:07 -04:00
entity Fixes a bug where mentioning users of the same username links them all to the same profile. Closes #312 2017-06-20 18:41:57 -04:00
fragment Addendum to commit 30d7f269de to cancel the callbacks so they're not called after the fragment is detached. Closes #357 2017-07-25 17:35:36 -04:00
interfaces Improve media browser and video viewer 2017-07-15 18:37:53 +03:00
json Changes mention and tag highlighting in the composer to use Mastodon's regex. Closes #145 Also, does some haphazard cleanup. 2017-07-01 20:32:35 -04:00
network Changes mention and tag highlighting in the composer to use Mastodon's regex. Closes #145 Also, does some haphazard cleanup. 2017-07-01 20:32:35 -04:00
pager Improve media browser and video viewer 2017-07-15 18:37:53 +03:00
receiver Broadcasts now cause a refresh on timelines after a post is composed instead of listeners. 2017-06-06 18:20:55 -04:00
service Reverts notifications from MQTT prototype to pull notifications. 2017-07-08 20:59:48 -04:00
util Fixes notifications not setting their visibility. 2017-07-16 19:56:26 -04:00
view Fixes some odd spacing in right-to-left direction and sets some icons to auto-mirror. 2017-07-12 17:03:32 -04:00
viewdata Fixes a crash when a timeline or thread is backgrounded and brought back with an uninitialized notification or status list. 2017-07-20 21:17:36 -04:00
AboutActivity.java Minor writing style changes. 2017-06-22 14:01:25 -04:00
AccountActivity.java Changes mention and tag highlighting in the composer to use Mastodon's regex. Closes #145 Also, does some haphazard cleanup. 2017-07-01 20:32:35 -04:00
AccountListActivity.java
BaseActivity.java Reverts notifications from MQTT prototype to pull notifications. 2017-07-08 20:59:48 -04:00
ComposeActivity.java Adds save draft button to composer. 2017-07-27 00:56:53 -04:00
EditProfileActivity.java Changes mention and tag highlighting in the composer to use Mastodon's regex. Closes #145 Also, does some haphazard cleanup. 2017-07-01 20:32:35 -04:00
FavouritesActivity.java Broadcasts now used everywhere for signalling to remove accounts' posts instead of listeners. 2017-06-06 17:15:29 -04:00
LoginActivity.java Removes ButterKnife annotations. 2017-06-22 14:59:12 -04:00
MainActivity.java The unloaded drawer header was sometimes returning zero dimensions and crashing. It's just easier to let it handle resizing and cropping. 2017-07-19 00:15:53 -04:00
PreferencesActivity.java Reverts notifications from MQTT prototype to pull notifications. 2017-07-08 20:59:48 -04:00
ReportActivity.java Removes ButterKnife annotations. 2017-06-22 14:59:12 -04:00
SavedTootActivity.java Makes the toolbar shadow visible for pre-Lollipop android versions and fixes a crash when deleting a draft with no media attached. 2017-07-15 03:10:55 -04:00
SearchActivity.java fix bug where "no result" message was not shown in SearchActivity 2017-07-18 20:05:41 +02:00
SplashActivity.java
TuskyApplication.java Okay, toss BouncyCastleProvider so we can release a beta. 2017-07-18 00:30:24 -04:00
ViewMediaActivity.java Fixes an intermittent null pointer exception caused by getActivity() returning null in callbacks. 2017-07-18 23:34:07 -04:00
ViewTagActivity.java Removes ButterKnife annotations. 2017-06-22 14:59:12 -04:00
ViewThreadActivity.java Broadcasts now used everywhere for signalling to remove accounts' posts instead of listeners. 2017-06-06 17:15:29 -04:00
ViewVideoActivity.java Improve media browser and video viewer 2017-07-15 18:37:53 +03:00