Commit Graph

614 Commits

Author SHA1 Message Date
Vavassor adfb96483a Removes ButterKnife annotations. 2017-06-22 14:59:12 -04:00
Vavassor dacfbb3455 Minor writing style changes. 2017-06-22 14:01:25 -04:00
Vavassor 727d262e55 Extends the width of the search view. 2017-06-22 02:00:03 -04:00
Vavassor 9b0977cff0 Merge pull request #314 from m4sk1n/patch-2
Minor fix in Polish translation
2017-06-21 15:27:10 -04:00
Vavassor 1d20adbe00 Merge pull request #315 from m4sk1n/master
l10n: Updated Polish translation
2017-06-21 15:27:02 -04:00
Vavassor 5f045ca5c3 Fixes a bug where mentioning users of the same username links them all to the same profile. Closes #312
Also, removes the title on the search page and fixes an intermittent crash on thread pages when elements load in a paritcular order.
2017-06-20 18:41:57 -04:00
Vavassor c39c61e118 Fixes cursor being placed after a media link when it is added in the composer. Also, adjusts a tinting error in the composer buttons. 2017-06-20 16:57:04 -04:00
Vavassor 3f861084bf Changes the NSFW button to a "hide media" icon in the composer. This is inspired in part by the upstream change tootsuite/mastodon#2696. But also NSFW was never a good description of this function. 2017-06-20 14:16:03 -04:00
Vavassor 9d78808bf3 Consolidates the main header and removes the now-unneeded FloatingSearchView library. Closes #67 2017-06-19 20:50:40 -04:00
Vavassor 2d74f078e0 Search page fully functional for accounts and hashtags. Closes #44 2017-06-19 15:47:53 -04:00
Marcin Mikołajczak 038ec3f7ff l10n: Updated Polish translation
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
2017-06-19 15:15:28 +02:00
m4sk1n 960e973ea6 Minor fix in Polish translation 2017-06-19 14:40:19 +02:00
Vavassor cc8baac73b Adds a prototype search page. The previous search bar is not yet removed. 2017-06-19 04:18:39 -04:00
Vavassor 00ba3e4df0 Changes the autocomplete list to show the username, display name, and avatar of each suggestion for @ mentions. 2017-06-18 23:34:48 -04:00
Vavassor 7c684d33ce Autocomplete @ mentions in the composer. Closes #103 2017-06-18 22:10:50 -04:00
Vavassor cd8044d61e Potential simple fix for images failing to load #198. 2017-06-18 17:20:54 -04:00
Vavassor 16b29e1acd Fixes follow requests button in the main menu acting as though it were the log out button. Closes #307 2017-06-08 19:47:33 -04:00
Vavassor 800f467441 Merge branch 'torrentcome-fix#136' 2017-06-08 19:32:55 -04:00
torrentcome 2a406d8d42 (proguard) add forgoten rule for jsoup in release 2017-06-08 14:39:48 +02:00
Vavassor 52157df674 Release 1.1.4-beta.3 2017-06-07 16:06:00 -04:00
Vavassor 00188182b7 Broadcasts now cause a refresh on timelines after a post is composed instead of listeners.
As a side effect, pagers don't have to keep track of "registered fragments", which was a bad idea and caused crashes.
2017-06-06 18:20:55 -04:00
Vavassor 8b2441071f Broadcasts now used everywhere for signalling to remove accounts' posts instead of listeners. 2017-06-06 17:15:29 -04:00
Vavassor 1cbb4d2cd5 Fixes a subscription duplicating bug in the notification client. 2017-06-05 18:40:56 -04:00
Vavassor 1691b11370 Merge branch 'torrentcome-#136' 2017-06-02 20:32:58 -04:00
Vavassor a455b166da Merge branch '#136' of https://github.com/torrentcome/Tusky into torrentcome-#136 2017-06-02 20:32:36 -04:00
Vavassor 51feb388e6 Release 1.1.4-beta.2 2017-06-02 19:54:57 -04:00
torrentcome e2678a32b9 Merge remote-tracking branch 'origin/#136' into #136
# Conflicts:
#	app/build.gradle
2017-06-02 23:54:00 +02:00
torrentcome c8d95a6003 Merge branch 'master' into #136 2017-06-02 23:15:21 +02:00
torrentcome e32441be49 Merge branch 'master-upstream' 2017-06-02 16:58:28 +02:00
Vavassor fcc9d63b1c Adds a forgotten keystore. 2017-06-02 04:47:22 -04:00
Vavassor 6e4725d2dd Fixes long content warnings in posts wasting space. Closes #173 2017-06-02 03:12:02 -04:00
Vavassor a75fb790c0 Removes "fillable loader" library, since it's no longer used for the splash screen. 2017-05-31 20:50:11 -04:00
Vavassor 93b1ee6085 Merge branch 'FlameArche-add_japanese_new_translation' 2017-05-30 20:45:40 -04:00
Vavassor 121ede2b65 Merge branch 'add_japanese_new_translation' of https://github.com/FlameArche/Tusky into FlameArche-add_japanese_new_translation 2017-05-30 20:42:52 -04:00
Vavassor 3f3b807dcd Merge branch 'master' of https://github.com/m4sk1n/Tusky-l10n 2017-05-30 20:15:43 -04:00
Vavassor c40fb8f66d Merge branch 'connyduck-fix-collapsing-toolbar-bug' 2017-05-30 19:48:08 -04:00
Vavassor 9d734b84db 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
Vavassor fb7bf66e22 Fixes a mistake made while merging #294. 2017-05-30 19:35:04 -04:00
Vavassor d729dee674 Merge branch 'connyduck-log-improvement' 2017-05-30 19:24:32 -04:00
Vavassor 38e9690f4f Merge branch 'log-improvement' of https://github.com/connyduck/Tusky into connyduck-log-improvement 2017-05-30 19:21:11 -04:00
Vavassor 500befd7c2 Merge pull request #289 from Pangoraw/translation
Improve french translation.
2017-05-30 19:20:19 -04:00
Vavassor 93da3f1dfe Merge branch 'Pangoraw-design' 2017-05-30 19:18:32 -04:00
Vavassor 5823f91bf4 Merge branch 'design' of https://github.com/Pangoraw/Tusky into Pangoraw-design 2017-05-30 19:12:21 -04:00
Vavassor 2df687e22e Fixes a validation error on login when instance names are entered with multiple @ symbols like @username@example.com. 2017-05-30 16:57:30 -04:00
torrentcome 113eebdc85 Merge branch 'master' into #136
# Conflicts:
#	app/build.gradle
2017-05-29 12:14:09 +02:00
FlameArche be34028086 Adds Japanese translations. 2017-05-28 02:59:29 +09:00
Marcin Mikołajczak 0e05462ea6 updated Polish translation
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
2017-05-26 15:04:06 +02:00
m4sk1n 1922ebcba2 Merge pull request #1 from Vavassor/master
xd
2017-05-26 14:33:56 +02:00
Konrad Pozniak a6abe569f9 Merge branch 'master' into log-improvement 2017-05-25 19:17:20 +02:00
Conny Duck f640b510aa fix bug in CollapsingToolbarLayout 2017-05-25 19:10:49 +02:00