Commit Graph

1115 Commits

Author SHA1 Message Date
tom79 733c217c53 Fix notification sound issue 2019-04-19 16:05:00 +02:00
tom79 92f5ce0165 Some cleaning 2019-04-19 13:05:20 +02:00
tom79 a85ca83386 Merge branch 'develop' into pixelfed_oauth 2019-04-18 12:59:57 +02:00
tom79 12b76915c8 Fix issue #882 2019-04-17 17:40:11 +02:00
tom79 0d49cfaa4e fix spacing 2019-04-17 15:53:33 +02:00
tom79 9cd9b890fb Merge branch 'develop' into pixelfed_oauth 2019-04-17 13:23:31 +02:00
tom79 ed41dae64b Fix issue #876 2019-04-16 17:40:44 +02:00
tom79 c7e5bfc911 Fix issue #889 2019-04-16 17:18:10 +02:00
tom79 f6cf4f8227 Log for pixelfed 2019-04-16 17:07:51 +02:00
tom79 9352346ec5 Log for pixelfed 2019-04-06 17:12:35 +02:00
tom79 3290dacb2b Fix keyboard not open when opening compose activity 2019-04-01 18:57:32 +02:00
tom79 0b58fba5dc Fix refresh token + improve search layout 2019-03-31 18:57:53 +02:00
tom79 5e869958e1 Merge branch 'develop' of https://gitlab.com/tom79/mastalab into develop 2019-03-31 17:53:45 +02:00
Len Chan aba93a3874 Merge remote-tracking branch 'origin/develop' into develop 2019-03-31 20:28:16 +08:00
Len Chan f3eac9967a cleanup 2019-03-31 20:28:00 +08:00
tom79 18cc3a13f9 Divide searches 2019-03-31 14:25:40 +02:00
Len Chan 73143f3236 cleanup 2019-03-31 20:22:38 +08:00
Len Chan 1a04181f78 cleanup 2019-03-31 19:52:48 +08:00
Len Chan 3544b04680 scroll up and down can dismiss media activity 2019-03-31 19:16:00 +08:00
tom79 2622a75906 Change the way to retrieve results for searches 2019-03-31 12:40:51 +02:00
tom79 805aa74229 Prepares the new search feature 2019-03-31 11:58:40 +02:00
Len Chan e06a3bad73 fullscrren mode by click on activity_media 2019-03-31 17:48:47 +08:00
tom79 250e052b8f Refresh statuses after an action 2019-03-30 18:48:38 +01:00
Len Chan bec6569af5 update button style on compose activity 2019-03-30 20:27:16 +08:00
Len Chan 404f06def5 fix shared content's length shows 0. 2019-03-27 16:38:49 +08:00
Len Chan e798707fdf change refresh/extend animation to fade-out/fade-in in ShowConversationActivity 2019-03-27 16:18:26 +08:00
tom79 44d93159f1 improve poll 2019-03-24 19:06:53 +01:00
tom79 60b5c01b10 improve poll 2019-03-24 19:06:03 +01:00
tom79 13bcdff30b Merge branch 'poll_api' into develop
# Conflicts:
#	app/src/main/res/values/strings.xml
2019-03-24 17:35:35 +01:00
tom79 4c54271a70 Manage votes 2019-03-24 16:38:12 +01:00
tom79 c0f6352604 add alert 2019-03-23 17:23:02 +01:00
Len Chan 08cb4486b8 add option for compose: user can disable retrieve metadata if URL from other app 2019-03-23 17:23:09 +08:00
Len Chan 840ad0024f add option for compose: user can disable retrieve metadata if URL from other app 2019-03-23 17:09:25 +08:00
Kasun 89e00914ce fix import file type on login page 2019-03-14 15:14:33 +05:30
tom79 fde6bdcde6 Fix some crashes 2019-03-02 18:48:25 +01:00
tom79 8cde45a301 Fix import/export feature 2019-03-02 15:43:40 +01:00
tom79 90763435a3 improve db export 2019-03-02 11:40:46 +01:00
tom79 73fd2a50c9 Remove useless choice with the optin popup 2019-03-02 11:15:52 +01:00
tom79 dc4be3b3d3 Merge branch 'featured_tags' into develop 2019-03-01 18:57:31 +01:00
tom79 2450f19ba2 some improvements 2019-03-01 18:50:52 +01:00
tom79 2a94870b4f Fix mention issue 2019-03-01 17:54:45 +01:00
stom79 b63724d48a Merge branch 'GNU_direct_messages' into develop 2019-02-28 14:05:20 +01:00
tom79 b3217f693c Make description read only without HTML tags but use HTML format for submitting 2019-02-27 19:29:38 +01:00
tom79 ac037a259c Change url 2019-02-27 19:21:19 +01:00
tom79 82aee9b79c Add conversations for private messages #829 2019-02-27 10:27:01 +01:00
tom79 baee599f4f Add private timeline #829 2019-02-27 09:54:38 +01:00
tom79 5bf074b8db Fix issue #825 2019-02-26 18:41:21 +01:00
crockwave 4684aaa6bd - Redefined bundle_source as the account URL of the toot creator, to be listed in the RSS feed with source value as the URL and creator value as the readable portion in the <source> tag of RSS feed
- Modified bundle_creator tag to always be formatted as account_name@instance to reference creator of toot in RSS feed, because the status.getAccount().getAcct() result value varies if the toot came from current Mastodon instance or not
- Added ${creator} and ${thumbnailurl} to custom sharing URL parameters, to improve customizability of custom sharing URL
- Modified default custom sharing URL value to include ${creator} and ${thumbnailurl}
- Fixed bug in Description field rendering in CustomSharingActivity, introduced by emoticon handling code adding HTML elements into bundle_content value
- Removed parameters from encodeCustomSharingURL() method of CustomSharingActivity, as those variables are accessible from the activity
2019-02-25 19:51:27 -06:00
crockwave 22310ccef1 - Redefined bundle_source as the account URL of the toot creator, to be listed in the RSS feed with source value as the URL and creator value as the readable portion in the <source> tag of RSS feed
- Modified bundle_creator tag to always be formatted as account_name@instance to reference creator of toot in RSS feed, because the status.getAccount().getAcct() result value varies if the toot came from current Mastodon instance or not
- Added ${creator} and ${thumbnailurl} to custom sharing URL parameters, to improve customizability of custom sharing URL
- Modified default custom sharing URL value to include ${creator} and ${thumbnailurl}
- Fixed bug in Description field rendering in CustomSharingActivity, introduced by emoticon handling code adding HTML elements into bundle_content value
- Removed parameters from encodeCustomSharingURL() method of CustomSharingActivity, as those variables are accessible from the activity
2019-02-25 16:27:44 -06:00
tom79 f699f03ad8 Merge branch 'custom_sharing_improvements' into develop 2019-02-23 16:29:50 +01:00