Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
94708755e8d97681dd2c836ab08af8153d6e4688
tutanota
/
app-android
下载当前目录
J
jenkins build server
v315.251202.0
78c3c1b1
创建于
2025年12月2日
历史提交
文件
最后提交记录
最后更新时间
.run
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 年前
app
v315.251202.0
5 个月前
calendar
v315.251202.0
5 个月前
gradle
[android] update gradlew ran ./gradlew wrapper in tuta sdk and android-app
6 个月前
libs
[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 个月前
test
[android] fix iv for aes key encryption and add compat tests from ts #4072
3 年前
tutashared
Fix auto migration setting advancedRules to null Closes #9980 Co-authored-by: ivk <ivk@tutao.de>
5 个月前
.gitignore
chore: ignore app-android/.settings dir
3 年前
build.gradle
[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 个月前
gradle.properties
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 个月前
gradlew
[android] update gradlew ran ./gradlew wrapper in tuta sdk and android-app
6 个月前
local.properties
new android sdk location for the mail app
6 个月前
settings.gradle
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 年前