Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
lsxuan12138 pushed 3 commits to main lsxuan12138/otptoken
lsxuan12138 pushed 1 commit to main lsxuan12138/otptoken
- Merge pull request #10 from lsxuan12138/main 图标显示(根据issuer匹配) 1ec6fa0
lsxuan12138 opened a pull request on SoildFaker/ohtotptoken
图标显示(根据issuer匹配)
图标显示(根据issuer匹配),目前没有forti的图标按照原逻辑显示,同样的如果没有相应图标也按照原逻辑显示 图标来自开源otp软件freeotpplus,https://github.com/helloworld1/FreeOTPPlus/tree/master/token-images/src/main/res/drawable 但是据其作者说明,他的图标来自另一个开源软件ando...lsxuan12138 pushed 4 commits to main lsxuan12138/otptoken
lsxuan12138 pushed 1 commit to main lsxuan12138/otptoken
- fix: #8 using uuid instead of token secret 6b6dc86
lsxuan12138 pushed 3 commits to main lsxuan12138/otptoken
lsxuan12138 closed a pull request on SoildFaker/ohtotptoken
图标显示(根据issuer匹配)
图标显示(根据issuer匹配),目前没有forti的图标按照原逻辑显示,同样的如果没有相应图标也按照原逻辑显示 图标来自开源otp软件freeotpplus,https://github.com/helloworld1/FreeOTPPlus/tree/master/token-images/src/main/res/drawable 但是据其作者说明,他的图标来自另一个开源软件ando...lsxuan12138 pushed 3 commits to main lsxuan12138/otptoken
lsxuan12138 opened a pull request on SoildFaker/ohtotptoken
图标显示(根据issuer匹配)
图标显示(根据issuer匹配),目前没有forti的图标按照原逻辑显示,同样的如果没有相应图标也按照原逻辑显示 图标来自开源otp软件freeotpplus,https://github.com/helloworld1/FreeOTPPlus/tree/master/token-images/src/main/res/drawable 但是据其作者说明,他的图标来自另一个开源软件ando...lsxuan12138 pushed 1 commit to main lsxuan12138/otptoken
- fix:因JSON反序列化对象不能调用实例方法引起的no callable崩溃 7181501
lsxuan12138 created a comment on a pull request on SoildFaker/ohtotptoken
抱歉,测试发现一些问题,修改后再提交
lsxuan12138 closed a pull request on SoildFaker/ohtotptoken
图标显示(根据issuer匹配)
图标显示(根据issuer匹配),目前没有forti的图标按照原逻辑显示,同样的如果没有相应图标也按照原逻辑显示 图标来自开源otp软件freeotpplus,https://github.com/helloworld1/FreeOTPPlus/tree/master/token-images/src/main/res/drawable 但是据其作者说明,他的图标来自另一个开源软件ando...lsxuan12138 created a comment on an issue on SoildFaker/ohtotptoken
虽然一般也不会修改,但是这个bug确实存在,建议使用uuid之类的作为标识(类似主键?)
lsxuan12138 opened an issue on SoildFaker/ohtotptoken
item修改逻辑bug
以下这部分代码的逻辑,会导致在修改item的密钥时,直接多出一个item(因为这里是按照secret匹配的) ![image](https://github.com/user-attachments/assets/70e76f13-d0fc-4992-aa63-3a90ac09e842)lsxuan12138 opened a pull request on SoildFaker/ohtotptoken
图标显示(根据issuer匹配)
图标显示(根据issuer匹配),目前没有forti的图标按照原逻辑显示,同样的如果没有相应图标也按照原逻辑显示 图标来自开源otp软件freeotpplus,https://github.com/helloworld1/FreeOTPPlus/tree/master/token-images/src/main/res/drawable 但是据其作者说明,他的图标来自另一个开源软件ando...lsxuan12138 pushed 2 commits to main lsxuan12138/otptoken
lsxuan12138 pushed 9 commits to main lsxuan12138/otptoken
- Update: Add App safety setting page. Add privacy mode and screen lock verification setting d42e040
- Merge remote-tracking branch 'origin/main' 8a6c312
- Update: Add App safety setting persistence to mmkv 49c0f03
- Update: safety privacy mode is ready 7ec1c03
- Update: Add backup encryption UI 4871242
- Merge pull request #2 from eveloki/main Add App safety setting page. ee61857
- feat: #5 add aes encrypted backup option 72ce7f5
- feat: add auto lock option 7146eb9
- misc: update screenshot babcd76