Conny Duck
099d76d919
make FAB hide on scroll in AccountActivity as well
2017-08-04 11:44:10 +02:00
Conny Duck
e4c9b229d7
change floating action button to "mention", create new follow button in AccountActivity
2017-08-04 10:53:38 +02:00
Vavassor
5d621cecda
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
Vavassor
b1aa05694e
Removes ButterKnife annotations.
2017-06-22 14:59:12 -04:00
Vavassor
18ebfa212e
Minor writing style changes.
2017-06-22 14:01:25 -04:00
Vavassor
9c56f0e7bc
Broadcasts now used everywhere for signalling to remove accounts' posts instead of listeners.
2017-06-06 17:15:29 -04:00
torrentcome
2b9f19805f
Merge branch 'master' into #136
2017-06-02 23:15:21 +02:00
Vavassor
35ee60f601
Merge branch 'fix-collapsing-toolbar-bug' of https://github.com/connyduck/Tusky into connyduck-fix-collapsing-toolbar-bug
2017-05-30 19:36:19 -04:00
Conny Duck
a2c019e8f1
fix bug in CollapsingToolbarLayout
2017-05-25 19:10:49 +02:00
Conny Duck
1a39e58d3c
remove unnecessary Log utility class, replace Exception.printStackTrace with logging
2017-05-23 21:34:31 +02:00
torrentcome
ed5564d4d5
(receiver) create package for receiver
2017-05-15 12:05:10 +02:00
Pangoraw
72ac4e5581
Allow broadcasting event across activities.
2017-05-11 09:11:15 +00:00
Vavassor
d658e6e7a3
Merge pull request #270 from connyduck/profile-header
...
remove account_header_default.png
2017-05-07 17:44:26 -04:00
Vavassor
aa2394748c
Reorganizes the whole codebase.
2017-05-04 18:55:35 -04:00
Conny Duck
b97c4e24ed
remove redundant account_header background, fix weird flicker in header when opening AccountActivity
2017-05-04 18:07:59 +02:00
Vavassor
b6cf99602b
Switches back a foolish last second change that ruined the light theme toolbar text fix.
2017-05-01 23:39:06 -04:00
Vavassor
ba0ad09f19
Merge branch 'raphaelm-account_activity_title'
2017-05-01 23:31:59 -04:00
Vavassor
07f22b2560
Fixes the text colour in the light theme for the collapsed toolbar in the account page.
2017-05-01 23:31:31 -04:00
Vavassor
ad30c78faf
Account page interactions with locked users are made much clearer.
2017-04-30 21:55:33 -04:00
Vavassor
b6e72a94be
Custom tabs are now used for login and links on account pages, with a fallback to the default browser if not supported.
...
Also, fixes crashes when entering tag and threads due to me forgetting to implement the interfaces required by the code that removes posts from timelines when blocking/muting.
Also fixes a small bug where for mentions of users from other instances, clicking on the mention would open the profile in the browser instead of in-app.
2017-04-25 07:30:57 -04:00
Vavassor
5179d7e9b3
Blocking and muting now removes all statuses by that user in EVERY currently-loaded timeline.
2017-04-21 23:16:05 -04:00
Raphael Michel
c7772d0f56
Useful title for AccountActivity
2017-04-15 20:49:31 +02:00
Vavassor
f6a165a50a
Adds content descriptions and hints to non-textual elements so they can be described by screen readers.
2017-04-12 00:21:52 -04:00
Vavassor
4d9fd09a3c
License change back to GPL 3
2017-04-09 20:12:31 -04:00
Zachary Epps
7a5e5dca7e
changed AccountActivity so that it shows FAB that allows a user to un/follow a user from it instead of the menu
...
added an xml svg for unfollowing someone
removed the useless line from build.gradle that I added in the last pull
2017-04-06 11:07:40 -04:00
Vavassor
4deb0b3b84
Merge branch 'FAB_fix' of https://github.com/theZacAttacks/Tusky into theZacAttacks-FAB_fix
2017-04-06 03:18:58 -04:00
Vavassor
a9970ee875
Simplify the error messages and remove unused strings.
2017-04-06 03:09:49 -04:00
Zachary Epps
cbae26dd4c
changed AccountActivity so that after following someone the FAB hides itself
2017-04-05 13:49:28 -04:00
Vavassor
5fd9b6732d
Fixes a crash that can occur when entering or rotating within the profile page. Closes #43
2017-04-04 16:37:42 -04:00
Vavassor
fbd4150001
Fixes a crash on login and another when clicking the mention button on an account page that hasn't loaded yet.
2017-03-27 22:13:55 -04:00
Vavassor
3e21e59edc
Relicense to LGPL3
2017-03-20 21:44:30 -04:00
Vavassor
f2a400ab38
Fixes rare crashes when viewing accounts and favouriting. Also, fixes content warning characters not counting toward the character limit. Closes #32
2017-03-19 22:38:39 -04:00
Eugen Rochko
bc46afd801
Display lock icon on locked profiles
2017-03-14 15:27:22 +01:00
Vavassor
b937a7bc9e
Fixed intermittent null pointer exceptions and disabled the light theme temporarily. This closes #21 , closes #22 , and closes #17 .
2017-03-13 20:56:02 -04:00
Eugen Rochko
1015f27554
Mention action on profiles
2017-03-10 23:37:02 +01:00
Eugen Rochko
dbed424d6f
Implement search
...
When displaying displayName, fallback to local username
2017-03-10 23:31:08 +01:00
Vavassor
42a8f47991
Removed most references to Volley.
2017-03-09 18:20:08 -05:00
Eugen Rochko
02ccaf4610
Muting/unmuting accounts
2017-03-09 17:51:44 +01:00
Eugen Rochko
f938dff9ed
Use retrofit methods for profile actions
2017-03-09 01:01:45 +01:00
Eugen Rochko
750c1c80a0
Statuses and notifications loaded/parsed via Retrofit/GSON
...
Notification checker uses since_id as the more exact check-for-updates
2017-03-09 00:27:37 +01:00
Eugen Rochko
3120fbed4c
Start work on integrating Retrofit - Update Account entity to be fetched with Retrofit and parsed with GSON
2017-03-08 23:19:03 +01:00
Vavassor
7ae66a4ddc
Fixed crash due to Picasso being handed empty strings for missing avatars and header images.
2017-03-07 21:38:20 -05:00
Eugen
0af6d79fa2
Merge branch 'master' into master
2017-03-07 20:45:24 +01:00
Eugen Rochko
2c8a575a3b
Fix up notification items layouts
2017-03-07 20:42:01 +01:00
Vavassor
37bb799efc
Fixes crash when opening the block list. Also, fixes an issue where the collapsed toolbar appears dark on profiles even when using the light theme.
2017-03-07 02:30:09 -05:00
Eugen Rochko
b5c4339894
Switch dark color scheme to official Mastodon colors
...
Switch status icons to Material ones
Fix layouts on statuses
2017-03-07 01:31:05 +01:00
Eugen Rochko
7a752be83f
Prettify profiles, add floating follow/unfollow button to them
2017-03-06 20:48:31 +01:00
Vavassor
9e49da64bf
Fixes two bugs:
...
-One where deletion causes statuses to lose track of where they are in timelines, so subsequent deletion and other actions are performed on the wrong status.
-It's was possible to infinitely open copies of the same thread, account page, and tag page by just continuously clicking on the status, avatar, or hash tag respectively.
2017-03-02 19:25:35 -05:00
Vavassor
9dceb7a226
TODO's have been erradicated.
2017-02-26 19:14:50 -05:00
Vavassor
c1d4bdbdfb
Volley request leaks across activity/fragment boundaries should no longer be able to occur.
...
Also, the singleton allows contexts to be cleaned up instead of holding onto a dead reference.
2017-02-23 19:32:45 -05:00