Commit graph

125 commits

Author SHA1 Message Date
Krille Fear 3bae98cff3 chore: Set compileSdkVersion to 31
Should fix build Android
with Flutter 2.10
2022-02-06 12:52:16 +00:00
S1m a4265fa575 Update unifiedpush libs 2021-12-13 08:57:19 +01:00
Krille Fear 148c4aa1dd CI: Add candidate release pipeline 2021-12-05 09:13:23 +01:00
Krille Fear 7a68feb5eb feat: Open im.fluffychat urls 2021-11-21 13:58:19 +01:00
Krille Fear 86d45de118 chore: Clean up sqflite stuff 2021-11-18 18:37:01 +01:00
Krille Fear ad21986ae8 fix: Start on Android and Linux 2021-11-18 07:59:35 +01:00
Krille Fear 0f7061e0f6 docs: New website 2021-11-05 19:14:20 +01:00
Krille Fear cb6cded5cb chore: Bump version 2021-11-04 17:17:12 +01:00
Krille Fear 2884a75792 fix: Readd unifiedpush deps 2021-09-26 09:32:41 +02:00
Krille Fear ca3cff8a07 fix: Remove fcmpushservice from manifest 2021-09-26 09:04:43 +02:00
Krille Fear 003dbffbe4 fix: Remove unused Android dependencies 2021-09-26 09:01:00 +02:00
Krille Fear e3c3bd997d fix: Remove google from fcm_shared_isolate 2021-09-24 16:18:38 +02:00
Krille Fear a62f55d4c8 chore: Add version code string to repo 2021-09-24 14:59:17 +02:00
Krille Fear 95ac7434e0 fix: Disable firebase-messaging library by default 2021-09-24 14:40:30 +02:00
Krille Fear dc9193b0a5 chore: Disable google-services by default 2021-09-24 12:23:52 +02:00
Christian Pauly ef4506fd8c feat: Add splash screen 2021-09-19 14:30:09 +02:00
Christian Pauly c12b28b54f chore: Update gradle wrappers 2021-08-23 08:57:16 +02:00
Christian Pauly ef0a0cf543 chore: Update Android deps 2021-08-23 08:46:59 +02:00
Sorunome 5d0967ecda feat: Add location sharing 2021-08-06 12:59:19 +02:00
Christian Pauly 48b4f2cad6 chore: Dont hide google services file 2021-07-30 18:25:14 +02:00
Christian Pauly 3d2d4fd23b fix: Secure storage 2021-07-20 14:07:52 +02:00
Sorunome f5f6dd1a58 fix: Don't allow backup of the android app 2021-07-10 19:30:21 +02:00
Krille Fear 83665b593b Merge branch 'krille/remove-moor' into 'main'
refactor: Remove moor

See merge request famedly/fluffychat!431
2021-07-03 09:17:03 +00:00
S1m a5219e56d4 update unifiedpush 2021-07-02 09:35:31 +02:00
Christian Pauly 9ef0c71f81 refactor: Remove moor 2021-06-30 20:20:17 +02:00
Christian Pauly e2e439905e chore: Update Gradle 2021-06-06 11:10:00 +02:00
Krille Fear 2721f26315 Update android/fastlane/Fastfile 2021-05-30 12:32:38 +00:00
Christian Pauly 08bae9f6ba chore: Update UP and automatically re-register UP on startup 2021-04-30 16:59:26 +02:00
Christian Pauly 1a477adcb1 refactor: Null safe dependencies 2021-04-22 08:16:21 +02:00
Michel Alexandre Salim be828d2c1e Fix image_picker for Android >= Q
Per https://pub.dev/packages/image_picker, the image picker plugin
needs legacy external storage permission on Android Q and above
for now; it does not yet support the new permission model.

Fixes #306.

Signed-off-by: Michel Alexandre Salim <michel@michel-slm.name>
2021-03-01 15:19:21 -08:00
Sorunome 7f670b3fb1 fix: Allow screenshots again 2021-02-21 12:06:14 +01:00
Sorunome 353b1c8378 fix: Use single-isolate push 2021-02-16 13:23:56 +01:00
Christian Pauly a525d4fd45 change: Use launch url for mozilla sso 2021-02-01 12:14:53 +01:00
Sorunome 16e23504a3 *grumble-grumlbe* fiiine 2021-01-28 22:03:46 +01:00
Sorunome f79c01d5be Hey, it wasn't the CI.....it were the release builds ALL ALONG!!!! 2021-01-28 18:38:05 +01:00
Sorunome 80505a321a a CI a day keeps the doctor away 2021-01-28 18:25:22 +01:00
Sorunome 97a5302042 ci fixing go brrrrrr 2021-01-28 18:08:07 +01:00
Sorunome 09468bce74 ci fix now? 2021-01-28 17:42:14 +01:00
Sorunome d5a2ee2f3f feat: Add unified push as push provider 2021-01-28 14:43:14 +01:00
Sorunome 03058d44e6 feat: Handle matrix: URIs as per MSC2312 2021-01-10 18:20:16 +01:00
Christian Pauly 361b558cbe Update android/fastlane/Appfile 2020-12-10 07:54:45 +00:00
Christian Pauly 9c7abbb604 Merge branch 'android-icons' into 'main'
Android icons following guidelines + dark theme visual improvement

See merge request ChristianPauly/fluffychat-flutter!303
2020-12-09 17:22:53 +00:00
Christian Pauly f1df6bbfcc play around... 2020-12-09 17:12:22 +00:00
Kévin Commaille 25d2ccb674 cleaner adaptive and new legacy notifications icons 2020-12-09 10:54:10 +01:00
Kévin Commaille 8428b8f323 adaptive and legacy launcher icons 2020-12-09 10:52:52 +01:00
Christian Pauly a5c7e4baaf chore: Implement playstore CD 2020-11-22 10:04:47 +00:00
Marcus Hoffmann bdc52cf8d6 chore: Only load google services if needed
Originally done in 051ec8f913e6532349f0912cac3ca84507c542bb then
accidentally (?) reverted in 8a542bf5c2f5dd2cd275111074f29b71b2b11dd7
2020-11-21 19:40:50 +01:00
Christian Pauly 0991abe76d chore: Change compileSdkVersion again 2020-10-28 12:54:58 +01:00
Christian Pauly cb6025464a fix: CompileSDKVersion 2020-10-28 12:42:59 +01:00
Christian Pauly 714177e2af fix: Target sdk 2020-10-28 12:41:19 +01:00
Christian Pauly 08a3b199e7 fix: Android Download 2020-10-28 08:41:45 +01:00
Christian Pauly 0bf281c3b3 chore: Only load google services if needed 2020-10-27 13:14:10 +00:00
Marcel bac6dceaaf fix(windows): Recreate windows files to make sure windows compiles 2020-10-04 14:06:34 +00:00
Sorunome e9ba95fb90 switch to moor_ffi w/ sqlcipher 2020-07-20 15:33:52 +00:00
Lukas Lihotzki e6ad76e687 Include the olm library with flutter_olm 2020-07-16 17:32:11 +02:00
Marcel f2486e6cb9 [Proguard] Fix file location, make it more aggressive and remove deprecated option
Took 3 hours 45 minutes
2020-05-13 19:51:30 +02:00
Marcel 39b6b66a33 Make moor encrypted Database work with release build 2020-05-13 14:46:21 +00:00
Christian Pauly f5104ff456 Update android/app/build.gradle 2020-05-09 06:42:01 +00:00
Christian Pauly 2eb9bc1084 Update android/app/src/main/AndroidManifest.xml 2020-05-07 09:22:33 +00:00
Christian Pauly 979f75dd0d Experimental support for background notifications 2020-05-05 12:51:38 +02:00
Christian Pauly 76596cafb4 Minor fixes 2020-04-09 09:51:52 +02:00
Christian Pauly d8b0b606ac New logo and add firebase to ios 2020-04-08 10:43:12 +02:00
Christian Pauly 701c4d2757 Receive sharing intent 2020-04-02 14:05:32 +02:00
Christian Pauly f4ad9dd0a3 Better icon 2020-03-29 12:45:39 +02:00
Christian Pauly 75df57c965 Implement voice messages 2020-03-15 11:27:51 +01:00
Christian Pauly 37dc6712f5 Update Android icons 2020-03-14 11:23:56 +01:00
Marcel 3bb22f1c59 [Android] Add and build olm module
Switch to famedly flutter images

Took 4 minutes
2020-02-19 17:23:03 +01:00
Christian Pauly 05bdd5968a Open links with uni_links 2020-02-10 14:14:55 +01:00
Christian Pauly 46f7a947f5 New store 2020-01-26 11:17:54 +00:00
Christian Pauly 4f4e3a4df5 Handle matrix.to links 2020-01-19 19:28:12 +01:00
Christian Pauly c4353bbea6 Better notifications 2020-01-08 13:19:15 +00:00
Christian Pauly 8d7aaa44a6 Add firebase stuff 2020-01-03 17:23:40 +01:00
Christian Pauly d838d3a474 Minor fixes 2020-01-03 11:47:31 +01:00
Marcel 5689a14d71 Add a release signature for fdroid apks
Took 21 minutes
2020-01-02 23:15:12 +00:00
Christian Pauly b5f2ecd56f Initial commit 2020-01-01 19:10:13 +01:00