Konrad Pozniak
27b3606482
UI Improvements ( #445 )
...
UI Improvements
7 years ago
Conny Duck
2c95080428
fix some lint warnings, remove unused code
7 years ago
Ivan Kupalov
f0a1392649
Implement media tab ( #430 )
7 years ago
Ivan Kupalov
5b581fe7f3
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
7 years ago
Conny Duck
39a6bc6fa5
change default of chrome custom tabs setting to false
7 years ago
Conny Duck
64e83bb80c
title and menu to open toot in browser for ViewThreadActivity
7 years ago
Conny Duck
0b4211b86a
rounded corners for avatar placeholder
7 years ago
Vavassor
6fbfc92199
Adds a confirmation dialog for unfollowing a user using the account header button.
7 years ago
Conny Duck
bcb88afde3
bugfix, layout improvements
7 years ago
Conny Duck
45ae9ed0ef
show if an account follows you back in AccountActivity
7 years ago
Conny Duck
c6f2cc55ea
make FAB hide on scroll in AccountActivity as well
7 years ago
Conny Duck
e4ce775685
change floating action button to "mention", create new follow button in AccountActivity
7 years ago
Vavassor
cfc7abd31a
Changes mention and tag highlighting in the composer to use Mastodon's regex. Closes #145 Also, does some haphazard cleanup.
7 years ago
Vavassor
adfb96483a
Removes ButterKnife annotations.
8 years ago
Vavassor
dacfbb3455
Minor writing style changes.
8 years ago
Vavassor
8b2441071f
Broadcasts now used everywhere for signalling to remove accounts' posts instead of listeners.
8 years ago
Conny Duck
f640b510aa
fix bug in CollapsingToolbarLayout
8 years ago
Conny Duck
4a402cbe54
remove unnecessary Log utility class, replace Exception.printStackTrace with logging
8 years ago
torrentcome
ad14995326
(receiver) create package for receiver
8 years ago
Pangoraw
e24e91b455
Allow broadcasting event across activities.
8 years ago
Vavassor
7f31aff144
Reorganizes the whole codebase.
8 years ago
Conny Duck
3fcbee67b9
remove redundant account_header background, fix weird flicker in header when opening AccountActivity
8 years ago
Vavassor
e5c62e6415
Switches back a foolish last second change that ruined the light theme toolbar text fix.
8 years ago
Vavassor
07f22b2560
Fixes the text colour in the light theme for the collapsed toolbar in the account page.
8 years ago
Vavassor
9f925d7f1c
Account page interactions with locked users are made much clearer.
8 years ago
Vavassor
80971e2fc4
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.
8 years ago
Vavassor
c6cf2d034a
Blocking and muting now removes all statuses by that user in EVERY currently-loaded timeline.
8 years ago
Raphael Michel
c7772d0f56
Useful title for AccountActivity
8 years ago
Vavassor
f6a165a50a
Adds content descriptions and hints to non-textual elements so they can be described by screen readers.
8 years ago
Vavassor
4d9fd09a3c
License change back to GPL 3
8 years ago
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
8 years ago
Vavassor
a9970ee875
Simplify the error messages and remove unused strings.
8 years ago
Zachary Epps
cbae26dd4c
changed AccountActivity so that after following someone the FAB hides itself
8 years ago
Vavassor
5fd9b6732d
Fixes a crash that can occur when entering or rotating within the profile page. Closes #43
8 years ago
Vavassor
fbd4150001
Fixes a crash on login and another when clicking the mention button on an account page that hasn't loaded yet.
8 years ago
Vavassor
3e21e59edc
Relicense to LGPL3
8 years ago
Vavassor
f2a400ab38
Fixes rare crashes when viewing accounts and favouriting. Also, fixes content warning characters not counting toward the character limit. Closes #32
8 years ago
Eugen Rochko
bc46afd801
Display lock icon on locked profiles
8 years ago
Vavassor
ed08f708ed
Fixed intermittent null pointer exceptions and disabled the light theme temporarily. This closes #21 , closes #22 , and closes #17 .
8 years ago
Vavassor
b937a7bc9e
Fixed intermittent null pointer exceptions and disabled the light theme temporarily. This closes #21 , closes #22 , and closes #17 .
8 years ago
Eugen Rochko
1015f27554
Mention action on profiles
8 years ago
Eugen Rochko
dbed424d6f
Implement search
...
When displaying displayName, fallback to local username
8 years ago
Vavassor
42a8f47991
Removed most references to Volley.
8 years ago
Eugen Rochko
02ccaf4610
Muting/unmuting accounts
8 years ago
Eugen Rochko
f938dff9ed
Use retrofit methods for profile actions
8 years ago
Eugen Rochko
750c1c80a0
Statuses and notifications loaded/parsed via Retrofit/GSON
...
Notification checker uses since_id as the more exact check-for-updates
8 years ago
Eugen Rochko
3120fbed4c
Start work on integrating Retrofit - Update Account entity to be fetched with Retrofit and parsed with GSON
8 years ago
Vavassor
7ae66a4ddc
Fixed crash due to Picasso being handed empty strings for missing avatars and header images.
8 years ago
Eugen Rochko
2c8a575a3b
Fix up notification items layouts
8 years ago
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.
8 years ago