Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
94708755e8d97681dd2c836ab08af8153d6e4688
tutanota
/
app-android
/
app
/
src
下载当前目录
A
and
Fix auto migration setting advancedRules to null
fb9f4c46
创建于
2025年11月28日
历史提交
文件
最后提交记录
最后更新时间
androidTest
Fix auto migration setting advancedRules to null Closes #9980 Co-authored-by: ivk <ivk@tutao.de>
5 个月前
debug
changes after review
3 年前
main
[Android]Fix contacts organization outdated issues Adding any Organization field(Company, Role or Department) will create new Organization section instead of updating existing section. Fixed by updating the Organization section instead of creating new one and removes it entirely when all fields are empty to prevent showing an empty organization section. Close #9900 Close #9901 Co-authored-by: hrb-hub <hrb-hub@users.noreply.github.com>
6 个月前
releaseTest
[android] Add releaseTest build type To be able to test staging app without uninstalling production version.
7 年前
test
[Android] Adds dexmaker to mock classes during Instrumented Tests To have the SDK we must move the tests from unit to Instrumented Tests as unit tests aren't able to load our compiled SDK since the target mismatches (Unit tests require linux-x86-64). Mockito isn't able to mock final classes and instead of making all of them open, we can use dexmaker to proxy the classes and be able to fully mock final classes. This commit introduces dexmaker as a dependency and also overrides dexmaker mockito-core with a more updated one.
1 年前