91 Commits

Author SHA1 Message Date
Conny Duck
7cbdf2c96c upgrade room library to 1 (fix merge problem) 2017-11-07 13:12:57 +01:00
Ivan Kupalov
f0a1392649 Implement media tab (#430) 2017-11-05 22:32:36 +01:00
Ivan Kupalov
06af962610 Use Android-Job to pull notifications. Closes #401. (#431) 2017-11-01 21:02:44 +01:00
Ivan Kupalov
5239ffa432 Stop adding link info when composing toot (#418) 2017-10-27 13:19:12 +02:00
Conny Duck
d3061da9cb upgrade gradle version for android studio 3, fix some lint warnings 2017-10-25 21:56:58 +02:00
Conny Duck
de41ea4cb7 Release 27 2017-10-25 11:13:33 +02:00
Conny Duck
ed851cb04d fixes a crash within TootDao that is caused by an change in the room library 2017-10-23 21:52:46 +02:00
Conny Duck
c39bbea687 Release 26 2017-10-22 09:37:32 +02:00
Ivan Kupalov
65b7ce1909 Load custom emoji in statuses (#400) 2017-10-19 15:25:04 +02:00
Conny Duck
b3ce544bd0 completely remove firebase, mqtt and google services from build 2017-10-19 14:39:56 +02:00
Conny Duck
b211ed0f87 upgrade dependencies 2017-10-19 14:19:08 +02:00
Conny Duck
931836a56d remove metadata files of jsoup library from final build 2017-08-11 19:24:03 +02:00
Conny Duck
eba8f43b8e upgrade to Android Api 26, update dependencies 2017-08-03 17:01:02 +02:00
Vavassor
ea85209d0a Release 1.1.4
Release 1.1.4
2017-07-27 22:01:17 -04:00
Vavassor
094cc566bc Release 1.1.4-beta.7 2017-07-18 00:56:04 -04:00
Vavassor
0e0ec40575 Okay, toss BouncyCastleProvider so we can release a beta. 2017-07-18 00:30:24 -04:00
Vavassor
764cd7a0d6 Fixes the search page not working on Android Kitkat (searching applications instead of accounts and tags). 2017-07-16 22:31:40 -04:00
Vavassor
b5039b7d8c Release 1.1.4-beta.6 2017-07-16 18:26:56 -04:00
Vavassor
81089ade92 Release 1.1.4-beta.5 2017-07-15 03:56:22 -04:00
Vavassor
36fe864c3f Re-includes Firebase Crash Reporting in the google play build flavour. 2017-07-14 20:58:31 -04:00
torrentcome
4c3ee1b7fc (gradle) remove useless rx room stuff 2017-07-07 13:36:39 +02:00
torrentcome
682c7166eb Merge branch 'master' into #142/SaveToots
# Conflicts:
#	app/src/main/java/com/keylesspalace/tusky/TuskyApplication.java
2017-07-07 13:28:31 +02:00
Vavassor
c9fa1c07d6 Adds or updates Bouncy Castle as a security provider. A possible fix for alleviating issues with connections (issue #46 in particular). 2017-07-06 18:27:51 -04:00
torrentcome
84a6c2578b (room) add room gradle file 2017-07-05 16:34:59 +02:00
torrentcome
22ec554109 (room) add in gradle config 2017-06-28 19:32:50 +02:00
Vavassor
362347261d Release 1.1.4-beta.4 2017-06-25 17:14:39 -04:00
Vavassor
adfb96483a Removes ButterKnife annotations. 2017-06-22 14:59:12 -04:00
Vavassor
9d78808bf3 Consolidates the main header and removes the now-unneeded FloatingSearchView library. Closes #67 2017-06-19 20:50:40 -04:00
Vavassor
52157df674 Release 1.1.4-beta.3 2017-06-07 16:06:00 -04:00
Vavassor
a455b166da Merge branch '#136' of https://github.com/torrentcome/Tusky into torrentcome-#136 2017-06-02 20:32:36 -04:00
Vavassor
51feb388e6 Release 1.1.4-beta.2 2017-06-02 19:54:57 -04:00
torrentcome
c8d95a6003 Merge branch 'master' into #136 2017-06-02 23:15:21 +02:00
Vavassor
a75fb790c0 Removes "fillable loader" library, since it's no longer used for the splash screen. 2017-05-31 20:50:11 -04:00
Vavassor
b4e8fe9a78 release 1.1.4-beta.1 2017-05-23 21:03:18 -04:00
Vavassor
54327f6e2b Removes the product flavor split. 2017-05-18 18:10:46 -04:00
Vavassor
e0db0cfee5 Initial client working for MQTT push notifications. 2017-05-16 22:19:34 -04:00
torrentcome
c34bbaa62a (jsoup) add jsoup 2017-05-15 12:07:11 +02:00
Vavassor
1618940822 Removes an unused library from build.gradle. 2017-05-07 22:04:02 -04:00
Vavassor
b7050233f1 resolves merge conflict 2017-05-07 20:20:59 -04:00
Conny Duck
b7aba05f19 updated dependencies 2017-05-04 16:16:24 +02:00
Vavassor
7a684a44bb Release 1.1.3 2017-05-03 21:49:53 -04:00
serage.betelmal
a44e91673c Merge branch 'master' into feature/about-page 2017-04-30 21:09:09 +01:00
Vavassor
a4b51430b4 Organizes libraries and removes a flavor-specific import (possibly unnecessary?). 2017-04-28 16:41:44 -04:00
Vavassor
f67de9037d Moves Firebase notifications to a "google" build flavor and adds an "fdroid" flavor that uses polling for notifications.
Also, adds a few missing license notices.
2017-04-27 23:29:42 -04:00
Peter Cai
c11606e7bd Fix #198: Use OkHttp3Downloader by default 2017-04-22 13:13:48 +08:00
Vavassor
5941a2f5b3 Profile editor functionally complete. 2017-04-19 00:01:04 -04:00
serage.betelmal
642e2af23e Adding an about activity to the App 2017-04-15 19:05:25 +01:00
Vavassor
18d5d0152c Release 1.1.2 2017-04-13 17:14:43 -04:00
Vavassor
f5fd17ac66 Release 1.1.1 2017-04-13 16:01:15 -04:00
Vavassor
692dc0e527 Possible fix to ECDH secp256r1-only cipher suite issue. 2017-04-13 00:01:02 -04:00