Commit Graph

588 Commits

Author SHA1 Message Date
KnugiHK d772efe779 Update the sample output screenshot 2023-06-25 20:01:06 +08:00
KnugiHK 282c99c7dd PyPi can't have git source as dependency 0.9.5 2023-06-25 13:57:11 +08:00
KnugiHK 8dec2a7e97 Bug fix on missing attribute in the Message class. 2023-06-25 13:30:44 +08:00
KnugiHK f9dedc7930 Increase the row size 2023-06-25 13:14:39 +08:00
KnugiHK e2f497dbb6 Bug fix on exported chat 2023-06-25 12:42:37 +08:00
KnugiHK 989bddca37 Limit the reply quote length 2023-06-21 17:24:50 +08:00
KnugiHK 40d060628f Coding style 2023-06-21 17:04:58 +08:00
KnugiHK 032af6cdcf Refactor 2023-06-21 17:01:14 +08:00
KnugiHK e243abe2a4 Bug fix 2023-06-21 16:52:39 +08:00
KnugiHK b8f0af5f31 Refactor 2023-06-21 16:24:36 +08:00
KnugiHK 030fef53e1 I found that old schema also has such tables 2023-06-20 19:53:05 +08:00
KnugiHK 3ed269e17f Support a lot of metadata in Android's new schema 2023-06-20 19:12:38 +08:00
KnugiHK 1e3ee5e322 Fix incorrect group message sender name 2023-06-20 16:03:24 +08:00
KnugiHK 6c740e69a5 Fix wrongly determined metadata 2023-06-20 15:32:05 +08:00
KnugiHK 828c8a1a72 Fix only one group chat is rendered when contact db is not present 2023-06-20 15:31:24 +08:00
KnugiHK 1fb8588752 Add more alias to wtsexporter command 2023-06-20 14:58:44 +08:00
KnugiHK 6636210e4c Fix the reply jump offset after introducing status 2023-06-20 14:52:32 +08:00
KnugiHK cc0105647a Refactor a bit 2023-06-20 14:50:57 +08:00
KnugiHK 4fa360a389 No longer support direct execution on the script 2023-06-20 14:41:31 +08:00
KnugiHK e5228855d2 Temporary workaround mentioned in #48 2023-06-20 14:39:54 +08:00
KnugiHK db1cdf8189 Add contact's status if present (iOS) 2023-06-20 14:37:25 +08:00
KnugiHK 08ce61e68e Make them optional when importing! 2023-06-20 14:37:12 +08:00
KnugiHK 138dd5351f Add status to JSON import 2023-06-20 14:19:07 +08:00
KnugiHK 136152dc18 Add contact's status if present (Android) 2023-06-20 14:07:42 +08:00
KnugiHK 55bc62cdc1 Add fallback to Android contact name just like commit 5f6b764 2023-06-20 13:49:22 +08:00
KnugiHK d430c7bfba Update wording on progress 2023-06-19 20:40:10 +08:00
KnugiHK 672b85474e Bug fix on the wrong type of media_wa_type in old Android schema 2023-06-19 20:26:13 +08:00
KnugiHK 525d88f2c6 Fix < Python 3.11 compatibility 2023-06-19 20:09:45 +08:00
KnugiHK b57087794a Bump version for preparing next release 2023-06-19 17:56:24 +08:00
KnugiHK be316ebb89 Add aliases to extras_require 2023-06-18 15:15:39 +08:00
KnugiHK 1078f7e5f7 Bug fix on sticker not resizing 2023-06-18 15:10:00 +08:00
KnugiHK ba2a88067a Update setup.py 2023-06-18 14:36:15 +08:00
KnugiHK af53ba978b Merge branch 'main' into dev 2023-06-16 19:27:56 +08:00
Knugi d55a42a549 Merge pull request #36 from nahoj/patch-1
Where to find the key file
2023-06-16 19:27:34 +08:00
KnugiHK 506f8e89f4 Implement import json and output HTML 2023-06-16 19:19:33 +08:00
KnugiHK fff11b26a5 Store the device type 2023-06-16 19:12:06 +08:00
KnugiHK fa66ef3a52 Output all attribute to JSON file 2023-06-16 19:11:55 +08:00
Johan Grande 0b93ae567e rephrase as suggested 2023-06-16 12:38:38 +02:00
Johan Grande c62e07cb0a Merge branch 'main' into patch-1 2023-06-16 12:33:17 +02:00
KnugiHK 317d785d50 Bug fix on raise of exception when "media_folder" does not exists on the filesystem 2023-06-16 18:27:49 +08:00
KnugiHK 38c1e47be9 Add iphone-backup-decrypt to setup.py as extra dependency 2023-06-16 17:57:33 +08:00
KnugiHK ff95625edf Dropping Python 3.7 and adding Python 3.11 support 2023-06-16 17:50:08 +08:00
KnugiHK 14854193bd Merge branch 'main' into dev 2023-06-16 14:26:34 +08:00
KnugiHK 67c1b43669 Update README.md 2023-06-16 14:07:04 +08:00
KnugiHK 23046e01ba Add links to README 2023-06-16 13:48:36 +08:00
KnugiHK c366e656af Further reduce the maximum length of vcard file name #51 2023-06-16 01:46:27 +08:00
KnugiHK 41f45fb07c PEP8 2023-06-16 01:43:43 +08:00
KnugiHK be9e790b12 Better handling of binary message #44 2023-06-16 01:25:51 +08:00
KnugiHK bfdc68cd6a Add autoescape to rendering 2023-06-16 01:10:24 +08:00
KnugiHK 594a04adbc Update the way to handle encrypted iOS backup file
Since this commit, iphone_backup_decrypt must be re-installed
2023-06-15 21:32:57 +08:00