Commit Graph

14731 Commits

Author SHA1 Message Date
tom79 d0a520cacf As the code was moved where it is needed, it would be useless to explain why this permission is needed 2017-08-23 10:27:21 +02:00
tom79 e90b33e188 Put the permission request when clicking to the button to choose a picture. 2017-08-23 10:17:01 +02:00
tom79 33d8df5835 Changes the behavior for show accounts 2017-08-23 09:56:42 +02:00
PhotonQyv 2e3839cbe0 Merged in PhotonQyv/mastodon_etalab/ImageIntent_Limited (pull request #74)
ImageIntent Limited
2017-08-23 05:55:34 +00:00
PhotonQyv be4cd3a2c4 Updated the code so that only a maximum of four (4) shared images are attached to a toot, the rest are quietly discarded. 2017-08-23 00:09:49 +01:00
PhotonQyv 4414ab28cc Merges tom-repo/develop changes. 2017-08-22 23:26:59 +01:00
PhotonQyv 43759cab28 I was using the wrong permission in the shouldShowRequestPermissionRationale() method call. 2017-08-22 21:02:35 +01:00
PhotonQyv b9a84d603d Updated to add a few comments and remove the Toasts. 2017-08-22 20:54:28 +01:00
PhotonQyv 49dfacf331 Working on Permissions. 2017-08-22 19:38:25 +01:00
PhotonQyv 809a0fd9b5 Removed the comment & TODO. 2017-08-22 19:03:29 +01:00
tom79 ca9e44163c Fixes string.xml 2017-08-22 19:19:46 +02:00
tom79 763ca5a831 Fixes some small issues with remote follows 2017-08-22 18:29:38 +02:00
tom79 6d98f0131e Merged in remote_follow (pull request #71)
Remote follow
2017-08-22 16:25:28 +00:00
tom79 9f2400e3be Fixes an issue with the API for remote follows 2017-08-22 18:24:41 +02:00
tom79 a45cc626c2 Adds remote follow & some improvements 2017-08-22 18:15:08 +02:00
tom79 6f463ec872 Finds accounts through web page 2017-08-22 17:34:26 +02:00
tom79 19e0460091 First release to search remote accounts for follows 2017-08-22 15:05:39 +02:00
tom79 cc8a2870d6 Small fix when sharing several images. 2017-08-22 11:59:25 +02:00
PhotonQyv 26afe43604 Merge Tom's develop changes. 2017-08-22 10:32:58 +01:00
PhotonQyv 1cd1d919e0 All toasts that I added are gone. Working fine for ACTION_SEND, fails miserably with ACTION_SEND_MULTIPLE.
Can't work out why! Help!
2017-08-22 10:31:58 +01:00
tom79 123facba2b Prepares remote follows 2017-08-22 11:24:38 +02:00
tom79 d8d4dfc265 Fixes potential crashes when the menu is not inflated 2017-08-22 10:32:50 +02:00
tom79 a12c79755d Merge accounts from the same instance in menu 2017-08-22 09:30:37 +02:00
tom79 123f45fca9 Fixes a small issue with account picker menu 2017-08-22 09:09:31 +02:00
PhotonQyv 8d43faf416 Merged in PhotonQyv/mastodon_etalab/ImageIntent (pull request #69)
ImageIndent: Removed an extra/repeat import statement.
2017-08-22 07:03:24 +00:00
tom79 7c057156f7 Improves account picker menu 2017-08-22 09:02:40 +02:00
tom79 4b1ec378d5 Fixes visibility of the replies in dm for locked accounts 2017-08-22 08:42:45 +02:00
PhotonQyv 19d3459b7c Re-written code in preparation for sorting out using ArrayLists correctly.
Need to remember to lose all the Toasts when I get the damn thing working properly.
2017-08-21 23:10:05 +01:00
PhotonQyv 5c67d8b3fc Updated. 2017-08-21 18:44:14 +01:00
PhotonQyv 2ffcd50706 Merge...
# Conflicts:
#	app/src/main/java/fr/gouv/etalab/mastodon/activities/TootActivity.java
2017-08-21 18:39:23 +01:00
PhotonQyv ac3be96bf3 Resolved a conflict between this branch and the current tom-repo/develop one. 2017-08-21 18:33:28 +01:00
PhotonQyv ff6923a203 Removed some extra brackets that got put in when I was playing with the logic. 2017-08-21 18:13:09 +01:00
PhotonQyv 64223f9015 Sort out multiple image sharing intent. 2017-08-21 18:09:45 +01:00
PhotonQyv 8240340132 Taken out the multiple intent filter. As I can't get my head around implementing it. 2017-08-21 18:06:51 +01:00
tom79 1d17f808a9 Adds a fix to avoid to translate URLs and TAGs 2017-08-21 19:06:26 +02:00
PhotonQyv be47c3cead First pass at allowing user to share images from other apps to Mastalab. Currently only allows for single images. 2017-08-21 16:55:54 +01:00
tom79 907235878b Avoids to translate URLs and TAGs 2017-08-21 17:32:09 +02:00
tom79 874f482f02 Fixes some text color issues in light mode. Fixes an issue with icon colors when going back from settings in light mode. 2017-08-21 09:02:01 +02:00
tom79 3373c84211 References to fragments are done with menu items. Generalizes the process for scrolling to top (fav/block/mute) for all layouts. 2017-08-20 18:46:32 +02:00
tom79 7369faa5d8 Simplify the process for titles (move code to change titles before returns) 2017-08-20 18:36:42 +02:00
PhotonQyv 1620b51da1 Added a fix for the toolbarTitle TextView not having the correct text if user selects Favourites from the menu and then selects one of the timelines from the menu. 2017-08-20 16:03:46 +01:00
PhotonQyv f5786bd4d6 Added code to allow user to return to top of Favourites/Blocked users/Muted users lists. 2017-08-20 15:53:41 +01:00
tom79 fd6fe5bf9e Adds the possibility to remove profile pictures for replies 2017-08-20 12:11:58 +02:00
PhotonQyv fe024fa833 Merged in PhotonQyv/mastodon_etalab/ClickToTop (pull request #65)
ClickToTop: User can click on toolbarTitle to return to top of Timelines & Notifications.
2017-08-20 05:53:26 +00:00
PhotonQyv e4e93469b4 Removed an extra carriage-return that isn't required. 2017-08-19 23:48:11 +01:00
PhotonQyv eb037a19e4 Spotted the wood, finally. Stopped fixating on tabLayout, and got what I needed from sharedpreferences instead. 2017-08-19 23:40:07 +01:00
PhotonQyv bbabc21abd Can't get code to do what I want, so here it is. I'll look again tomorrow. 2017-08-19 21:02:16 +01:00
PhotonQyv e59a7dc4e5 Decided to turn on check, so the new code only works if the tabLayout is not visible. 2017-08-19 19:28:25 +01:00
PhotonQyv 2dd0a6f34d Added code to scroll to the top of Status & Notification fragments on click of the toolbarTitle.
Commented out code would make this code only work if the TabLayout was GONE.
2017-08-19 19:25:21 +01:00
tom79 3501ac89f0 Force the flag to false when errors 2017-08-19 19:10:43 +02:00
tom79 5aeb018eb8 Fixes an issue with the flag which blocks to load more toots in home timeline 2017-08-19 19:02:42 +02:00
PhotonQyv 346ef1a954 Updated to @RequiresApi() notation in Helper.java and added it to ShowAccountActivity.java 2017-08-19 11:37:49 +01:00
PhotonQyv 811199ce5b Added TargetApi() annotation to onLoadingComplete() method to fix a warning. 2017-08-19 11:05:19 +01:00
PhotonQyv b0917941b9 Made Mastodon Boop the notification sound. 2017-08-19 10:21:53 +01:00
tom79 d4dbba3d3f Fixes issue with asynchronous call for replies. 2017-08-19 08:28:04 +02:00
tom79 25d50320f6 Some other minor changes 2017-08-18 19:22:04 +02:00
tom79 19017d3cf6 Fixes some color issues with about page 2017-08-18 18:29:43 +02:00
tom79 40f35369ca Improves replies mechanism with an asynchronous call once toots are loaded. 2017-08-18 17:50:54 +02:00
tom79 53175e187c Removes char limit 2017-08-18 16:54:43 +02:00
tom79 f323857ef3 Fixes text color for buttons with light theme in toots. 2017-08-18 09:33:54 +02:00
tom79 1051ea5a00 Increases zoom for buttons and text 2017-08-18 09:11:38 +02:00
tom79 72a60a7d97 Fixes text color issue with light theme 2017-08-18 09:07:41 +02:00
tom79 438a0a3bbf Fixes the toot button visibility 2017-08-17 21:24:18 +02:00
tom79 ecfe1c2969 Adds Thanks to contributor ;) 2017-08-17 19:33:23 +02:00
tom79 7d5f43ede8 Improves notifications with more option feature 2017-08-17 19:14:16 +02:00
tom79 501f889bb2 Go back to top when same tab is pressed 2017-08-17 15:48:36 +02:00
tom79 82d9deff6c Improves previews with missing.png 2017-08-17 10:24:54 +02:00
PhotonQyv 8bdcb3e5bc Fix a typo in strings.xml. 2017-08-16 20:37:42 +01:00
tom79 ea3dc4947f Fix a crash 2017-08-16 21:02:58 +02:00
tom79 417cc6bdf7 Preview replies can be managed in settings 2017-08-16 19:10:49 +02:00
tom79 19d4faf30a Improves how replies are retrieved. 2017-08-16 19:01:53 +02:00
tom79 29758798fd Displays accounts that have replied 2017-08-16 18:08:16 +02:00
tom79 21b567f285 prepares layout to display replies 2017-08-16 17:16:57 +02:00
tom79 1de0e3568e Adds profile picture in conversations 2017-08-16 15:25:42 +02:00
tom79 a6f2bc38d1 Changes tab position for notifications 2017-08-16 10:40:54 +02:00
tom79 2b65bff6c3 Fixes click on bio when a link does not start with http or https 2017-08-16 10:32:10 +02:00
tom79 7b39a11eeb Adds a fix with the menu when switching between a locked & unlocked accounts 2017-08-15 18:54:34 +02:00
PhotonQyv 7552088588 Merged in PhotonQyv/mastodon_etalab/develop (pull request #58)
Removed extra unneeded duplicate comment.
2017-08-15 16:24:51 +00:00
tom79 551d39544d Fixes a fail in conflict resolve... 2017-08-15 18:23:15 +02:00
PhotonQyv 8c254a45dc Merge upstream changes. 2017-08-15 17:18:56 +01:00
tom79 3c25813aa7 merges ui_improvements 2017-08-15 18:14:28 +02:00
tom79 45ac4fb949 Fixes alert dialog issue 2017-08-15 18:07:23 +02:00
PhotonQyv cba4ee79ea Removed extra unneeded duplicate comment. 2017-08-15 17:06:35 +01:00
tom79 69d248bc7e Allows changes for icons & text size in notifications 2017-08-15 12:21:02 +02:00
tom79 6f8a1ab819 Adds changes in toots 2017-08-15 12:12:51 +02:00
tom79 62f9379a2f Layout changes + programmatically set zoom values for text & icons 2017-08-15 11:45:33 +02:00
tom79 838e4c9791 Add links in toots for media as an option in settings 2017-08-15 09:02:46 +02:00
tom79 e10364fd5f Merged in ui_improvements (pull request #55)
Ui improvements
2017-08-14 19:32:02 +00:00
tom79 2f321c2f17 Adds URL when a media is added 2017-08-14 19:07:07 +02:00
tom79 914bdfefa4 Improves behavior when hidden/showing header for an account 2017-08-14 16:06:34 +02:00
tom79 059f647d8b Improvements with background image and text color for light theme. 2017-08-14 15:57:53 +02:00
tom79 3583cacb26 Adds header banner for accounts & adds some other improvements with accounts 2017-08-14 08:53:48 +02:00
tom79 de12262501 Adds image banner in header when available 2017-08-13 19:34:07 +02:00
tom79 119cd75645 Changes some sizes and colors 2017-08-13 18:31:44 +02:00
tom79 c07735c988 Improves light theme 2017-08-13 15:19:01 +02:00
tom79 1b725fa516 Continues layout changes 2017-08-13 11:30:28 +02:00
tom79 42e0ac12c7 Improves new Dark mode (Mastodon color scheme) 2017-08-12 18:41:35 +02:00
tom79 0a51eb416a Improves method to switch between layouts 2017-08-12 13:48:06 +02:00
tom79 979334e44d Adds a method to switch between layout 2017-08-12 09:53:07 +02:00
tom79 9b94db0a3a Changes in activity_main layout 2017-08-12 09:28:02 +02:00
tom79 f88d056f50 prepares some res changes to manage switching between layouts 2017-08-12 09:27:20 +02:00
tom79 64cc993faa Prepares method to switch between layout 2017-08-12 09:26:38 +02:00
tom79 d8fe52df11 Prepares variables for switching between layouts 2017-08-12 08:49:45 +02:00
PhotonQyv dcf5035976 Did something stupid, forgot the pattern I was searching for was a regex. Fixed now, correctly escaped the pattern so it only removes "<space><dot><space>", rather than any single character surrounded by spaces, such as " a ", or " I ", etc.
Also fixed other issue, where if you replied to yourself you got a <space><dot><space> added to the toot that wasn't required.
2017-08-11 19:14:41 +01:00
PhotonQyv 7592f83b9a Put the replace back in, only this time used replaceFirst() as I should have done in the first place. So now the toot posted is cleaner, without the spurious " . ". 2017-08-10 21:45:11 +01:00
PhotonQyv 0b1fcd16c0 Removed the stripping out bit, as it's not quite real-world ready. 2017-08-10 19:12:09 +01:00
PhotonQyv 95f48842a8 Merged with tom-repo/develop and simplified Kludge to just add a ' . ', and then strip it before positing to Mastodon. To fix capitalisation issue. 2017-08-10 18:57:14 +01:00
tom79 b74c3c99e9 Some other improvements for autocomplete 2017-08-10 17:43:51 +02:00
tom79 599ed6b042 Improves behavior with search when backspace is pressed 2017-08-10 16:26:41 +02:00
tom79 b7eac514aa Fixes an issue when replying to a boost 2017-08-10 14:51:13 +02:00
tom79 0135338d47 Adds a dot the end of mentioned accounts to capitalize + Avoids duplication with mentioned accounts 2017-08-10 14:38:57 +02:00
tom79 58ebb4877f Fixes an issue with the text which is fully clickable (underline) when a screen name is mentioned twice (or more) 2017-08-10 14:11:20 +02:00
tom79 33a09db9de Fixes issue when first character starts with @ 2017-08-10 09:54:43 +02:00
tom79 7738b22760 Avoids to reopen suggestion when backspace pressed. 2017-08-10 09:36:48 +02:00
tom79 e7e5d165b4 Improves autocomplete 2017-08-10 09:03:42 +02:00
PhotonQyv ac30083af7 Crap way to get the first sentence of a toot capitalised if its a reply to someone and therefore has mentions at beginning. 2017-08-09 23:45:10 +01:00
tom79 08aed22ec8 Improvement of the autocomplete - 1 2017-08-09 18:27:03 +02:00
tom79 dd9bcee721 Quick fix for autocomplete bug + typo in string-fr 2017-08-09 07:55:46 +02:00
PhotonQyv bb94fe4dd7 Localised the units used in the cache dialog and toast. 2017-08-08 22:01:59 +01:00
tom79 1666c7ba13 Adds some translations 2017-08-08 18:48:33 +02:00
tom79 a2607eec60 Adds some codes to display the alert dialog 2017-08-08 18:43:59 +02:00
tom79 9caedd55bf New layouts for replies 2017-08-08 18:24:18 +02:00
tom79 c4b23551fb Cleans some code to prepare changes 2017-08-08 18:15:37 +02:00
tom79 861105c90d Fixes a bug with versions >= N and carriage returns 2017-08-08 18:02:06 +02:00
PhotonQyv 9b64d6f183 Altered layout slightly for tablets so that Following & Followers tabs on account_drawer aren't squashed. 2017-08-08 16:19:17 +01:00
tom79 c1a66c0357 Fixes the bug with some devices and icon colors in tabs. 2017-08-08 15:33:02 +02:00
tom79 8cd617349a Fixes issue with copy/paste context menu. Tries a fix for icon colors in tabs. 2017-08-08 12:36:39 +02:00
tom79 cd59ff0aa6 Fixes some parasitic behaviors with notifications 2017-08-07 15:32:21 +02:00
tom79 ca29428e80 Adds some changes in layout for tablets 2017-08-07 14:09:38 +02:00
tom79 218a874830 Adds history go back for webview activity when back key is pressed 2017-08-07 12:18:06 +02:00
tom79 4b7cfa07f2 Allows to manage the default visibility of the toots for non locked accounts. Cf: https://bitbucket.org/tom79/mastodon_etalab/issues/5/set-default-level-of-publishing 2017-08-07 10:20:44 +02:00
tom79 0b122e3c6c Adds translation + fixes default value to 5 for NSFW 2017-08-07 07:49:00 +02:00
PhotonQyv e9a6cc2648 Merged in PhotonQyv/mastodon_etalab/PreferentialTreatment (pull request #44)
First pass at user-configurable NSFW Timeout.
2017-08-07 05:35:38 +00:00
PhotonQyv d3f79b94fe First pass at user-configurable NSFW Timeout. 2017-08-07 00:53:33 +01:00
tom79 dce407e1dc Adds PhotonQyv tablet layout for main_activity for tests 2017-08-06 22:07:16 +02:00
PhotonQyv 43694f9b8b Merged in PhotonQyv/mastodon_etalab/ActivityToot-CapitaliseSentences (pull request #43)
Fixes the AutoCompleteTextView so that it capitalises sentences.
2017-08-06 20:05:59 +00:00
PhotonQyv 77b3befa99 Fixed AutoCompleteTextView to automatically capitalise sentences (added textCapSentences to the inputType). 2017-08-06 20:54:53 +01:00
PhotonQyv ab33000fc8 Merged in PhotonQyv/mastodon_etalab/NSFW_TimeoutOnly (pull request #41)
NSFW TimeoutOnly
2017-08-06 16:51:58 +00:00
PhotonQyv b067c6b005 Merged in PhotonQyv/mastodon_etalab/LargeTabletChanges-AllinOne (pull request #42)
LargeTabletChanges AllinOne
2017-08-06 16:45:16 +00:00
PhotonQyv a648a26894 Updated to upstream Develop changes. 2017-08-06 17:02:14 +01:00
PhotonQyv 62d63f49ea Updated to upstream Develop changes. 2017-08-06 16:58:55 +01:00
tom79 ab8a339ebf Fixes the loader issue in drafts 2017-08-06 17:03:15 +02:00
PhotonQyv 1eb36d9c29 Fixed layouts so they all use the dimens-sw600dp.xml values rather than being individually hardcoded. To make it easier to alter them all in one go. 2017-08-06 15:30:38 +01:00
tom79 2303a8e836 Increase timeout when posting media + adds search by name with instances.social api 2017-08-06 16:09:19 +02:00
PhotonQyv 8a1898c941 Missed a couple of activity layouts. 2017-08-05 18:52:19 +01:00
PhotonQyv 6bcec5d459 Added a CountdownTimer for NSFW images, so they reveal for 5 seconds, on click. 2017-08-05 18:01:24 +01:00
PhotonQyv 65251201bf Added new sw600dp versions of 3 fragment layouts & 2 activity layouts in order to make the app look better on larger tablets. 2017-08-05 16:32:27 +01:00
tom79 a102306706 Adds the possibility to share toots with other apps 2017-08-04 16:13:28 +02:00
tom79 77866c7136 Adds images in notifications 2017-08-04 14:38:18 +02:00
tom79 e0a54db6d2 Fixes headers + changes API name 2017-08-04 11:11:27 +02:00
tom79 4b95cb56fc Prepares release 1.4.2 2017-08-04 10:39:47 +02:00
tom79 72e686b2e5 Adds theKinrar's API for the search of instances 2017-08-04 10:12:02 +02:00
tom79 5887a2fe20 Fixes crashes on large screens: https://bitbucket.org/tom79/mastodon_etalab/issues/2/ 2017-08-04 08:43:06 +02:00
tom79 8df1890b73 Adds feature to display toots only with media for accounts 2017-08-03 14:38:47 +02:00
tom79 e472f7443f Improves user search feature 2017-08-02 17:44:36 +02:00
tom79 941b877f70 Improves user search feature 2017-08-02 12:17:43 +02:00
tom79 37cffea2e0 Improves account activity 2017-08-01 17:09:08 +02:00
tom79 182087e582 Warns about notifications 2017-08-01 15:44:26 +02:00
tom79 2b36a78324 Prepares release 1.4.0 2017-08-01 10:33:50 +02:00
tom79 c8809769dd Fixes some issues with home timeline & boosted/favourited toots 2017-08-01 09:11:27 +02:00
tom79 01beff4c85 Improves layout for accounts - 2 2017-07-31 20:18:14 +02:00
tom79 8aac521e0c Improves layout for accounts 2017-07-31 19:29:14 +02:00
tom79 8a1be63a4e - Fixes an issue with clickable elements in toots
- Conversation opening no longer limited to clicks on toot content (whole element)
2017-07-31 15:17:19 +02:00
tom79 014d8e6cef Quick fixes - Prepares release 1.3.9.1 2017-07-30 15:38:25 +02:00
tom79 79fa8efcfc Allows to remove notifications 2017-07-30 11:21:55 +02:00
tom79 c49ce6a561 Fixes some issues with Imageloader not initialized 2017-07-29 13:28:50 +02:00
tom79 07ec513e1a Fixes an issue with instance names and special characters 2017-07-29 13:09:09 +02:00
tom79 d7387d903f Fixes an issue when no authorisation code has been retrieved 2017-07-29 09:23:46 +02:00
tom79 aa822f28c3 Improves links & tags management in notifications 2017-07-28 20:14:14 +02:00
tom79 07520a968e Fixes an issue with emoji in bio + prepares release 1.3.8 2017-07-27 19:23:53 +02:00
tom79 706f4673c0 Improves the behavior with the remaining characters when writing toots. 2017-07-26 19:59:08 +02:00
tom79 df74faacf8 Fixes issue with menu selection 2017-07-26 18:31:26 +02:00
tom79 c608f0bdf0 Fixes menu selection issue 2017-07-26 09:21:47 +02:00
tom79 8c3c30215d Fixes a bug with the double opening when clicking on a mentioned account. 2017-07-25 15:34:45 +02:00
tom79 b70da47b65 Text selection available for toots 2017-07-24 14:25:32 +02:00
tom79 0a56c6496e - Improves hashtag detection in toots
- Clickable elements (hashtag + urls) in biography
2017-07-24 10:50:40 +02:00
tom79 d3e43f1902 Fixes a bug with closing parenthesis and links 2017-07-24 07:13:41 +02:00
tom79 b6dc5e31a0 Fixes a small bad behavior when changing the theme. 2017-07-23 17:09:23 +02:00
tom79 920cbd6afa Improves layout when writing toots (scroll) + allows to open url with an external app when using the built-in browser (via top bar icon) 2017-07-23 09:45:08 +02:00
tom79 8b625a34a9 Fixes an issue with autocompletion with screen names. 2017-07-22 12:30:24 +02:00
tom79 22edfc7153 Fixes a false positive with push notifications + prepares release 13.6 2017-07-22 11:02:50 +02:00
tom79 29127282a8 - Adds redirect after writing a toot: Reply -> conversation | Toot -> home timeline
- Fixes issue with missing pp on some instances
2017-07-22 10:00:15 +02:00
tom79 272f8c3bfd Adds profile picture in toot activity 2017-07-21 21:09:32 +02:00
tom79 a2b96df9f9 Improves navigation with tabs in top bar 2017-07-21 19:28:29 +02:00
tom79 40dfff7b36 Adds tabs for timelines + notifications 2017-07-21 17:03:21 +02:00
tom79 1b28c06be0 Avoid to reopen same account details when consulting an account... 2017-07-20 15:00:43 +02:00
tom79 b5063e3eb9 fixes db migration issue + some other minor bugs + prepares release 1.3.5 2017-07-20 11:06:11 +02:00
tom79 8c69adfe9a Adds warning message when battery saver is on. Prepares release 1.3.4 2017-07-18 19:55:27 +02:00
tom79 05a3aa7c6f - Replies inherit the privacy of the parent toot.
- Fixes a bug with drafts and replies which lost their reply status
2017-07-18 10:54:15 +02:00
tom79 03cda80bed Fixes a crash due to locale + prepares release 1.3.3 2017-07-17 19:18:21 +02:00
tom79 7bbb2d10ee Improves scheduled toots 2017-07-17 18:53:12 +02:00
tom79 474aedec50 Fixes a bug with the write toot button when back button is pressed 2017-07-17 15:29:59 +02:00
tom79 9b418c9efe Fixes issue with download directory 2017-07-17 15:22:59 +02:00
tom79 4d4bcd49d1 Schedule toots & edition 2017-07-16 19:04:53 +02:00
tom79 c327bd8938 Schedule toots 2017-07-16 17:09:35 +02:00
tom79 0d6fd936e7 Prepares release 1.3.2 2017-07-15 15:08:43 +02:00
tom79 60b9e574ce Toots saved as drafts 2017-07-15 14:59:09 +02:00
tom79 74c6e46ce3 Fixes video issues with older Android versions < 19 2017-07-15 08:19:07 +02:00
tom79 0705fc8c8f Quick fix for KitKat + Release 1.3.1 2017-07-13 22:42:58 +02:00
tom79 8b7572e8b0 Introduces google translate 2017-07-13 18:30:25 +02:00
tom79 5f9ecbadfb Prepares release 1.3.0 2017-07-10 19:20:27 +02:00
tom79 76c832ede9 Adds time picker for notifications 2017-07-10 18:43:36 +02:00
tom79 91d1249b56 Fixes tablet bugs 2017-07-10 14:13:29 +02:00
tom79 956db2214c Fixes crashes 2017-07-10 11:38:33 +02:00
tom79 23cc595306 Change app name in headers 2017-07-10 10:33:24 +02:00
tom79 c7f7f01bf6 Improves media swiping 2017-07-10 09:24:58 +02:00
tom79 8435c1dced Prepares release 1.2.9 2017-07-08 11:43:17 +02:00
tom79 c8562ef118 Fixes a bug with conversations 2017-07-08 11:32:38 +02:00
tom79 00f8f314b7 New logo 2017-07-07 19:26:26 +02:00
tom79 45f3022ebe Fixes a small bug when screen is off and the first page is loaded + prepares release 1.2.8 2017-07-05 13:12:50 +02:00
tom79 21da69eb7f Dark theme by default + voice input for toots 2017-07-04 21:15:11 +02:00
tom79 a14e05bb32 Translation of toots in the device locale 2017-07-03 11:30:36 +02:00
tom79 a17df0318e Fixes a bug when uploading media + adds video support for media 2017-07-02 15:20:58 +02:00
tom79 d95a291935 Fixes bug with notifications when scrolling down + prepares release 1.2.7 2017-07-01 16:43:53 +02:00
tom79 5519242cd0 Improves night mode 2017-07-01 15:24:28 +02:00
tom79 6c6ae23b15 Pull to refresh for conversation (from the top or from the bottom of the screen) 2017-06-30 19:14:25 +02:00
tom79 f7321b788d Adds night mode 2017-06-30 17:09:07 +02:00
tom79 f4800666e9 Layout improvements + prepares release 1.2.6 2017-06-28 17:42:33 +02:00
tom79 f3426294be Folder picker (API > 20) + Improves media management (works with old API) 2017-06-27 19:18:46 +02:00
tom79 cab652a9c8 Fixes issues with media with older Android versions 2017-06-26 18:49:39 +02:00
tom79 98715fd53a Improves icons
Adds text when sharing a link with the app
2017-06-24 17:50:54 +02:00
tom79 fe9bfb02b1 Quick fix for two-step authentication - Release 1.2.5 2017-06-24 12:51:38 +02:00
tom79 b17881f504 Prepares release 1.2.4 2017-06-24 12:02:29 +02:00
tom79 1a96f4a3c7 Embedded webview + manages fullscreen videos + javascript can be disabled & third party cookies 2017-06-24 11:38:18 +02:00
tom79 711490d351 Manages tags in toots 2017-06-24 07:23:15 +02:00
tom79 b92d2a5b51 Clicks on mentioned accounts opens details 2017-06-23 20:03:17 +02:00
tom79 d363fd28c1 Fixes emoji issue with reblogs and user names + prepares release 1.2.3 2017-06-20 19:22:08 +02:00
tom79 6172a6a489 Improves tablet layout 2017-06-20 18:48:20 +02:00
tom79 e6ff90c0d7 Adds cache clear feature 2017-06-19 19:20:20 +02:00
tom79 a1e1a3bd06 Improves emoji support + fixes an issue when loading next toots 2017-06-19 15:59:34 +02:00
tom79 30fd6acf97 Fixes scroll issue when loading more content with an error 2017-06-17 07:49:47 +02:00
tom79 df817e4a38 Improves media display 2017-06-16 19:23:41 +02:00
tom79 5ce1e09957 Fixes pull to refresh bug 2017-06-16 18:54:46 +02:00
tom79 53d7b8f2e3 Fixes some issues + prepares release 1.2.1 2017-06-14 17:19:16 +02:00
tom79 b19ea714a8 Fixes spoiler issue + improvements with reblogs (pictures) 2017-06-14 16:08:39 +02:00
tom79 379c7b70c9 Prepares release 1.2.0 2017-06-11 17:14:54 +02:00
tom79 cabdfcf915 Removes lib for Emoji 2017-06-11 14:28:29 +02:00
tom79 350e26d64f Some improvements 2017-06-11 11:58:46 +02:00
tom79 2957cc6c61 Fixes an issue with menu + prepares release 1.1.9 2017-06-10 16:18:58 +02:00
tom79 578abfd44a Swipes left/right to change current timeline 2017-06-10 16:01:10 +02:00
tom79 e248db9d34 Manages spoiler in toots 2017-06-07 16:52:53 +02:00
tom79 ebe994d508 Manages media with sensitive toots 2017-06-07 15:47:05 +02:00
tom79 ce2133f091 improvements with follow requests 2017-06-07 13:58:21 +02:00
tom79 f2a20c3ed3 Adds follow requests for locked accounts 2017-06-07 11:12:40 +02:00
tom79 3b6ecfe0a2 Adds emoji support + share external content via toots 2017-06-06 18:50:01 +02:00
tom79 7d76dd87ac Improves privacy page + removes a useless lib 2017-06-05 12:26:09 +02:00
tom79 0441a823b4 Allows to update profiles + gets info from current instance 2017-06-05 11:57:02 +02:00
tom79 ae561d1408 Prepares release 1.1.7 2017-06-03 20:07:03 +02:00
tom79 d03061204d Improves search layout 2017-06-03 19:02:40 +02:00
tom79 6b9ccc110c Improves API response with header 2017-06-03 18:18:27 +02:00
tom79 9d66499883 Opens to other instances + some improvements + some bug fixes + privacy activity 2017-06-03 15:54:19 +02:00
tom79 e619a8651d Fixes a bug with menu selection & notifications + different ids for notifications (one per job and per account) + prepares release 1.1.6 2017-05-31 18:58:56 +02:00
tom79 606b6385f4 Adds @ before username in mentions 2017-05-31 17:29:32 +02:00
tom79 12d791b62b Adds mentioned accounts in a reply + some previous apk not pushed. 2017-05-31 17:04:02 +02:00
tom79 a8570fc44c Prepares release 1.1.5 2017-05-31 15:11:54 +02:00
tom79 7992f6e133 Fixes some crashes when clicking on a notification 2017-05-31 07:40:55 +02:00
tom79 18da5dde02 Handles errors with messages (can be disabled in settings) 2017-05-30 19:31:44 +02:00
tom79 8b41d694b0 Fixes a bug with notifications + prepares release 1.1.4 2017-05-28 17:16:31 +02:00
tom79 0ecb808ecd Associates notifications in top bar to the right account & logs in it if the current authenticated account is different 2017-05-28 14:58:04 +02:00
tom79 5bc23d3a23 Allows to add new accounts even from other instances but the entry point remains an account from the main instance (ie: mastodon.etalab.gouv.fr) 2017-05-28 14:10:19 +02:00
tom79 adc651c1af Detects Enter key for search 2017-05-27 08:32:14 +02:00
tom79 b9dc450363 Improves search with accounts + toots + tags 2017-05-26 20:24:44 +02:00
tom79 5b24293ad0 Adds apk for tests 2017-05-26 17:23:07 +02:00
tom79 32046c3c87 Adds 2FA support via webview 2017-05-26 17:20:36 +02:00
tom79 77ab74c936 Some layout changes for smaller screens + fixes a bug with toots with scroll + prepares release 1.1.2 2017-05-25 18:34:20 +02:00
tom79 f1b11ef510 Removes from push notifications toots or notifications that have already been seen within the app. 2017-05-25 17:07:56 +02:00
tom79 fb3ec85903 Removes dependency with "play-services-safetynet" 2017-05-25 16:00:43 +02:00
tom79 5e1e2ed41f Fixes the bug with scope (ie: read access only) with no redirect url *urn:ietf:wg:oauth:2.0:oob*+ back to the classic login page & removes the useless google lib 2017-05-25 13:33:33 +02:00
tom79 ec7b132a1b Back to Webview due to scope issues + adds "show reply" as an option in settings 2017-05-24 19:35:07 +02:00
tom79 c9024d0d49 Enables TLSv1.1 and TLSv1.2 for pictures + prepares release 1.1.0 2017-05-21 17:41:11 +02:00
tom79 760a8451ea Improves login page (no longer requires webview component) 2017-05-21 16:57:59 +02:00
tom79 0775271098 Fixes with TLSv1.1, TLSv1.2 2017-05-20 19:40:46 +02:00
tom79 3d23b66d81 Notifications service for new toots in home timeline + improves about page + cleans some libs 2017-05-20 15:15:02 +02:00
tom79 4c3b64e744 Silent notifications + Displays profile of the original toot owner when shared.
Prepares notifications service for new toots in home timeline.
2017-05-20 10:14:10 +02:00
tom79 529cef7777 discussion threads activity extended to every toots + prepares to v1.0.5 2017-05-17 16:28:26 +02:00
tom79 82d66cb9fb Fixes bug with missing pictures + account update info 2017-05-17 16:19:50 +02:00
tom79 291e6bba75 Fixes download bug + prepares v1.0.4 2017-05-16 19:49:08 +02:00
tom79 1cb118d99f Fixes bug when the token has changed + error with downloads 2017-05-16 19:41:25 +02:00
tom79 78d684e710 Prepares release 1.0.3 2017-05-05 19:30:57 +02:00
tom79 ed09cd95f1 Improvements with search bar + starts readme 2017-05-05 18:48:19 +02:00
tom79 c4ea4943d6 initial commit 2017-05-05 16:36:04 +02:00