Ricki Hirner
12cedd4010
Fetch translations from Transifex
v4.5.1-ose
2025-07-02 14:30:57 +02:00
Ricki Hirner
3a0221c749
Update version to 4.5.1
2025-07-02 14:30:07 +02:00
Ricki Hirner
f78e7868e8
Revert "Update to synctools version that uses explicit parsing / splitting ( #1554 )"
...
This reverts commit 5dbaedfa60 .
Reason: we don't want it in 4.5.1 yet
2025-07-02 14:28:57 +02:00
Ricki Hirner
5dbaedfa60
Update to synctools version that uses explicit parsing / splitting ( #1554 )
...
* Update to synctools version that uses explicit parsing / splitting
* Update synctools
2025-07-01 21:52:20 +02:00
Ricki Hirner
6187f92efd
Bump version to 4.5.1-rc.2
2025-06-29 16:33:51 +02:00
Ricki Hirner
82ccf6a2f9
Update workflows to use build cache; don't reduce error level for configuration cache problems anymore
2025-06-29 16:23:56 +02:00
Ricki Hirner
0f9c5027d4
Fetch translations from Transifex
2025-06-29 15:42:40 +02:00
Ricki Hirner
7b76df3e70
Bump version to 4.5.1-rc.1
2025-06-29 15:41:36 +02:00
Ricki Hirner
80cfe1013d
[CI] Don't generate a new discussion thread for every release
...
Updates will be posted in major release thread manually
2025-06-29 15:28:23 +02:00
Ricki Hirner
3e3c346019
Update dav4jvm
2025-06-29 14:58:12 +02:00
Ricki Hirner
1773dff8a4
Update synctools for R8 rules
2025-06-27 21:54:14 +02:00
Ricki Hirner
604b0aab98
Bump version to 4.5.1-alpha.1
2025-06-27 17:44:04 +02:00
Ricki Hirner
35cffa603b
LocalCalendar: don't subclass AndroidCalendar (#1552 )
...
* [WIP] Refactor LocalEvent to delegate to AndroidEvent
* Move tests
* Use test rules from synctools
* Add null check for content provider client in JtxSyncManagerTest
* Update dependencies, move OkhttpClientTest
* Refactor LocalCalendar to wrap AndroidCalendar
* Update bitfire-synctools to 1a613d5d3c
2025-06-27 17:43:14 +02:00
Ricki Hirner
89c3eacd36
LocalEvent: don't subclass AndroidEvent ( #1551 )
...
* [WIP] Refactor LocalEvent to delegate to AndroidEvent
* Move tests
* Use test rules from synctools
* Add null check for content provider client in JtxSyncManagerTest
* Update dependencies, move OkhttpClientTest
2025-06-27 17:06:41 +02:00
Ricki Hirner
4246ed65ac
OAuth: Synchronize access token generation ( #1547 )
...
* OAuthInterceptor: synchronize refreshing of access token
* Remove sensitive logging
* [WIP] Logging
* [Google] Support custom client ID on re-authorization
* Statically synchronize acquisition of access token
* [WIP] OAuth: use callbacks for reading/writing AuthState
* Fix DavResourceFinderTest
* Move Credentials class to settings package; KDoc
* Simplify reauthorization
2025-06-27 11:24:02 +02:00
Ricki Hirner
789e7f3045
Set iCalendar PRODID in Constants and use it in respective classes ( #1550 )
...
* Set iCalendar PRODID in Constants and use it in respective classes
* Update bitfire-synctools
2025-06-26 15:38:37 +02:00
Michael Biebl
66f99f7362
Update README.md after switch to synctools ( #1549 )
2025-06-26 12:50:27 +02:00
Sunik Kupfer
90b04ddbdc
[Google] Remove warning box on login screen ( #1548 )
...
* Remove the google login warning card
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Remove unused uri handler variable
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
---------
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
2025-06-26 12:47:53 +02:00
Ricki Hirner
a7f8ea8a48
Don't subclass AndroidEvent / AndroidCalendar populate / build methods anymore ( #1544 )
...
* Fix tests
* Update synctools; use AndroidCalendar SyncState
* Update synctools; move companion objects to end of class declarations
2025-06-25 14:17:58 +02:00
Sunik Kupfer
42cd8d8631
Update sync progress bar when pending in SAF ( #1445 )
...
* Provide flow to check if sync of account and authority is pending in sync framework
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Show if sync is pending in sync framework
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Show if sync is pending in sync framework
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Fix kdoc
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Cancel any pending SAF syncs on sync request
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Cancel sync adapter sync only after having enqueued our worker sync
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Improve accuracy by also checking isSyncActive
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Remove log statements
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Only query pending state
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Cancel sync adapter sync only on android 14 and 15
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Cancel sync adapter sync with authority
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Cancel sync adapter sync by using sync request instead of canceling directly
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Include android 16
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Include all versions after Android 14
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Add test which documents wrong pending sync check behaviour
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Revert "Add test which documents wrong pending sync check behaviour"
This reverts commit 8c538149ff2cb032d6355232c1736e103dcc9a18.
* Drop Android 14+ always pending sync work around
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Differentiate better between enqueued and pending syncs
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Refactor sync pending check to use flow for address book accounts
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Always return false for sync pending state check on Android 14+
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Refactor sync pending check to use flow for address book accounts
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Add comments
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Update comment
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Shorten variable name
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Update comments and variable name
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Remvoe obsolete call and add argument names as comments
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Remove sync active check from listener
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
---------
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
2025-06-25 13:54:44 +02:00
Ricki Hirner
a26847cf10
Update AGP, Kotlin, dependencies
2025-06-24 23:00:19 +02:00
Ricki Hirner
0e6c26aec6
Update synctools and use unified BatchOperation ( #1543 )
...
* Update synctools and use unified BatchOperation
* Fix tests
2025-06-24 16:26:40 +02:00
Arnau Mora
2204027993
Improve IME integration on forms ( #1504 )
...
* Fix focus accessibility issues
Signed-off-by: Arnau Mora <arnyminerz@proton.me >
* Got rid of focus options. Improved IME integration
Signed-off-by: Arnau Mora <arnyminerz@proton.me >
* Remove custom focus requesters
Signed-off-by: Arnau Mora <arnyminerz@proton.me >
* Move url text to top of fields
Signed-off-by: Arnau Mora <arnyminerz@proton.me >
* Add focus requester again
Signed-off-by: Arnau Mora <arnyminerz@proton.me >
* Moved text
Signed-off-by: Arnau Mora <arnyminerz@proton.me >
---------
Signed-off-by: Arnau Mora <arnyminerz@proton.me >
2025-06-24 11:36:07 +02:00
Arnau Mora
e7189d66b0
Link to Managed DAVx5 in navigation drawer ( bitfireAT/davx5#633 )
...
Added managed drawer entry
2025-06-24 09:43:48 +02:00
Ricki Hirner
c517647819
Update dependencies
2025-06-24 09:40:21 +02:00
Ricki Hirner
0780b226ff
Add F-Droid changelog
v4.5-ose
2025-06-23 13:20:54 +02:00
Ricki Hirner
8d9a417753
Use Android 14 for instrumented tests again ( #1535 )
2025-06-23 10:51:07 +02:00
Ricki Hirner
008c314b80
Version bump to 4.5
2025-06-23 09:34:10 +02:00
Ricki Hirner
f0019c54b1
Fetch translations from Transifex
2025-06-23 09:33:35 +02:00
Ricki Hirner
51ad6ee00a
Intro / battery optimizations warning: remove Samsung; change wording from "probably" to "may" ( #1532 )
...
* Intro / battery optimizations warning: remove Samsung; change wording from "probably" to "may"
* Remove Huawei from list
2025-06-20 12:15:43 +02:00
Ricki Hirner
dd453a7837
Update version to 4.4.12-rc.1
2025-06-16 13:17:46 +02:00
Ricki Hirner
f91c968eb8
Update synctools, unify local storage exception handling
2025-06-16 13:16:18 +02:00
Ricki Hirner
968a43f9cc
Support OAuth re-authorization ( #1521 )
...
* [WIP] Add OAuth re-authorization flow
* Refactor authorization contract to OAuthIntegration
* Add OAuth re-authentication UI and logic
* Update KDoc and UI strings
2025-06-12 09:37:59 +02:00
Sunik Kupfer
ac965b411b
Delete local collection if missing remotely at delete request ( #1512 )
...
* Inject IO dispatcher
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Delete local collection on delete request when not remotely present anymore
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
---------
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
2025-06-11 11:13:35 +02:00
Michael Biebl
1608384418
Redact Authorization header from HTTP requests ( #1520 )
...
* Redact Authorization header from HTTP requests
https://github.com/square/okhttp/blob/master/okhttp-logging-interceptor/README.md
https://github.com/bitfireAT/davx5-ose/discussions/1438
* Use constant HttpHeaders.AUTHORIZATION from com.google.common.net.HttpHeaders
https://guava.dev/releases/19.0/api/docs/com/google/common/net/HttpHeaders.html#AUTHORIZATION
* Redact Cookie headers as well
2025-06-10 15:13:28 +02:00
Ricki Hirner
f25c22eba5
Replace ical4android and vcard4android with synctools ( #1519 )
2025-06-10 13:32:46 +02:00
Ricki Hirner
b1f742fb3a
Update dependencies to latest versions
2025-06-05 20:10:09 +02:00
Ricki Hirner
47c8a0589d
Bump version to 4.4.12-alpha.1
2025-06-05 20:08:16 +02:00
Arnau Mora
7c6474ce91
Fix edge to edge issue ( #1515 )
...
Signed-off-by: Arnau Mora <arnyminerz@proton.me >
2025-06-05 11:54:48 +02:00
Ricki Hirner
de8c1d160d
Support Fastmail OAuth ( #1509 )
...
* Add Fastmail OAuth login implementation
* [CI] Run tests on API level 36, too
* Add Fastmail OAuth login support
* Remove logging and move companion object to bottom
* Remove FastmailLogin and GoogleLogin to OAuthLogin and OAuthGoogle
- Remove FastmailLogin class
- Refactor GoogleLogin class to OAuthGoogle object
- Update AndroidManifest.xml to use ${applicationId} for OAuth redirect URI
- Add OAuthFastmail object for Fastmail OAuth integration
- Update GoogleLoginModel and FastmailLoginModel to use OAuthGoogle and OAuthFastmail respectively
- Add OAuthIntegration object for shared OAuth functionality
* Update Fastmail authentication error message and add redirect URI documentation
* Add error handling for refresh token exception
2025-06-05 11:54:14 +02:00
Ricki Hirner
fa50fe4c30
[CI] Run tests on API level 35
2025-06-04 16:14:00 +02:00
Arnau Mora
ba4d3b2fd1
Increase SDK to 36 ( #1513 )
...
* Upgrade to SDK 36
Signed-off-by: Arnau Mora <arnyminerz@proton.me >
* Enable on back invoked callback
Signed-off-by: Arnau Mora <arnyminerz@proton.me >
* Remove `enableOnBackInvokedCallback`
Signed-off-by: Arnau Mora <arnyminerz@proton.me >
---------
Signed-off-by: Arnau Mora <arnyminerz@proton.me >
2025-06-04 15:42:57 +02:00
Sunik Kupfer
0fed85fdc3
Add app password hint under password field ( #1507 )
...
* Add app password hint under password field
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Change text to use prefer
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Append path encoded
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Update app password help URL and text
---------
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
Co-authored-by: Ricki Hirner <hirner@bitfire.at >
2025-06-04 15:42:40 +02:00
Sunik Kupfer
6fbaea9487
[SyncManager]s Remove authority ( #1491 )
...
* Update sync stats to store sync data type instead of authority
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Use a real authority in the tests
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Replace authority with syncDataType in sync managers
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Minor changes
- import index
- edit comments
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Use lowercase localised strings for datatypes
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Pass sync data type extra as string
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Remove unknown datatype
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Move datatype name strings to collection screen section
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Update string usages
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Update test
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
* Add any type annotations to arrays
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
---------
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
2025-06-04 14:44:12 +02:00
Arnau Mora
fc2bc8aa47
Pass state to modal drawer for automatic back handler ( #1495 )
...
* Pass state to modal drawer for automatic back handler
Signed-off-by: Arnau Mora <arnyminerz@proton.me >
* Fix deprecation: Use toUri instead of Uri.parse
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
---------
Signed-off-by: Arnau Mora <arnyminerz@proton.me >
Signed-off-by: Sunik Kupfer <kupfer@bitfire.at >
Co-authored-by: Sunik Kupfer <kupfer@bitfire.at >
2025-06-02 17:12:41 +02:00
Ricki Hirner
0321e4ab8f
[Lint] Convert URIs to strings using toUri() ( #1506 )
2025-06-02 12:00:13 +02:00
Ricki Hirner
711543c5f1
Credentials / dav4jvm: store passwords as CharArray ( #1483 )
...
* Credentials / dav4jvm: store passwords as CharArray
* Fix tests
2025-05-30 17:37:14 +02:00
Ricki Hirner
5c485834e9
Update Gradle wrapper and Android Gradle Plugin versions
2025-05-30 17:36:10 +02:00
Ricki Hirner
f349f1fec8
Bump version to 4.4.11
v4.4.11-ose
2025-05-30 16:28:23 +02:00
Ricki Hirner
e6413506cb
Fetch translations from Transifex
2025-05-30 16:26:53 +02:00