Commit Graph

  • 6a67f72ff3 Refactor ios_media_handler KnugiHK 2025-03-02 14:57:35 +08:00
  • 0ebd01444a Refactor android_handler KnugiHK 2025-03-02 14:17:22 +08:00
  • 8c9c43ef38 Merge branch 'dev' into refactoring KnugiHK 2025-03-02 13:35:13 +08:00
  • 1bb3f2ccea Skip generating chats that do not contain any message KnugiHK 2025-03-02 13:06:45 +08:00
  • 7c4705d149 Major refactoring KnugiHK 2025-03-02 12:57:27 +08:00
  • 4a0be0233c Bug fix on model change for Message KnugiHK 2025-03-02 11:25:01 +08:00
  • 2290be751a Update ios_handler.py KnugiHK 2025-03-02 01:49:42 +08:00
  • 1ef223e238 Refactor the data model KnugiHK 2025-03-02 01:41:44 +08:00
  • 9f321384ec Make ChatStore.messages private KnugiHK 2025-03-02 00:52:28 +08:00
  • 4d04e51dda Refactor and add docstrings KnugiHK 2025-03-02 00:47:34 +08:00
  • 431dce7d24 Change package_url_json to a constant KnugiHK 2025-03-02 00:29:03 +08:00
  • 86cb44ced9 Add more docstrings KnugiHK 2025-03-02 00:28:47 +08:00
  • 272454c2ce Bug fix on missing _version_ variable, introduced in 0.11.0 KnugiHK 2025-03-01 23:59:12 +08:00
  • b08f958c2a Update compile-binary.yml Knugi 2025-03-01 04:23:02 +00:00
  • 6034937cf5 Terminate the process when unknown android backup format supplied KnugiHK 2025-03-01 12:18:43 +08:00
  • 2d7a377646 Update compile-binary.yml Knugi 2025-03-01 04:16:45 +00:00
  • e23773e521 Update compile-binary.yml Knugi 2025-03-01 04:13:27 +00:00
  • 39a1e1dec0 Update compile-binary.yml Knugi 2025-03-01 04:09:26 +00:00
  • 2132bbbff8 Add vobject to dependency Knugi 2025-03-01 04:04:15 +00:00
  • 113e9c1c19 Update Nuitka Knugi 2025-03-01 04:02:33 +00:00
  • 457ab209c1 Bug fix on incorrectly positioned argument KnugiHK 2025-02-26 21:30:52 +08:00
  • a7496f80a7 Update bplist.py KnugiHK 2025-02-26 21:20:17 +08:00
  • b2bcf36622 Move Android backup decryption to a standalone module KnugiHK 2025-02-26 21:20:11 +08:00
  • 26abfdd570 Bug fix on argument positions KnugiHK 2025-02-26 21:14:50 +08:00
  • b9f811c147 Add documentations, refactor and implement crypt15 key dynamical input KnugiHK 2025-02-22 18:14:15 +08:00
  • d6b1d944bf Implement dry-run for decrypting Android backup #130 KnugiHK 2025-02-21 22:47:52 +08:00
  • 8c85656831 Show different warning messages when enrich_from_vcards is set and contact db is empty KnugiHK 2025-02-20 23:46:26 +08:00
  • db577c8de6 Merge branch 'main' into dev KnugiHK 2025-02-16 12:08:00 +08:00
  • 6896c9663e Bump version 0.11.2 KnugiHK 2025-02-16 11:19:17 +08:00
  • 6dda2eb6d5 Fix handling of empty quoted_content KnugiHK 2025-02-16 11:17:38 +08:00
  • 1706f3e9e5 Fixed the inclusion of the template files KnugiHK 2025-02-16 10:44:53 +08:00
  • 63c27f63bd Update docs.html 0.11.0 Knugi 2025-02-14 18:30:55 +00:00
  • 0cbae4d276 Create a script to process Brazilian numbers in vcards #127 KnugiHK 2025-02-11 00:52:05 +08:00
  • cfe04c8c0b Display the metadata from the messages sent by "me" (#69) KnugiHK 2025-02-09 18:44:18 +08:00
  • aaeff80547 Remove TODO flag as it is fixed already KnugiHK 2025-02-09 18:37:05 +08:00
  • c8b71213ae Remove --iphone KnugiHK 2025-02-09 16:26:08 +08:00
  • 05505eb3ba Bump version KnugiHK 2025-02-09 16:23:04 +08:00
  • 88680042ba Merge branch 'dev' KnugiHK 2025-02-09 16:19:45 +08:00
  • 510b4a7e7d Implement quoted message preview for iOS reply bubble (#28) KnugiHK 2025-02-09 16:13:14 +08:00
  • bb26d7b605 Fix the wrong behaviour for reply anchor introduced by the base tag KnugiHK 2025-02-09 15:41:15 +08:00
  • dd75ec4b87 Implement backward navigation for splited files KnugiHK 2025-02-09 14:47:05 +08:00
  • 0b2dfa9aba Implement custom headline (#97) KnugiHK 2025-02-09 14:20:11 +08:00
  • 539a1d58b0 Add finish line KnugiHK 2025-02-09 14:09:39 +08:00
  • f43e1f760d Lazy loading of video for new theme KnugiHK 2025-02-09 14:09:22 +08:00
  • bfd172031c Distinguish between regular video and GIF (#103) KnugiHK 2025-02-09 13:54:48 +08:00
  • 17ec2ecf76 Update the layout of the footer KnugiHK 2025-02-09 13:23:54 +08:00
  • f300e017ed Implement lazy loading for video (#103) KnugiHK 2025-02-09 13:23:23 +08:00
  • bf993c5302 Change the column to determine if the chat should be filtered (#112) KnugiHK 2025-02-09 12:47:35 +08:00
  • 5b3d0e2b3a Update README.md Knugi 2025-01-08 15:57:04 +00:00
  • ec7cafd6b6 Update README.md Knugi 2025-01-07 16:18:48 +00:00
  • 23af55d645 Implement empty chat filtering from SQL #112 KnugiHK 2025-01-04 18:18:34 +08:00
  • 92d710bce8 Differentiate group and personal calls KnugiHK 2025-01-02 20:57:28 +08:00
  • 7a1fa46368 Implement call log for iOS #122 KnugiHK 2025-01-02 20:48:11 +08:00
  • cf03bfba1b Bug fix on duplicated base name #126 KnugiHK 2025-01-02 17:30:11 +08:00
  • a0b8167121 Create a whatsapp-alike theme #97 KnugiHK 2025-01-02 16:01:25 +08:00
  • 7117716e5b Add crypt14 offset KnugiHK 2024-12-19 19:13:21 +08:00
  • a1f6320cd8 Update README.md Knugi 2024-12-09 14:12:26 +00:00
  • 37e329a051 Merge branch 'main' into dev KnugiHK 2024-12-09 22:11:29 +08:00
  • a8bac8837e Automatically detect timezone offset when --time-offset is not provided #124 KnugiHK 2024-12-08 20:57:38 +08:00
  • 82d2485778 Fixed the incorrect iOS timestamp #124 KnugiHK 2024-12-08 20:42:33 +08:00
  • 209d5a7796 Migrate to pyproject.toml KnugiHK 2024-12-08 20:36:22 +08:00
  • fef9684189 Remove __version__ KnugiHK 2024-12-08 20:35:54 +08:00
  • 0d43d80e23 Update bug_report.md Knugi 2024-11-14 04:26:51 +00:00
  • 88c2abd5e7 Update bug_report.md Knugi 2024-11-14 04:25:59 +00:00
  • 379e4bbb7e Update README.md Knugi 2024-10-27 03:55:32 +00:00
  • fa37dd4b2d Update setup.py KnugiHK 2024-10-24 19:51:00 +08:00
  • afa6052a08 Add note KnugiHK 2024-10-24 19:39:19 +08:00
  • bde3c18498 Bump version 0.10.5 KnugiHK 2024-10-24 19:34:09 +08:00
  • af3307825a Update docs KnugiHK 2024-10-24 19:33:54 +08:00
  • ecc7706959 Add extracting command for iTunes downloaded from Microsoft Store Marek Kraus 2024-09-29 11:48:54 +02:00
  • 9b34f7ea6d Merge branch 'main' into dev KnugiHK 2024-09-24 23:37:51 +08:00
  • 280a1186d8 Update README.md Knugi 2024-09-24 15:37:27 +00:00
  • 30cff71e76 Add type hints KnugiHK 2024-09-24 23:31:59 +08:00
  • 05d21e3e5a Rename the functions for size conversion KnugiHK 2024-09-24 23:31:00 +08:00
  • fb88c83ac4 Dynamically convert the size unit for outputting JSON KnugiHK 2024-09-24 23:29:11 +08:00
  • ffb6aef96e Add handlers for the default and other call state #117 KnugiHK 2024-09-24 23:16:40 +08:00
  • 77c5a3e20c Update README.md Knugi 2024-09-20 16:11:03 +00:00
  • 7b0965ac1d Update README.md Knugi 2024-09-20 13:25:13 +00:00
  • d72b41da11 Wrap caption in a w3-container #111 KnugiHK 2024-09-16 21:37:18 +08:00
  • fed14ceb29 Bug fix on missing group name KnugiHK 2024-09-15 11:33:23 +08:00
  • 3e6fdaa126 Bug fix on empty file name for (mostly) ios KnugiHK 2024-09-15 11:09:06 +08:00
  • 04000c78e2 Implement chat filter with group msg sender for iOS #85 KnugiHK 2024-09-15 10:55:43 +08:00
  • 75c429fe22 Remove blocked code (ios) KnugiHK 2024-09-15 10:43:44 +08:00
  • 9608fa387d Allow units in --split KnugiHK 2024-09-15 01:27:08 +08:00
  • fc9c76c34c Implement chat filter with group msg sender for Android #85 KnugiHK 2024-09-15 00:29:57 +08:00
  • 87b1fcc038 Show caption even if the the message is a metadata #111 KnugiHK 2024-09-14 16:10:18 +08:00
  • fe88f1b837 Make the iOS contact database optional #76 KnugiHK 2024-09-14 15:22:53 +08:00
  • af3d31f773 Update README.md Knugi 2024-09-13 12:37:18 +00:00
  • df67a549c0 Bug fix on empty contact list when using --enrich-from-vcards KnugiHK 2024-09-11 00:23:13 +08:00
  • 884ccc4cc0 Bug fix on vobject being a necessary dependency KnugiHK 2024-09-11 00:07:39 +08:00
  • 484910cf5c Remove blocked code KnugiHK 2024-09-10 00:15:25 +08:00
  • a83c8eb17f Basic implementation on txt format output #108 KnugiHK 2024-09-10 00:14:10 +08:00
  • 8ffa8cfcac Handle the wording of time unit in calls KnugiHK 2024-09-07 21:26:36 +08:00
  • 8fcd50d21b Implement unit conversion for picked up calls #115 KnugiHK 2024-09-07 20:58:54 +08:00
  • f91c527676 Adapting the function of converting size unit from stackoverflow KnugiHK 2024-09-07 20:45:26 +08:00
  • f35bf24a5e Add space before <br> to prevent it from being recognized as part of a link #113 KnugiHK 2024-09-07 20:30:22 +08:00
  • e2684845b8 Bug fix on missing the last message when using --split #114 KnugiHK 2024-09-07 18:57:16 +08:00
  • df3333f948 Sanitize the file name for --per-chat options #86 KnugiHK 2024-09-07 18:45:36 +08:00
  • bd4ccbb8ac Add all forbidden options to an error message KnugiHK 2024-09-07 18:31:06 +08:00
  • fb5a1c3e1f Bug fix on incomplete JSON output on --per-chat #86 KnugiHK 2024-09-07 18:30:38 +08:00