Commit Graph

56 Commits

Author SHA1 Message Date
stom79 3b6c5d3296 Fix an issue with profile name not displayed 2018-10-05 18:02:11 +02:00
stom79 0159764a35 Cross bookmark 2018-09-28 19:35:13 +02:00
stom79 8f6a5924f9 Fix emoji issue and memory limit 2018-09-16 15:05:33 +02:00
stom79 071136a7aa Remote instance follow - step2 2018-08-21 14:34:20 +02:00
stom79 57d30a3f2e Remote instance follow - step1 2018-08-20 19:00:20 +02:00
stom79 2ea3e6971e Some bug fixes 2018-04-28 16:54:06 +02:00
stom79 1f4377b541 See PR #337 - bug found by @PhotonQyv 2018-02-23 07:31:05 +01:00
PhotonQyv d4cab46f4c Merge remote-tracking branch 'origin/STATUSES_CACHE-StructuralChange' into STATUSES_CACHE-StructuralChange
# Conflicts:
#	app/src/main/java/fr/gouv/etalab/mastodon/sqlite/Sqlite.java
2018-02-22 19:02:17 +00:00
PhotonQyv 289b2c1f0b Changed constraint to a UNIQUE index on instance & status_id. so that we can maintain the toot cache, rather than losing it when we dropped and recreated the table, due to SQLite not implementing ALTER TABLE ADD CONSTRAINT. 2018-02-22 19:00:36 +00:00
Thomas 06fa2209ad
Update Sqlite.java
Changes for users where the table is already created by adding a constraint on the table. Need to be tested on the device having a duplicate value
2018-02-22 19:04:23 +01:00
PhotonQyv f9c740ef18 Second go, with a UNIQUE constraint set on instance, and status_id. Appears to work, checking it again on my tablet. 2018-02-22 17:41:28 +00:00
stom79 017b7e07ce Fixes pagination issue 2018-02-17 18:08:06 +01:00
stom79 a1aa96a2bd Finish filters 2018-02-17 15:14:54 +01:00
stom79 3ca1e3b402 Adds filters 2018-02-17 14:43:12 +01:00
stom79 87d244be1b Adds filter dialog 2018-02-17 12:35:54 +01:00
stom79 504e3c0146 Adds activity & link service 2018-02-17 11:28:52 +01:00
stom79 deb6d22439 Prepares service 2018-02-17 09:30:44 +01:00
stom79 35b3a11dc7 Recreate table 2018-02-17 08:49:28 +01:00
stom79 25b897f84c Prepares backup service 2018-02-17 08:44:13 +01:00
stom79 8034072cd1 Adds feature: Bookmarks #320 2018-02-15 15:27:46 +01:00
stom79 b6751f8852 Adds icon for bookmark + handles click and fixes an error 2018-02-15 11:18:40 +01:00
stom79 5ca48862f5 Implements methods to manage statuses in db 2018-02-15 10:13:58 +01:00
stom79 0aef3fc8ab Prepares db query insert 2018-02-15 07:55:24 +01:00
stom79 d830bbb05c Creates table in db 2018-02-14 18:44:22 +01:00
stom79 403ba40da6 Fixes issue #301: Accounts with the same id can't be added 2018-02-09 13:37:10 +01:00
stom79 dadae74991 Fixes a bug with issue #210 2018-01-05 09:46:59 +01:00
stom79 0b03e132f5 Issue #210 - Removes mute in profile page 2018-01-04 18:43:33 +01:00
stom79 a98e200f94 Issue #210 - Introduces feature in context menu 2018-01-04 17:31:53 +01:00
stom79 5007008097 Issue #210 - db queries 2018-01-04 16:16:29 +01:00
stom79 c04c77250a Issue #210 - prepares database migration 2018-01-04 15:58:39 +01:00
stom79 6dbc7b8298 Fixes issue - #128 & #129 duplicate emojis 2017-12-16 09:21:04 +01:00
stom79 8f68d890ce Fixes errors 2017-12-15 18:03:06 +01:00
stom79 a18cda47e5 Removes Gson lib 2017-12-10 18:05:51 +01:00
stom79 6c48fd6c3a Merge branch 'develop' into custom_search 2017-11-24 14:46:31 +01:00
stom79 6efbf03add Retrieves custom emoji automatically 2017-11-24 07:13:30 +01:00
stom79 e74a273f97 Search with keywords 2017-11-23 18:16:47 +01:00
stom79 78605a6568 Fixes issue with custom emoji from other instances 2017-11-19 16:08:34 +01:00
stom79 742e6d2cd2 Fixes issue #40 - Missing table 2017-11-15 16:51:35 +01:00
stom79 74a7557a33 Removes useless elements 2017-11-02 14:16:48 +01:00
stom79 1cbe5ce542 Tries to find them =) 2017-11-01 19:19:37 +01:00
stom79 69b8237853 Creates the table in db + stores/updates custom emojis when they are seen in a toot 2017-11-01 18:52:08 +01:00
tom79 f157a13709 One service per socket 2017-09-09 11:38:26 +02:00
tom79 7c057156f7 Improves account picker menu 2017-08-22 09:02:40 +02:00
tom79 e0a54db6d2 Fixes headers + changes API name 2017-08-04 11:11:27 +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 7bbb2d10ee Improves scheduled toots 2017-07-17 18:53:12 +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