Commit graph

  • ac123918c2
    Merge pull request #922 from CristianAUnisa/google-auth-ignore-encrypted Alexander Bakker 2022-06-04 13:02:21 +02:00
  • 4cf0465a32 Check if Google Authenticator entry is encrypted #922 CristianAUnisa 2022-05-31 19:28:06 +02:00
  • 98de86b53e
    Merge pull request #910 from CristianAUnisa/sort-on-replace Alexander Bakker 2022-05-22 13:36:42 +02:00
  • dfa3ae4d4e Reorganize README badges Alexander Bakker 2022-05-22 13:14:05 +02:00
  • ffcbaffcfc Sort list after editing entry #910 CristianAUnisa 2022-04-24 17:38:36 +02:00
  • ce9a15b7bc Allow filtering by "No group" Alexander Bakker 2022-05-22 13:05:50 +02:00
  • e73de453c6 Update Matrix badge Alexander Bakker 2022-05-22 13:09:33 +02:00
  • 3b1035b5e1 Reset the action bar subtitle when the back button is pressed Alexander Bakker 2022-05-22 12:02:23 +02:00
  • 239d8740be
    Merge pull request #912 from CristianAUnisa/screen-rotation-bugfix-686 Alexander Bakker 2022-05-22 11:55:01 +02:00
  • 49130cee73 Restore search query on screen rotation #912 CristianAUnisa 2022-05-07 16:15:30 +02:00
  • 0909341caa Improve QR reader efficiency and support inverted QR codes Alexander Bakker 2022-05-01 19:17:03 +02:00
  • 81d5915969
    Merge pull request #908 from CristianAUnisa/bitwarden-remote Alexander Bakker 2022-04-30 13:13:42 +02:00
  • 8d4a687817 Add Bitwarden importer #908 CristianAUnisa 2022-04-11 21:09:08 +02:00
  • b0e8d041d0
    Merge pull request #904 from CristianAUnisa/dont-hide-fab-on-keydown Alexander Bakker 2022-04-21 19:00:52 +02:00
  • ca49cd4df5 Don't hide "Add entry" button when DPAD key is pressed #904 CristianAUnisa 2022-04-10 16:36:30 +02:00
  • beadf4db8b Use requireContext, requireActivity and requirePreference where possible Alexander Bakker 2022-04-10 18:44:25 +02:00
  • f7b4cceb81 Remove unused SlotAdapter and SlotHolder Alexander Bakker 2022-04-10 18:14:00 +02:00
  • 86b86fef10 Pass current values to Dialog functions instead of reading from prefs Alexander Bakker 2022-04-10 17:48:26 +02:00
  • 927ea50c33 Ignore JSON exceptions in getUsageCounts instead of printing them Alexander Bakker 2022-04-10 16:50:23 +02:00
  • 339a31b0f3 Show a backup reminder if auto backups are not enabled Alexander Bakker 2022-04-10 16:47:44 +02:00
  • cf9fbf081c Don't print the exception of readVaultFile if the file was not found Alexander Bakker 2022-04-10 14:46:41 +02:00
  • d4557065ea Disable the MissingQuantity lint check to fix the build Alexander Bakker 2022-04-10 14:41:55 +02:00
  • d0c8c5fae4 Update Gradle and dependencies Alexander Bakker 2022-04-09 18:28:15 +02:00
  • b8fa67304a Release v2.0.3 Alexander Bakker 2022-03-27 21:37:16 +02:00
  • 32ee0915a7 Release v2.0.3 v2.0.3 v2.0.3-release Alexander Bakker 2022-03-27 21:37:16 +02:00
  • 0b2963b2b5 Add support for importing 2FAS schema v2 backups Alexander Bakker 2022-02-10 20:58:06 +01:00
  • 5f3ee27f3e judy [修復Bug] Scan_qr_code按返回鍵無法跳回上一個Activity #899 judy 2022-03-24 16:21:58 +08:00
  • 818fb6c545 judy 新增註解 judy 2022-03-24 15:25:35 +08:00
  • 8e8e7409d6 judy branch test #898 judy 2022-03-24 10:16:47 +08:00
  • d497092b5b judy 新增說明註解 judy 2022-03-23 17:18:53 +08:00
  • 16824a16d6 judy 新增pass_name變數,使其不要寫死 judy 2022-03-23 17:17:07 +08:00
  • b15041c98a judy qr_code掃描到後傳資料回去UrlCheckActivity.java 的全域變數URL_text後,關閉ScanQrcodeActivity.java judy 2022-03-23 17:11:56 +08:00
  • 0411ca9411 judy [修復Bug] 無法開啟鏡頭(權限已經啟用) * 需要在surfaceChange方法啟動cameraSource * 且得到相機permission時需要刷新activity * (可能是得到permission後,刷新activity判斷permission,直接啟動cameraSource那塊) * 我好天才 judy 2022-03-23 16:22:15 +08:00
  • 71d212bc4b judy * activity_url_check_scan_qrcode.xml新增surfaceview元件 * UrlCheckActivity_ScanQrcodeActivity.java新增相機元件,相機功能正常,但AVD不知為何不能啟動電腦攝像頭(需要測試) * 使用Google vision套件去解析條碼[BarcodeDetector] * AndroidManifest.xml新增的[UrlCheckActivity_ScanQrcodeActivity.java]的string直接套用[@string/title_activity_scan_qr]的,不用重ˊ新設定string包 judy 2022-03-21 17:03:43 +08:00
  • 4ddcfd45a0 judy 新增UrlCheckActivity_ScanQrcodeActivity.java進去AndroidManifest.xml,修復了intent不能開啟的bug judy 2022-03-21 16:44:58 +08:00
  • 9b955e71c4 judy 新增UrlCheckActivity_ScanQrcodeActivity.java,修復了intent不能開啟的bug judy 2022-03-21 16:08:57 +08:00
  • 903948d57c Stop using dependency injection in AegisBackupAgent Alexander Bakker 2022-03-16 14:43:13 +01:00
  • 0808128478 judy click scan_qrcode_button時有Bug * 可能考慮內嵌QRcode掃描在UrlCheckActivity.java * 跳轉到activity_url_check_scan_qrcode.xml Layout * https://www.ruyut.com/2018/12/5-android-studio-qr-code.html [參考資料使用QRCode] judy 2022-03-15 22:23:03 +08:00
  • fa0bacbc86 judy click scan_qrcode_button時有Bug * 可能考慮內嵌QRcode掃描在UrlCheckActivity.java * 跳轉到activity_url_check_scan_qrcode.xml Layout judy 2022-03-15 22:21:20 +08:00
  • 5c6a5e3d5e judy 加入qrcode_scan layout和source code檔案[未打] * UrlCheckActivity_ScanQrcodeActivity.java * activity_url_check_scan_qrcode.xml [未bind] judy 2022-03-15 18:08:30 +08:00
  • aa5dc4d843 judy build.gradle引入Google Mobile Vision套件 judy 2022-03-15 17:57:51 +08:00
  • bece74a2d6 judy 新增UrlCheck函數 *可以利用URLConnection去抓取.html內容 judy 2022-03-13 12:08:00 +08:00
  • 3a404905fa judy 新增clear_button[vector] ic_clear_button.xml 點選clear_button即可清除Enter URL輸入框的內容 judy 2022-03-12 17:36:22 +08:00
  • 979650f476 judy 新增clear_button[vector] ic_clear_x.xml *尚未放入layout judy 2022-03-12 10:55:11 +08:00
  • 11bfd82e63 judy 新增點選send button,鍵盤隱藏 judy 2022-03-12 10:12:04 +08:00
  • 9000b5e6c0 judy 修改變數名稱為url_input[較直觀] judy 2022-03-11 15:14:48 +08:00
  • efb59ee6ba judy 新增Button onClickListner judy 2022-03-11 12:09:00 +08:00
  • 66f4a8418d judy 連結URL Check Button和UrlCheckActivity *尚未指定返回的動作 *返回的CODE_URL_CHECK = 7 judy 2022-03-11 10:55:13 +08:00
  • bde43b7a02 judy 修改activity_url_check Layout judy 2022-03-10 14:06:49 +08:00
  • 694a907d6f judy 修改activity_url_check Layout judy 2022-03-10 13:33:11 +08:00
  • 6e91185467 judy 修改activity_url_check Layout judy 2022-03-10 11:58:46 +08:00
  • 11343b0e3d judy 新增activity_url_check Layout judy 2022-03-10 11:48:27 +08:00
  • d33209f53c judy MainActivity.java新增listener,負責監聽onClick的行為 並新增startUrlCheckActivity() 去扣onclick event judy 2022-03-10 11:27:58 +08:00
  • ab0611f70b judy 修改dialog_add_entry.xml[layout新增button] string檔案全部語系都新增一條url_check,來控制URL Check的不同語系版本string顯示 judy 2022-03-09 21:53:16 +08:00
  • 78a400ff44 judy 新增xml文件[ic_url_check],用xml及向量繪圖而成 judy 2022-03-09 17:48:01 +08:00
  • 77db04263f judy 新增xml文件[ic_url_check],用xml及向量繪圖而成 judy 2022-03-09 17:47:36 +08:00
  • 5d810aa7a8 judy 更動所有Icon文件[製作圖檔各種尺寸],使任何裝置上都可以顯示 judy 2022-03-09 17:06:47 +08:00
  • d62abc7abf judy 更動About[關於]語系文件 judy 2022-03-08 21:41:18 +08:00
  • a45415ef81 judy 更動debug icon[UI系統的ICON] judy 2022-03-08 21:20:40 +08:00
  • 3f07aca0b6 judy 更動debug icon[只改setting資訊頁顯示的icon,UI系統的還沒改] judy 2022-03-08 20:56:49 +08:00
  • 5e02c24134 judy 修改icon圖示[實驗][未完成] judy 2022-03-08 17:22:36 +08:00
  • 1338dfbbe0 judy 修改welcome介面 icon && en,tw 說明文字(Aegis > MyOTP) judy 2022-03-08 16:33:43 +08:00
  • 90eb17caf0 judy 修改welcome介面 icon && en,tw 說明文字 judy 2022-03-08 16:26:21 +08:00
  • 71eb6b133c Remove SlotManagerActivity from AndroidManifest Alexander Bakker 2022-03-06 14:54:36 +01:00
  • 6f66706685 Don't pass MIME type along when selecting icon pack file to import Alexander Bakker 2022-03-06 13:54:14 +01:00
  • 6d8a8c066c Remove unused string resources Alexander Bakker 2022-03-06 13:49:40 +01:00
  • baa3cac5a4 Remove slot manager activity Alexander Bakker 2022-03-06 13:33:57 +01:00
  • 71f2b54deb Use Dagger Hilt for dependency injection Alexander Bakker 2022-02-06 19:00:01 +01:00
  • 927f5f2bd5
    Merge pull request #845 from Hacker437/Dialog Alexander Bakker 2022-02-27 18:18:56 +01:00
  • c0020684de Change the layout of the entry delete dialog and include more info #845 Praveen Kumar 2021-11-04 16:59:19 +05:30
  • b8066c1925 Use Aegis icon as lock status notification icon Alexander Bakker 2022-02-18 12:53:29 +01:00
  • 0f3e5c537c Allow customization of password reminder frequency Alexander Bakker 2022-02-17 17:46:48 +01:00
  • 5ce21a94ea Only skip panic trigger signature check if running under a test Alexander Bakker 2022-02-17 15:47:27 +01:00
  • d1d5df8051 Add tests for the Ripple panic trigger action Alexander Bakker 2022-02-17 14:25:32 +01:00
  • 43c064bb26 Disable the Crowdin workflow for forks Alexander Bakker 2022-02-17 13:25:11 +01:00
  • b9a81bdd75 Always allow D2D transfers in backup agent Alexander Bakker 2022-02-17 13:04:50 +01:00
  • 0938d3688a Set dataExtractionRules in AndroidManifest for Android 12+ Alexander Bakker 2022-02-17 12:20:02 +01:00
  • fcb7bf032b Add support for importing 2FAS schema v2 backups Alexander Bakker 2022-02-10 20:58:06 +01:00
  • 7bfffc0d79 gin #884 ghi123120 2022-02-08 23:26:06 +08:00
  • 3f3027b56c add comment AndroidManifest.xml judy 2022-02-08 22:20:36 +08:00
  • 4a775b4ec4 add comment AndroidManifest.xml judy 2022-02-08 22:19:52 +08:00
  • 4b0a61dfd3 修改app explain(src/main/res/values-zh-rTW),Aegis的地方通通換成MyOTP(Line 77 (.JSON))那邊沒有改,怕之後開啟.JSON檔會出錯(已有標註) judy 2022-02-08 22:04:24 +08:00
  • 2d6ecc6c2e 修改app icon(Aegis\app\src\main\res\drawable\app_icon.png)&& app 名稱 judy 2022-02-08 21:50:33 +08:00
  • e08085d7b2 修改ic.launcher.png judy 2022-02-08 18:14:01 +08:00
  • bb015f51fa 修改ic.launcher.png judy 2022-02-08 17:51:27 +08:00
  • ee58fce36a 修改AndroidManifest.xml judy 2022-02-08 17:46:41 +08:00
  • 2206cb1388 修改AndroidManifest.xml(加入附註並更改app名稱:MyOTP) judy 2022-02-08 17:24:20 +08:00
  • acfb70c267 Move Yandex secret validation tests to a different folder Alexander Bakker 2022-02-06 12:54:43 +01:00
  • 61eae628be add comment judy 2022-02-05 23:07:18 +08:00
  • 119c3838e1 Silence lint error related to calling private method through reflection Alexander Bakker 2022-02-04 20:39:56 +01:00
  • 39a5dc3ee8 Update the vault format documentation and improve the diagram Alexander Bakker 2022-02-04 17:02:37 +01:00
  • 473cb7bfeb Set FLAG_IMMUTABLE on the intent of the lock status notification Alexander Bakker 2022-02-02 21:01:15 +01:00
  • 3d13117752 Refactor Yandex support a bit and fix some style issues Alexander Bakker 2022-02-02 17:55:09 +01:00
  • 76c89f0fcc
    Merge pull request #869 from RandomRoot/feature-yandexotp Alexander Bakker 2022-02-02 13:40:48 +01:00
  • 185e22a82e Downgrade camera-view back to 1.0.0-alpha32 Alexander Bakker 2022-01-31 22:07:40 +01:00
  • e88c3ea6db Update dependencies Alexander Bakker 2022-01-31 21:59:02 +01:00
  • a04020aed0 Add an FAQ document Alexander Bakker 2022-01-26 13:35:30 +01:00
  • af2bf6f683 Add Yandex OTP support #869 Mikhail Prokofev 2022-01-07 12:49:53 +03:00
  • 72c165749f
    Merge pull request #875 from moesheyab/aegis-import-message-fix Alexander Bakker 2022-01-22 11:41:54 +01:00
  • f14bd99f63 Fix Aegis import dialog message title #875 moesheyab 2022-01-16 12:21:18 -08:00