Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: CoLa5/pyicloud

Tags

2.2.0

Toggle 2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature/photo-uploads (timlaing#130)

* Refactor FindMyiPhoneServiceManager and PhotosService

- Updated FindMyiPhoneServiceManager to improve device access and added properties for devices and user info.
- Refactored PhotosService and related classes to enhance album management, including support for creating, renaming, and deleting albums.
- Introduced new enums for better type safety and clarity in album types and directions.
- Improved error handling and response parsing in upload and fetch methods.
- Enhanced test coverage for photo library functionalities, ensuring proper handling of albums and assets.

* Refactor PhotoAlbum payload type and enhance tests for album initialization and properties

* Enhance album management by using a sample photo for uploads and improve response handling in PhotoAlbum class

* Enhance photo download functionality and fix type hints in PhotoAsset class

* Refactor AlbumContainer indexing and update tests to use AlbumContainer type

* Fix albumType value assignment and enhance error handling in PhotoLibrary; update tests for album renaming to verify server response

* Fix type hints in PhotoLibrary and update asset response handling; improve upload file tests for consistency

* Add album deletion and photo deletion examples to README; improve download and upload method descriptions

* Enhance photo upload functionality and error handling; add PhotoAsset type and improve test coverage

* Fix punctuation in README for clarity on album and photo deletion methods

* Fix typos and improve clarity in README; update examples and enhance error handling in photo services

* Add method to add existing photos to albums; refactor upload logic

* Fix grammar in README for clarity on adding photos to albums

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Doc/terms_of_use (timlaing#136)

2.0.3

Toggle 2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add license to Project options to be complient with Home Assistant (t…

…imlaing#118)

V2.0.2

Toggle V2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump tox from 4.27.0 to 4.28.4 (timlaing#112)

Bumps [tox](https://github.com/tox-dev/tox) from 4.27.0 to 4.28.4.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.27.0...4.28.4)

---
updated-dependencies:
- dependency-name: tox
  dependency-version: 4.28.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Laing <[email protected]>

2.0.1

Toggle 2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: correct shebang in pyenv script and update sonar project propert…

…ies for Python versions (timlaing#95)

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: specify content-type for README in setuptools dynamic configurat…

…ion (timlaing#92)

2.0.0-beta4

Toggle 2.0.0-beta4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
simplify json requests (timlaing#76)

* simplify json requests


---------

Co-authored-by: Tim Laing <[email protected]>

2.0.0-beta3

Toggle 2.0.0-beta3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add additional tests (timlaing#59)

* Added additional tests for services

2.0.0-beta2

Toggle 2.0.0-beta2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
migrated session properties from service to session (timlaing#47)

Further session refactoring

2.0.0-beta1

Toggle 2.0.0-beta1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request timlaing#25 from timlaing/bugfix/authentication-he…

…aders

Fix for authentication issue