Commit Graph

555 Commits

Author SHA1 Message Date
tom79 3629f4a137 Follow GNU Social instances 2019-05-11 19:58:41 +02:00
tom79 5a7f431f25 Improve bookmark 2019-05-11 18:33:15 +02:00
tom79 2a918556cb Improve bookmark 2019-05-11 13:35:37 +02:00
tom79 edcf2279e3 Fix a crash for click on boosted media 2019-05-11 12:51:13 +02:00
tom79 93a08fcb4f Remove items 2019-05-09 19:03:02 +02:00
tom79 26d434e577 Allow to search on Peertube instances 2019-05-08 16:22:19 +02:00
tom79 c3847398df Fix issue #919 - Long press on the fetch more button to retrieve all missing toots 2019-05-05 16:53:35 +02:00
tom79 7d1bbe5e5e Merge remote-tracking branch 'origin/develop' into develop 2019-05-04 18:28:55 +02:00
tom79 1adfa71875 Allow to add followed instance in the reorder tabs activity 2019-05-04 18:28:47 +02:00
Kasun 3b96fb9bb7 poll notifications 1/3
add polls to notification settings
2019-05-04 16:28:58 +05:30
Kasun 16c2936d5a Typo (POOL --> POLL) 2019-05-04 13:31:38 +05:30
tom79 41eaf45ff1 Fix some crashes 2019-04-29 19:16:36 +02:00
tom79 4cbd225388 Fix theme issue when switching from settings 2019-04-28 16:13:18 +02:00
tom79 20c66087a7 Issue #903 - Keep 2 timelines visible at least 2019-04-27 17:37:52 +02:00
tom79 1e5e9e98d9 Issue #903 - Display undo layout when moving elements 2019-04-27 12:54:01 +02:00
tom79 501abd85d4 Issue #903 - fix notification tabs not refreshing after filtering 2019-04-27 11:34:51 +02:00
tom79 8de1fdaef8 Issue #903 - some improvements 2019-04-26 19:05:09 +02:00
tom79 42b250779b Issue #903 - some improvements 2019-04-26 15:50:26 +02:00
tom79 81d8b4df33 Issue #903 - some fixes 2019-04-26 14:59:52 +02:00
tom79 cb025d1a29 Issue #903 - Allow to drag timelines with the right handle & Avoid "swipe-to-remove" for main tabs 2019-04-26 13:55:18 +02:00
tom79 c9c89dada0 Merge branch 'k-a-s-u-n/mastalab-working' into develop
# Conflicts:
#	app/src/main/res/values/strings.xml
2019-04-25 18:52:52 +02:00
tom79 f604d5c270 Remove useless settings 2019-04-25 18:42:25 +02:00
tom79 69762e650c Sync tabs after moving them. 2019-04-23 18:42:15 +02:00
tom79 3b2cd6b533 Sync timelines 2019-04-22 19:10:07 +02:00
tom79 e4711dc7e5 Add filters 2019-04-22 18:13:44 +02:00
tom79 291a500d1d Enable drag / Move 2019-04-22 15:10:32 +02:00
tom79 94aba5f3a0 Drag to move timelines 2019-04-22 14:32:07 +02:00
tom79 a528d878e5 Add all timeline in tabs 2019-04-22 13:16:35 +02:00
Kasun e977ecac68 add an option to disable new badge on unread statuses 2019-04-22 14:42:42 +05:30
tom79 2cd43b4142 Loop through tl 2019-04-21 18:50:56 +02:00
tom79 28ef97d4cd Add peertube column 2019-04-21 09:12:10 +02:00
Thomas 22df7fedec Merge branch 'working' into 'develop'
add polls category to notification tab

See merge request tom79/mastalab!2153
2019-04-19 14:44:45 +00:00
tom79 733c217c53 Fix notification sound issue 2019-04-19 16:05:00 +02:00
Kasun 04032a2a76 add polls category to notification tab 2019-04-19 19:33:54 +05:30
tom79 92f5ce0165 Some cleaning 2019-04-19 13:05:20 +02:00
tom79 ddf156144a Some improvements 2019-03-31 19:10:31 +02:00
tom79 101849a07c Some fixes with pagination 2019-03-31 15:15:46 +02:00
tom79 18cc3a13f9 Divide searches 2019-03-31 14:25:40 +02: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
tom79 250e052b8f Refresh statuses after an action 2019-03-30 18:48:38 +01:00
tom79 6f205f3214 Fix notification with polls 2019-03-30 16:43:03 +01: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
Len Chan e054ce1501 add hide notification delete button 2019-03-19 09:12:29 +08:00
Len Chan 349cd9be31 add hide notification delete button 2019-03-19 09:04:09 +08:00
tom79 dc4be3b3d3 Merge branch 'featured_tags' into develop 2019-03-01 18:57:31 +01:00
stom79 b63724d48a Merge branch 'GNU_direct_messages' into develop 2019-02-28 14:05:20 +01:00
tom79 35c8715a77 featured tags 2019-02-27 19:17:39 +01:00
tom79 baee599f4f Add private timeline #829 2019-02-27 09:54:38 +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