.. |
adapter
|
Fixes a small error in pull request #332 where reblog and favourite notifications show your display name for the "reblogged by/favourited by" message instead of whomever did so.
|
2017-07-13 21:57:15 -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
|
Re-does commit 5754a3a177 because those changes were stomped by merging in commit fc1a24be11 .
|
2017-07-13 21:39:17 -04:00 |
interfaces
|
Preserve status states on updates. UI layer refactoring.
|
2017-07-13 22:18:08 +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
|
Adds ability to page between multiple images in a status by swiping from left to right. Closes #66
|
2017-06-25 01:07:41 -04: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
|
Resolves merge conflicts and makes NotificationAdapter no longer implement AdapterItemRemover
|
2017-07-13 21:31:31 -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
|
Preserve status states on updates. UI layer refactoring.
|
2017-07-13 22:18:08 +03: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
|
Reorganizes the whole codebase.
|
2017-05-04 18:55:35 -04:00 |
BaseActivity.java
|
Reverts notifications from MQTT prototype to pull notifications.
|
2017-07-08 20:59:48 -04:00 |
ComposeActivity.java
|
Improves right-to-left layouts in the most basic fashion.
|
2017-07-12 02:09:07 -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
|
Reverts notifications from MQTT prototype to pull notifications.
|
2017-07-08 20:59:48 -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
|
Adds saving media to drafts.
|
2017-07-11 21:49:46 -04:00 |
SearchActivity.java
|
Minor writing style changes.
|
2017-06-22 14:01:25 -04:00 |
SplashActivity.java
|
Adds a splash screen replacement.
|
2017-05-09 22:36:05 -04:00 |
TuskyApplication.java
|
Preserve status states on updates. UI layer refactoring.
|
2017-07-13 22:18:08 +03:00 |
ViewMediaActivity.java
|
Adds ability to page between multiple images in a status by swiping from left to right. Closes #66
|
2017-06-25 01:07:41 -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
|
Removes ButterKnife annotations.
|
2017-06-22 14:59:12 -04:00 |