Commit Graph

51 Commits

Author SHA1 Message Date
tom79 7a67b672e8 Honour media default privacy for accounts + add option in settings 2019-05-08 17:50:17 +02:00
tom79 77cb513857 Merge branch 'reorder_timeline' into develop 2019-04-25 18:43:16 +02:00
tom79 a528d878e5 Add all timeline in tabs 2019-04-22 13:16:35 +02:00
tom79 ed13333b89 Allow downgrade 2019-04-22 09:43:09 +02:00
tom79 c4ad9c9132 Sync the timeline 2019-04-21 12:09:30 +02:00
tom79 f59c53f711 Manage in db timelines 2019-04-21 10:22:07 +02: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
stom79 d4c3ffed58 Fix export 2019-02-23 14:16:15 +01:00
stom79 5da0994eb2 Create table for blocking tracking domains 2019-02-14 11:49:52 +01:00
stom79 cb4409df69 DB changes + logout for user 2019-01-29 11:52:54 +01:00
stom79 f2b9edb9f0 Manage moderators/admins for Pleroma 2019-01-27 11:02:53 +01:00
stom79 4d8547fe52 Refresh the token when expired #699 2019-01-05 13:00:15 +01:00
stom79 eefe1edc3b Prepares db for storing information for refreshing the token #699 2019-01-05 12:17:38 +01:00
stom79 eebe401aaf Add authentication #689 2019-01-02 19:39:40 +01:00
stom79 6b4c77f0b8 Allow to change column names 2018-12-28 10:41:40 +01:00
stom79 911d500e4f Prepares DB migration + back end 2018-12-27 17:49:50 +01:00
stom79 1305329321 Prepare database 2018-12-15 12:02:29 +01:00
stom79 c652481222 Issue #622 - Prepares the database for managing scheduled boost 2018-12-09 12:14:05 +01:00
stom79 63a20aa22a Issue #597 - Cache tags which are case sensitive to use them with the search feature 2018-11-30 18:39:01 +01:00
stom79 bb9b8f78c0 Fix cache conflict with bookmarks 2018-11-18 16:01:46 +01:00
stom79 7d4dd6f27b Better cache cleaner 2018-11-18 13:33:12 +01:00
stom79 c5eaa0b61d Fix the db upgrade issue from version 12 - #538 2018-10-31 11:20:07 +01:00
stom79 be917d6b24 Favorites for peertube 2018-10-21 18:43:57 +02:00
stom79 3b6c5d3296 Fix an issue with profile name not displayed 2018-10-05 18:02:11 +02:00
stom79 8f6a5924f9 Fix emoji issue and memory limit 2018-09-16 15:05:33 +02:00
stom79 57d30a3f2e Remote instance follow - step1 2018-08-20 19:00:20 +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 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 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 0b03e132f5 Issue #210 - Removes mute in profile page 2018-01-04 18:43:33 +01:00
stom79 c04c77250a Issue #210 - prepares database migration 2018-01-04 15:58:39 +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 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 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 60b9e574ce Toots saved as drafts 2017-07-15 14:59:09 +02:00
tom79 23cc595306 Change app name in headers 2017-07-10 10:33:24 +02:00