This website requires JavaScript.
1c54e70c72
remove redundant file tree refresh on file manager open, saves ~40 APDUs per open
catarrh
2026-08-09 17:40:43 +03:00
54ceaddeb8
i18n: translate Back button in STK menu
catarrh
2026-08-09 17:28:23 +03:00
7bf5aa2711
fix disconnected state: split 'once ready' into 'Click' + 'Connect' + 'when ready' for clean EN/RU rendering
catarrh
2026-08-09 16:57:31 +03:00
4c4a5032f1
remove bold 'Connect' span between disconnected-state instructions
catarrh
2026-08-09 16:53:50 +03:00
72e44943d7
translate bold 'Connect' to 'Подключиться' in disconnected state
catarrh
2026-08-09 16:52:04 +03:00
4b38217c98
restore full Russian text for disconnected-state instruction
catarrh
2026-08-09 16:49:30 +03:00
6356110516
fix: remove redundant 'Press Connect' from Russian disconnected-state text
catarrh
2026-08-09 16:47:41 +03:00
8bbf89af4e
hide Send to Card when disconnected; add RU translation
catarrh
2026-08-09 16:45:07 +03:00
4c05bf743a
hide Verify vs pySim button when disconnected; add RU translation
catarrh
2026-08-09 16:43:22 +03:00
2699f267db
i18n: translate card reader connected state — 30 new keys for buttons, pills, labels, status messages
catarrh
2026-08-09 16:36:25 +03:00
3778a95462
v1.4.1: Cards tab with localStorage, i18n translations, response parser privilege fix, STK menu refresh on equip
catarrh
2026-08-09 16:16:29 +03:00
e92f85d3e0
fix: refresh STK menu after equip, prevent stale card data in STK pill
catarrh
2026-08-09 15:39:46 +03:00
c7c1b4d3e7
fix: improve Russian translation for 'once pysim-otaman-server is ready'
catarrh
2026-08-09 15:29:14 +03:00
8dc9b8f64c
fix: change SP card selector label to 'Выбор карты'
catarrh
2026-08-09 15:27:35 +03:00
1c636a55f2
fix: change 'Пресеты карт' to 'Данные карт' in Russian translations
catarrh
2026-08-09 15:25:20 +03:00
e2dac3d42f
fix: move cardsLoad() after currentLang init to avoid TDZ error
catarrh
2026-08-09 15:23:38 +03:00
09cd72ab17
i18n: translate Cards tab, Card reader disconnected state, SP card selector — 18 new keys with Russian translations
catarrh
2026-08-09 15:04:22 +03:00
35f8716d24
i18n: add data-l10n keys for Response parser, Cards, Card reader tabs; Russian translations
catarrh
2026-08-09 09:38:14 +03:00
65ad13272d
fix PRIVILEGE_NAMES byte 1: insert null for reserved b6, shift Delegated Management to b5 per GP Card Spec v2.3 Table 11-7
catarrh
2026-08-09 08:33:35 +03:00
f5285d330e
fix disconnected instruction: line break before 'Refer to'
catarrh
2026-08-09 03:08:09 +03:00
88416ebb39
fix disconnected state instruction: line break before README files reference
catarrh
2026-08-09 03:06:50 +03:00
cfc92a5083
move Cards tab after Response parser
catarrh
2026-08-09 03:01:51 +03:00
80c5e0c7c9
Cards tab: move export/import below table, add instruction line, fix closing div
catarrh
2026-08-09 02:53:49 +03:00
7f8bcb59d8
add Cards tab with localStorage persistence, export/import, SP card selector dropdown
catarrh
2026-08-09 02:43:08 +03:00
e81fd3205f
v1.4.0: STK menu browser, GP APDU builder fixes, response parser auto-populate
catarrh
2026-08-09 02:06:38 +03:00
961befb3f3
hide Back button on root menu; show on display_text/select_item
catarrh
2026-08-08 23:43:21 +03:00
718160b708
STK menu: remove warning, restructure buttons (OK/Back/Cancel/Timeout/Exit), fix double-fetch
catarrh
2026-08-08 23:38:31 +03:00
4dd2eb1956
fix stkCheckMenu placement: move from error path to success path in pysimConnect
catarrh
2026-08-08 22:01:37 +03:00
72ba0c4d87
add STK menu browser: STK menu pill, menu panel with display text/select item support, OK/Back/Cancel/Timeout buttons, pill locking during menu session
catarrh
2026-08-08 21:45:56 +03:00
0386c1b224
fix GP APDU builders: INSTALL P1 values (install-make-sel 0x08, reg-update 0x40, extradition 0x10), GET STATUS P2 labels (0x02/03 are v2.3 current), remove invalid SET STATUS P1 0x60
catarrh
2026-08-08 20:46:12 +03:00
8d823bf408
fix pysimSendOta: populate Response parser from por.decoded (SW + response data), remove broken resp-sw1/sw2 refs; bump to v1.3.2
catarrh
2026-08-08 14:38:58 +03:00
31f962e1f6
ship des.js bundle (des-bundle.js) so static deploys serve the DES lib; bump SW cache to otaman-v4
catarrh
2026-08-08 13:30:18 +03:00
fc537a8186
add key-free unit tests for genSp/secured packet (node:test, synthetic + sysmocom vectors)
catarrh
2026-08-08 13:20:44 +03:00
c269b6521b
v1.3.0: TS 03.48/TS 102 225 genSp — CBC-MAC (ISO 9797-1 alg 2) KID, spec-conformant SP layout, PoR display, verify vs pySim
catarrh
2026-08-08 13:06:09 +03:00
2d3618e9c5
bump version to v1.2.2
catarrh
2026-08-08 12:18:37 +03:00
10360ba17f
bump version to v1.2.1
catarrh
2026-08-08 12:10:09 +03:00
5d2c8464f8
bump version to v1.2.0
catarrh
2026-08-08 11:50:52 +03:00
85e4258891
fix secured packet encryption offset, add Send to Card button, pCntr fix
catarrh
2026-08-08 09:58:38 +03:00
99010e0451
record file edit: checkboxes per record, auto-check on modify, skip unchecked
catarrh
2026-08-07 22:59:22 +03:00
799c2b49bf
widen main container to max-w-7xl for wide screens
catarrh
2026-08-07 22:23:19 +03:00
a4c9d94525
custom files: EF/DF validation, preserve case, case-insensitive dedup
catarrh
2026-08-07 22:06:25 +03:00
1394b1442c
update README: custom files, file update, command hints, card reader section
catarrh
2026-08-07 21:33:38 +03:00
2a6a37e337
custom autocomplete above input (replace datalist), custom files, version bump to v1.1.0
catarrh
2026-08-07 18:44:03 +03:00
ab13666126
bump to v1.1.0 — parameter hints, custom files, i18n, version compatibility
catarrh
2026-08-07 18:36:53 +03:00
51820db9de
add README_RUS.md — Russian translation of README
catarrh
2026-08-07 13:36:24 +03:00
0c7d0fb68f
i18n: LANG_RU map, data-l10n, language toggle, version check, compatibility
catarrh
2026-08-07 13:26:38 +03:00
6b4095ce4f
hide sub-tabs when disconnected, add SVGs to sw cache, rename labels
catarrh
2026-08-07 01:30:48 +03:00
bc45bd575f
rename pySim tab to Card reader, add instruction about pySim requirement
catarrh
2026-08-07 01:15:37 +03:00
bfb0ceaaa3
connected state redesign: sim/nosim svg, spin animation, dark:invert, pysimSetConnected()
catarrh
2026-08-07 01:04:00 +03:00
2a91eb3c68
pysim tab: file browser, AID display, card detection, server simplification
catarrh
2026-08-06 23:42:39 +03:00
f2485dadab
pysim tab: file browser, raw/decoded toggle, status bar, response parser
catarrh
2026-08-06 16:54:59 +03:00
4c706d081d
lengths in hex digits changed to bytes
catarrh
2026-08-05 20:07:38 +03:00
52211e856d
nibble swap moved to top of convertors list
catarrh
2026-08-05 19:02:09 +03:00
7567e1b726
fix: cache auto renewal
catarrh
2026-08-05 18:55:14 +03:00
401157994f
cosmetis
catarrh
2026-08-05 18:01:28 +03:00
95734efb44
cosmetis
catarrh
2026-08-05 17:50:03 +03:00
b0d121a2ef
now it is PWA
catarrh
2026-08-05 13:15:07 +03:00
3f6996b8e7
response parser implemented
catarrh
2026-08-05 12:34:16 +03:00
6f6769d12d
more options for RAM GET DATA, GET STATUS
catarrh
2026-08-05 10:51:01 +03:00
abc55599ee
readme update
catarrh
2026-08-05 03:08:20 +03:00
b70844a3a8
readme update
catarrh
2026-08-05 02:54:34 +03:00
33f1cb9a99
more files added
catarrh
2026-08-05 02:44:50 +03:00
5bf55281d3
many fixes + BER-TLD generator
catarrh
2026-08-05 02:35:41 +03:00
6ef0737fc9
many fixes + BER-TLD generator
catarrh
2026-08-05 02:28:14 +03:00
1c7a1a0f65
SPI2 fix
catarrh
2026-08-05 00:58:43 +03:00
44371fcd6f
added secured packet generation as per ETSI TS 102 225
catarrh
2026-08-05 00:57:41 +03:00
59ae7f5a3f
first commit
Трошин Антон Валерьевич
2026-08-04 22:22:44 +03:00