Konrad Pozniak
71954a277e
convert entity classes to Kotlin data classes ( #526 )
...
* convert entity classes to Kotlin data classes
* more data classes, code style
2018-03-03 13:24:03 +01:00
Conny Duck
1de45e7dd7
hide follow button on own profile correctly, code optimizations
2018-02-09 22:49:20 +01:00
Konrad Pozniak
41233a837b
UI Improvements ( #445 )
...
UI Improvements
2017-11-30 20:12:09 +01:00
Conny Duck
305d28a5c1
fix some lint warnings, remove unused code
2017-11-07 15:31:44 +01:00
Ivan Kupalov
dc1a60cc12
Implement media tab ( #430 )
2017-11-05 22:32:36 +01:00
Ivan Kupalov
62f4837135
Reply improvements ( #432 )
...
* Refactor ComposeActivity intent. Fix bug with URLs
When user saved toot link was removed from the text field itself,
not only from the text to be saved.
* Show what you reply to
Closes #119
2017-11-01 20:59:29 +01:00
Conny Duck
2d390f6603
change default of chrome custom tabs setting to false
2017-10-30 10:48:27 +01:00
Conny Duck
671957da5a
title and menu to open toot in browser for ViewThreadActivity
2017-10-28 21:59:33 +02:00
Conny Duck
71743890b0
rounded corners for avatar placeholder
2017-08-11 22:41:29 +02:00
Vavassor
973c6168f8
Adds a confirmation dialog for unfollowing a user using the account header button.
2017-08-09 01:16:00 -04:00
Conny Duck
f696b6e8d3
bugfix, layout improvements
2017-08-05 12:04:40 +02:00
Conny Duck
848189d670
show if an account follows you back in AccountActivity
2017-08-05 10:09:17 +02:00
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