Commit Graph

378 Commits

Author SHA1 Message Date
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
Niko Diamadis
fadcfc0bfc Rewrite 'login' to Kotlin 2022-11-01 23:10:34 +01:00
Niko Diamadis
f73fd7ac8c Add Kotlin to project 2022-11-01 23:09:22 +01:00
Niko Diamadis
138cd61416 Fix clearing log not updating textview 2022-11-01 09:31:51 +01:00
Jannis Mattheis
466cd00d0f Merge pull request #252 from cyb3rko/major-build-updates
Major build updates
2022-10-29 15:38:42 +00:00
Niko Diamadis
9f1aef7a36 Update gradle wrapper 2022-10-29 17:33:32 +02:00
Niko Diamadis
a35e3320ec Move deprecated package in manifest to namespace declaration 2022-10-29 17:33:32 +02:00
Niko Diamadis
b2f186aadf Fix workflow build lint error 2022-10-29 17:33:32 +02:00
Niko Diamadis
fb75e2adae Update workflow java version to 11 2022-10-29 17:33:32 +02:00
Niko Diamadis
2dc30aff6f Set Java requirement to version 11 2022-10-29 17:33:32 +02:00
Niko Diamadis
2d77496082 Remove unused .jar import 2022-10-29 17:33:32 +02:00
Niko Diamadis
35069f7a6e Replace legacy support library only with swipe refresh layout library 2022-10-29 17:33:32 +02:00
Niko Diamadis
ca31e74265 Fix duplicate class build error 2022-10-29 17:33:32 +02:00
Niko Diamadis
74c91bdfd4 Update AppCompat to newest version 2022-10-29 17:33:32 +02:00
Niko Diamadis
2208e7b3cc Update Spotless gradle plugin 2022-10-29 17:33:32 +02:00
Niko Diamadis
b0f6f9f445 Remove unused jcenter repo and empty dependency declaration 2022-10-29 17:33:32 +02:00
Niko Diamadis
dd84b47546 Use new sdk implementation syntax 2022-10-29 17:33:32 +02:00
Niko Diamadis
cd47c0a841 Update targetSdkVersion to 33 2022-10-29 17:33:32 +02:00
Jannis Mattheis
1da3e38e65 Update gradle + android gradle 2022-10-29 17:33:00 +02:00
Niko Diamadis
3edf256233 Update androidx dependencies as far as possible 2022-10-22 12:21:18 +02:00
Jannis Mattheis
985b708dd4 Merge pull request #251 from cyb3rko/increase-minSdkVersion
Increase minSdkVersion
2022-10-22 10:10:04 +00:00
Niko Diamadis
d7cd9a24b0 Satisfy new PendingIntent requirements for api version 31 2022-10-22 11:57:24 +02:00
Niko Diamadis
b210250c8f Increase minSdkVersion to 23 2022-10-22 11:55:19 +02:00
Jannis Mattheis
baa12eeb17 Revert "Update *SdkVersion"
This reverts commit 5360cf401e.

Changing this requires modification of the app. It is not required just
yet, so revert this for now.
2022-10-21 19:42:43 +02:00
Jannis Mattheis
7c086684b9 Version 2.4.0 2022-10-21 19:16:43 +02:00
Jannis Mattheis
5360cf401e Update *SdkVersion 2022-10-21 19:16:43 +02:00
Jannis Mattheis
a4e0e291df Merge pull request #249 from quthla/change_wording
Improve wording
2022-10-20 18:09:41 +00:00
quthla
16263a72cd Change wording 2022-10-17 23:35:48 +02:00
Jannis Mattheis
428b8f6d0d Merge pull request #248 from cyb3rko/butterknife-to-viewbinding
Refactor Butterknife to ViewBinding
2022-10-16 07:58:15 +00:00
Niko Diamadis
cf1cc45ea8 Remove Butterknife dependencies 2022-10-11 23:04:58 +02:00
Niko Diamadis
ad809d149c Replace Butterknife code with ViewBinding 2022-10-11 23:04:58 +02:00
Jannis Mattheis
fb3958acf1 Merge pull request #246 from cyb3rko/compact-message-layout
Compact message layout
2022-10-10 19:39:36 +00:00