Commit graph

15 commits

Author SHA1 Message Date
Marius Lindvall
f5fb57c56e
Update to API level 33 (Android 13) 2023-08-13 14:51:09 +02:00
Marius Lindvall
3ab6f72879 Update Gradle and dependencies 2020-07-30 20:00:41 +02:00
Marius Lindvall
a2b0936026 Update Gradle 2020-03-04 12:21:32 +01:00
Marius Lindvall
bf21d3f025 Restructure I18N keys 2019-12-13 17:40:54 +01:00
Marius Lindvall
6cd9bb4394 Android Studio upgrade 2019-11-05 11:00:10 +01:00
Marius Lindvall
7f4111e129 Add Xiaomi to power saving blacklist; fixes #34 2019-10-30 21:50:54 +01:00
Marius Lindvall
a5384f5771 Android Studio update 2019-10-30 14:37:24 +01:00
Marius Lindvall
e87e36f124 Android Studio upgrade 2019-10-18 11:33:14 +02:00
Marius Lindvall
6bf7ef1943 Implement #34 for OnePlus and Huawei devices 2019-10-16 19:36:30 +02:00
Marius Lindvall
f1aea86519 Implement basic tests 2019-10-06 00:39:23 +02:00
Marius Lindvall
699404006d Major Android app refactor
This change breaks up some big classes into smaller, more independent pieces and introduces more abstraction that will ensure testing can be implemented more smoothly in the future. The coding standards and code inspections have been updated to be very strict, to enforce a strong and consistent code style, and to help me improve my own knowledge of Java and Android, as I am currently the only developer of this project.

Unit testing will be introduced in a later commit that works based upon these changes.

This refactor affects every single class in the Hauk Android app module.
2019-10-05 21:47:49 +02:00
Marius Lindvall
6a20e26143 Improve general code quality 2019-10-01 14:08:51 +02:00
Marius Lindvall
48f38a121e Remove hard coded strings
Move all constants to HaukConst instead.
2019-10-01 00:58:58 +02:00
Marius Lindvall
f787b8c741 Upgrade Android Studio and Gradle 2019-09-08 17:03:33 +02:00
Marius Lindvall
a7d525a5c3 Add code for initial version 2019-08-23 22:58:49 +02:00