Mike A.
9c81f4ab47
bump: 0.8.1 -> 0.9.0
v0.9.0
2025-09-23 22:09:34 +02:00
Mike Almeloo
17e0016adb
Merge pull request #179 from malmeloo/feat/docs
...
Feat/docs
2025-09-23 22:06:43 +02:00
Mike A.
e766ddf5e6
docs: Move related projects to dedicated docs page
2025-09-23 22:04:52 +02:00
Mike A.
668e846fda
docs: Update layout
2025-09-23 22:02:59 +02:00
Mike Almeloo
589fe779ae
Merge pull request #178 from malmeloo/feat/docs
...
Feat/docs
2025-09-19 14:55:26 +02:00
Mike A.
299775755c
feat: improve getstarted documentation
2025-09-19 14:54:02 +02:00
Mike A.
fdfb32bd1c
fix: adjust LocationReport repr
2025-09-19 14:53:36 +02:00
Mike A.
24b8080cee
refactor: rename airtag example
2025-09-19 14:53:09 +02:00
Mike A.
8692eccbef
fix: linter warnings
2025-09-16 21:59:46 +02:00
Mike A.
0976818c3a
chore: bump dependencies
2025-09-16 21:54:35 +02:00
Mike Almeloo
46dee0f5fa
repo: add Discord link to README
2025-09-16 17:31:42 +02:00
Mike Almeloo
b18d4b5c0c
Merge pull request #172 from malmeloo/feat/better-export-strategy
...
Make classes available in top-level package
2025-09-11 16:51:27 +02:00
Mike A.
25440fc479
fix: import error on Python 3.9
2025-09-11 16:50:17 +02:00
Mike A.
716f3bcdc5
fix: circular import error
2025-09-11 16:48:37 +02:00
Mike A.
325c831a5c
feat: export more classes
2025-09-11 16:33:16 +02:00
Mike A.
e8d05b69bf
refactor: combine utils into single import internally
2025-09-11 16:29:01 +02:00
Mike A.
34a324128c
refactor: update examples to import from top-level package
2025-09-11 16:28:23 +02:00
Mike A.
2f1ca10def
feat: export all classes in top-level package
2025-09-11 16:19:23 +02:00
Mike Almeloo
d7af92653d
Merge pull request #160 from malmeloo/fix/accessory-key-drift
...
Fix accessory key drift
2025-09-08 00:54:29 +02:00
Mike A.
4e3e30d0bb
feat: add plist -> json conversion example
2025-09-08 00:53:15 +02:00
Mike A.
ed94179b32
fix: resolve import error
2025-09-08 00:52:59 +02:00
Mike Almeloo
21bcb89bbd
Merge branch 'main' into fix/accessory-key-drift
2025-09-08 00:51:18 +02:00
Mike A.
04918946af
feat: support airtags in scanner example
2025-09-08 00:43:30 +02:00
Mike A.
066fd0a714
fix: resolve typing issues in scanner
2025-09-06 21:56:19 +02:00
Mike A.
48007752af
fix: Make examples work
2025-09-06 21:40:08 +02:00
Mike A.
05ea2c9a74
feat: re-introduce location history
2025-09-06 21:29:00 +02:00
Mike A.
fbaf57ed09
feat!: implement key alignment algorithm for accessories
...
BREAKING: due to fundamental issues with Apple's API, this commit also DEPRECATES the `fetch_[last_]reports` methods on Apple account instances. It has been replaced by a method named `fetch_location`, which only returns a single location report (the latest one) and does not support setting a date range.
2025-09-05 00:36:37 +02:00
Mike Almeloo
70098541ed
Merge pull request #164 from pablobuenaposada/fix-uv
...
Resolve versioned tests and update the required dependencies for python <3.11
2025-09-01 19:23:06 +02:00
Mike Almeloo
35fef82248
Merge pull request #146 from malmeloo/fix/examples
...
fix(examples): fix plist loading error
2025-08-25 12:54:40 +02:00
pablobuenaposada
aab830cda4
Resolve versioned tests and update the required dependencies for python <3.11
...
- The github action that runs pytest in every python version was actually running pyhton 3.13 for all the cases, so it was useless
- The docs uses myst-parser==4.0.1 which is only supported in python >=3.10 and sphinx==8.2.3 which is only supported in python >=3.11, so both dependencies had been attached to needed python version so uv sync doesn't complain anymore
- No need of tool.uv.dependency-groups.docs anymore
- Rest of the changes are related to some imports not available in python 3.9 and 3.10
2025-08-17 11:53:13 +02:00
Mike A.
e992df7f88
feat: dump alignment info when importing accessories
2025-08-08 21:59:31 +02:00
Mike A.
32686a898d
fix: include alignment parameters in accessory json
2025-08-07 21:21:21 +02:00
Mike A.
f771ad97d5
refactor: abstraction for plist reading
2025-08-07 21:06:48 +02:00
Mike Almeloo
64347b942c
Merge pull request #125 from pajowu/pajowu/aligment
...
Add option to align FindMyAccessories key generation
2025-08-07 20:47:47 +02:00
Mike A.
1d3affb3c2
Merge branch 'main' into pajowu/aligment
2025-08-07 20:46:31 +02:00
Mike Almeloo
c0ab4869a6
Merge pull request #158 from franga2000/main
...
Fixed uv build
2025-08-05 18:38:52 +02:00
Miha Frangež
5e434ee3bb
Fixed uv build
2025-08-05 18:15:48 +02:00
Mike A.
29e95477d1
ci: fix docs builder
2025-08-05 15:47:33 +02:00
Mike Almeloo
2fda5abb74
Merge pull request #7 from malmeloo/feat/better-docs
...
Better documentation
2025-08-05 15:39:46 +02:00
Mike A.
5e8a443180
docs: small autoapi improvements
2025-08-05 15:38:36 +02:00
Mike A.
ba76f66e08
docs: fix page reference
2025-08-05 15:28:09 +02:00
Mike A.
d20ec0c900
docs: automatically infer version
2025-08-05 15:26:40 +02:00
Mike A.
7445bfae2e
ci: install graphviz for docs build
2025-08-05 15:17:26 +02:00
Mike A.
e2383ed61f
docs: finish network intercept tutorial
2025-08-05 15:09:15 +02:00
Mike A.
e2978b66a0
docs: hide typevar definitions
2025-08-05 15:08:56 +02:00
Mike A.
4f450882b8
docs: more page fixes
2025-08-04 16:36:42 +02:00
Mike A.
def535f819
docs: somewhat fix references in source code
2025-08-04 16:16:30 +02:00
Mike A.
ea880d5d49
docs: switch to book-theme
2025-08-04 16:09:40 +02:00
Mike A.
89e2a5d208
Merge branch 'main' into feat/better-docs
2025-08-04 15:11:51 +02:00
Mike A.
00c353fbb7
chore: pre-commit fixes
2025-08-04 14:43:05 +02:00