Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[calendar] fix calendar update notifications missing new exclusions #8419

Closed
wants to merge 27 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
82102a7
fix selected target folder defaulting to INBOX after changing view
abdulkadir-tutao Jan 30, 2025
d904ae4
[mimimi] rename make_import_directory to indicate it's creating a path
tuta-sudipg Jan 28, 2025
4cc50ab
[mimimi] improve error state for import UI
tuta-sudipg Jan 28, 2025
16b26f7
[mimimi] more closely track how many mails failed to import
tuta-sudipg Jan 28, 2025
de91180
unify all rust project into single workspace
tuta-sudipg Jan 29, 2025
fce4dc0
- add comment why we need uniffi-bindgen as seperate crate
tuta-sudipg Jan 30, 2025
1f8334a
[tutasdk] improve docs on SuspendableRestClient
tuta-sudipg Jan 30, 2025
03a7d03
[tutasdk] make the rust workspace work for the ios build
tuta-sudipg Jan 30, 2025
2cae159
change Github rust workflow to run on project root
tuta-sudipg Jan 30, 2025
b4b3f59
remove all default members from workspace
ganthern Jan 23, 2025
b5e26b0
don't log mlock warnings for tests
kibibytium Jan 29, 2025
c5d62e4
run ci pipeline on jenkins
mpfau Jan 29, 2025
ef12717
let sh figure out where xcodegen is
ganthern Jan 31, 2025
2137737
- remove make_android.sh
tuta-sudipg Jan 31, 2025
6cea96b
delete import state id on cancel
kibibytium Feb 3, 2025
7b27a3e
use MailSetEntry ListId in process imported mails
kibibytium Feb 3, 2025
15c3641
use the repository root as a cargo workspace
ganthern Feb 4, 2025
d0413d9
[ci] run workflows on jenkins instead of on github
ganthern Feb 4, 2025
5c4fc34
apply fix for android build
vaf-hub Feb 3, 2025
46d0c02
[ci] exclude generated files from swiftlint/formatting
ganthern Feb 4, 2025
db1f638
add a pre-push hook to generate a link for the ci check & merge
ganthern Feb 4, 2025
bef9ce3
set the build result to unstable if run with DRY_RUN=true
ganthern Feb 4, 2025
f402229
remove Rustflags
mpfau Feb 4, 2025
bb30694
remove x86_64 target to speed up build
mpfau Feb 4, 2025
a0b7814
[ci] improve pre-push hook
ganthern Feb 4, 2025
cc41c96
run gradlew test for arm64 only in ci
kibibytium Feb 4, 2025
5264a92
[calendar] fix calendar update notifications missing new exclusions
ganthern Jan 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]

[profile.release]
lto = true
34 changes: 0 additions & 34 deletions .github/shared/setup-emscripten/action.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/shared/setup-rust/action.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/shared/setup/action.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/shared/swift-common/action.yml

This file was deleted.

61 changes: 0 additions & 61 deletions .github/workflows/kotlin-test.yml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/release.yml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/swift-calendar-test.yml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/swift-mail-test.yml

This file was deleted.

Loading