Commit Graph
30 Commits
Author SHA1 Message Date
tek 4ed8ff51ff Improves code PEP8 compliance and adds ruff check 2023-03-01 16:43:08 -05:00
tek 55f6a4ae54 Fixes mypy typing issues 2023-02-21 15:18:36 -05:00
tek 81ed0b0c19 Update copyright information 2023-02-08 20:18:16 +01:00
tek 5356a399c9 Moves dumpsys parsing to android parsers and use the same parser for adb and bugreport modules 2022-08-17 18:24:51 +02:00
tek 5fe88098b9 Improves dumpsys battery history parsing 2022-08-16 18:57:18 +02:00
Nex 427a29c2b6 Pylint notes to ignore some lines too long 2022-08-16 16:09:59 +02:00
Nex 2781f33fb5 Added more date conversion wrappers 2022-08-13 14:04:10 +02:00
Nex 271fe5fbee Continuing enforcement of line length and simplifying date conversions 2022-08-13 02:14:24 +02:00
Nex a935347aed Trying to enforce line lengths at 80/100 2022-08-12 19:14:05 +02:00
Nex 63ff5fd334 Started linting the code 2022-08-12 16:20:16 +02:00
tek 0622357a64 Adds support for MMS parsing in android backups 2022-06-23 11:05:04 +02:00
tek 5ade0657ac Fixes an issue in Android backup parsing 2022-06-23 10:02:37 +02:00
Nex 2bc6fbef2f Starting to add type hints 2022-06-17 22:30:46 +02:00
Nex a12c4e6b93 First commit to refactor of command definitions 2022-06-15 17:41:19 +02:00
Nex d82c788a18 Removed AUTHORS file in favor of explicit copyright notice 2022-05-08 14:53:50 +02:00
Nex 9d61b9048c Fixed variable names mismatch and styling 2022-03-30 08:49:22 +02:00
tek 9950b3d6c2 Add appops dumpsys parser and modules 2022-03-30 01:16:22 +02:00
Nex 9bdef6ede4 Fixing spacing 2022-03-10 11:35:49 +01:00
Nex fc9a27d030 Sorted imports 2022-03-10 11:33:54 +01:00
Donncha Ó Cearbhaill ac26aa964a Fix exception with bad password 2022-03-04 17:24:26 +01:00
Donncha Ó Cearbhaill be511dcb51 Refactor SMS ADB code to use backup functions 2022-03-04 17:06:10 +01:00
Donncha Ó Cearbhaill b44c67e699 Refactor some of the decryption code 2022-03-04 17:04:32 +01:00
tek a4d08f8f35 Replaces pyaes with cryptography and reorganize backup parser code 2022-03-04 15:05:10 +01:00
tek 639c163297 Adds partial compression support in Android Backup parsing 2022-02-23 16:18:45 +01:00
tek 8eb30e3a02 Improves android backup parsing for check-backup and check-adb 2022-02-23 15:07:13 +01:00
Nex fec6210d1b Fixed parsing of dbinfo to support multiple formats 2022-02-03 20:36:47 +01:00
Nex 0e0e346916 Fixed issue in parsing batterystats daily 2022-02-03 13:36:08 +01:00
Nex df42efb7cb Added getprop parser 2022-02-02 22:07:47 +01:00
Nex 0922e569b0 Sorted imports 2022-02-02 22:00:48 +01:00
Nex 03092cf3b7 Attempting split of parsers 2022-02-02 21:58:11 +01:00