Commit Graph

459 Commits

Author SHA1 Message Date
Jannis Mattheis
62916215c8 Version 2.5.1 2023-02-03 10:05:45 +01:00
Jannis Mattheis
b69d35272f Merge pull request #272 from cyb3rko/fix-splashscreen
Native splashscreen
2023-02-02 14:31:57 +01:00
Niko Diamadis
f49d8fbda1 Replace custom splashscreen with native one 2023-01-30 14:55:30 +01:00
Jannis Mattheis
11a74537e4 Merge pull request #271 from cyb3rko/permissions-fix
Fix missing permissions on newer Android versions
2023-01-28 19:30:49 +01:00
Jannis Mattheis
c416ed7d4b Add more specific permission description 2023-01-28 19:23:31 +01:00
Niko Diamadis
d62dc9b72b Fix lint error because of incompatible Kotlin version 2023-01-27 16:36:33 +01:00
Niko Diamadis
da657f8890 Use QuickPermissions fork + use custom dialogs 2023-01-27 16:04:20 +01:00
Niko Diamadis
af9207c7a0 Fix missing permissions on newer Android versions 2023-01-25 15:31:16 +01:00
Jannis Mattheis
5de51147f2 Merge pull request #258 from cyb3rko/kotlin-rewrite
Codebase rewrite to Kotlin
2023-01-25 11:41:24 +01:00
Niko Diamadis
08501f740c Merge branch 'master' into kotlin-rewrite 2023-01-25 00:03:10 +01:00
Pander
d15321ce1a Add fastlane metadata and images
Fixes #262
2023-01-23 11:59:58 +01:00
Jannis Mattheis
879248bf4f Fix crash on delete (app|message|client) 2023-01-23 10:17:04 +01:00
Jannis Mattheis
adce92b7a2 Merge pull request #268 from intergalacticfm/deletebutton
deletebutton
2023-01-15 12:38:34 +01:00
Pander
a004e48ee0 deletebutton 2023-01-15 06:49:29 +01:00
Niko Diamadis
284428c7ad Fix incoming message crash 2023-01-14 15:45:59 +01:00
Niko Diamadis
3321f9eee5 Move source files from 'java' to 'kotlin' folder 2023-01-13 14:49:53 +01:00
Niko Diamadis
24812b6f43 Let kotlinter format the code 2023-01-13 00:13:04 +01:00
Niko Diamadis
a8a0cecce0 Replace spotless for Java with kotlinter 2023-01-13 00:03:28 +01:00
Niko Diamadis
fc0825de3d Reformat smaller parts of code 2023-01-12 17:56:45 +01:00
Niko Diamadis
8bf7b8e552 Reformat lambda expressions 2023-01-12 17:54:51 +01:00
Niko Diamadis
317ffa6d30 Call Snackbar in Coroutine from Main thread 2023-01-11 21:54:57 +01:00
Niko Diamadis
aeddf50875 Disallow null response of SuccessCallback 2023-01-05 22:51:59 +01:00
Niko Diamadis
005aea4e5f Fix thread safety for drawer onClose 2023-01-05 22:32:12 +01:00
Niko Diamadis
e2dbb54bea Shrink url validation 2023-01-05 22:24:19 +01:00
Niko Diamadis
cebf7f4afe Remove nullability of ClientFactory functions returns 2023-01-04 23:27:10 +01:00
Niko Diamadis
50a21abf93 Disallow null response in Callback 2023-01-04 23:12:54 +01:00
Niko Diamadis
228b7fbba0 Improve readability of MessagesActivity by adding blank lines 2023-01-04 22:44:12 +01:00
Niko Diamadis
5f6565960d Simplify refreshAll onclick method 2023-01-04 22:41:01 +01:00
Niko Diamadis
3aaee57822 Reverse Log entries to have newest at the top 2023-01-04 21:40:25 +01:00
Niko Diamadis
c3ffcda58d Reimplement ConcurrentHashMap for Picasso 2023-01-04 21:29:34 +01:00
Niko Diamadis
188ef24e69 Simplify and optimize Kotlin code snippets 2022-12-30 18:23:50 +01:00
Niko Diamadis
c32d6a81bd Replace MessageActivity's AsyncTasks with Coroutines 2022-12-29 20:13:27 +01:00
Niko Diamadis
6aeb21ebc3 Replace ShareActivity's AsyncTask with Coroutine 2022-12-28 00:44:42 +01:00
Niko Diamadis
1378710003 Replace LogsActivity's AsyncTask with Coroutine 2022-12-28 00:41:56 +01:00
Niko Diamadis
54d96232bc Implement general coroutine helper method 2022-12-28 00:41:56 +01:00
Niko Diamadis
f36c93ef9a Simply Log retrieval 2022-12-28 00:30:39 +01:00
Niko Diamadis
afe2546494 Fix showSnackbar function 2022-12-28 00:25:56 +01:00
Niko Diamadis
675baea31f Fix ShareActivity back button 2022-12-27 23:33:56 +01:00
Niko Diamadis
f57e346e7e Correct class and method visibility modifiers 2022-12-26 19:41:13 +01:00
Niko Diamadis
7b415b6d61 Implement changes required by new Kotlin codebase 2022-12-26 19:14:14 +01:00
Niko Diamadis
91d191f01b Rewrite root directory files to Kotlin 2022-12-26 18:37:38 +01:00
Niko Diamadis
0fb045ac8f Rewrite 'log' to Kotlin 2022-12-26 13:02:18 +01:00
Niko Diamadis
7c6c418a79 Rewrite 'api' to Kotlin 2022-12-26 12:31:03 +01:00
Niko Diamadis
b75cb740b9 Rewrite 'messages' to Kotlin 2022-12-26 01:22:11 +01:00
Niko Diamadis
ec5761a948 Rewrite 'settings' to Kotlin 2022-11-23 23:08:23 +01:00
Jannis Mattheis
7432960c0b Merge pull request #255 from cyb3rko/fix-log-clear
Fix clearing log not updating textview
2022-11-05 10:08:14 +00:00
Niko Diamadis
562a071307 Rewrite 'sharing' to Kotlin 2022-11-02 21:01:13 +01:00
Niko Diamadis
47bee618b4 Rewrite 'service' to Kotlin 2022-11-02 16:46:17 +01:00
Niko Diamadis
637e8802a4 Rewrite 'picasso' to Kotlin 2022-11-02 07:41:00 +01:00
Niko Diamadis
f8db0e94ce Rewrite 'init' to Kotlin 2022-11-01 23:23:30 +01:00