Jjenkins build serverv315.251202.0
78c3c1b1创建于 2025年12月2日历史提交
文件最后提交记录最后更新时间
fix opening mail preview from notification on mobile after key rotation, #tutadb1913 We did not set the owner key version properly on an instance when decrypting it. This was fine for owner key version 0 which is the default fallback but it does not work after a key rotation. We now set this properly, so that we can preview the mail without loading it from the server again when opening the app by tapping the notification. 1 年前
v315.251202.0 5 个月前
v315.251202.0 5 个月前
[android] update gradlew ran ./gradlew wrapper in tuta sdk and android-app 6 个月前
[build] Fix configuring sqlcipher for mobile SQLITE_ENABLE_UPDATE_DELETE_LIMIT was missing on mobile. Align the options more closely to the node library. Co-authored-by: hrb-hub <hrb-hub@users.noreply.github.com> 9 个月前
[android] fix iv for aes key encryption and add compat tests from ts #4072 3 年前
Fix auto migration setting advancedRules to null Closes #9980 Co-authored-by: ivk <ivk@tutao.de> 5 个月前
chore: ignore app-android/.settings dir 3 年前
[Android] Adds 16KB support Google now requires all Android apps to support 16KB page sizes until November to remain eligible for publishing on the Play Store. This commit updates the Kotlin version, NDK, target and compile SDK versions, as well all third-party dependencies used by the apps, making our Apps compatibility with 16KB page size support. Closes #9679 6 个月前
automatic updates for android sdk Changes the android sdk location from /opt/android-sdk-linux to /opt/android-sdk. We automatically install the android sdk cmdline-tools to that folder and install platform, build-tools and platforms via puppet. Co-authored-by: bed <bed@tutao.de> Co-authored-by: map <mpfau@users.noreply.github.com> 6 个月前
[android] update gradlew ran ./gradlew wrapper in tuta sdk and android-app 6 个月前
new android sdk location for the mail app 6 个月前
Create tutashared and remove shared code from Calendar This commit moves code that can be shared between Calendar and Mail app to a shared module. Also creates a ModuleBuildConfig to share build configs between Apps and Module. 1 年前