Commit graph

483 commits

Author SHA1 Message Date
Abhinav 236c0e25a8 move environment to constant 2022-09-23 17:21:50 +05:30
Abhinav 2a95bf62b5 log to console only if env is development 2022-09-23 16:08:41 +05:30
Abhinav dca542e781 remove change handler until we integrate update file api 2022-09-09 14:14:45 +05:30
Abhinav eb5012793b update WatchMappingSyncedFile (previously WatchedMappingSyncedFile) 2022-09-09 13:39:15 +05:30
Abhinav 64e7ba41ac remove folderPath test logging 2022-09-09 13:04:59 +05:30
Abhinav d9a37ffd71 slice buff to bytesRead size 2022-09-07 20:34:08 +05:30
Abhinav 556ac94c4b fix handle null select dir 2022-09-06 17:49:04 +05:30
Abhinav 403e460b44 normalize file path before use 2022-09-06 15:20:02 +05:30
Abhinav be24ee185c added ignored file list to prevent unsupported from being re processed 2022-09-03 20:23:06 +05:30
Abhinav 1dfe4190c2 Merge branch 'main' into watch 2022-09-03 17:51:46 +05:30
Abhinav Kumar ec3964b566
Merge pull request #55 from ente-io/add-electron-types
Add electron types
2022-09-03 17:01:31 +05:30
Abhinav 7ea796f88d Merge branch 'main' into restructure-codebase 2022-09-03 16:50:45 +05:30
Abhinav b0823f57f7 Merge branch 'main' into restructure-codebase 2022-09-03 16:46:43 +05:30
Abhinav a74c21937a use bool variable 2022-09-03 16:33:13 +05:30
Abhinav d4b1fd690a comments 2022-09-03 16:30:37 +05:30
Abhinav 1e062fca15 refactor 2022-09-03 16:30:31 +05:30
Abhinav 7a56ca59c6 hide dock icon on autoLaunch 2022-09-03 16:25:04 +05:30
Abhinav c978eb9cf2 check if was autoLaunched i.e launched at login instead of launched as hidden 2022-09-03 16:17:23 +05:30
Abhinav ac76588d29 implement launch as hidden 2022-09-03 15:17:33 +05:30
Abhinav 099886f561 open as hidden on auto-launch 2022-09-03 14:36:32 +05:30
Abhinav 7e4a12b31f refactor code 2022-09-03 14:34:42 +05:30
Abhinav b464a353a2 fix can't find isPlatformMac 2022-09-03 14:30:49 +05:30
Abhinav dfbd0f0ace fix isEnabled check and toggleAutoLaunch logic 2022-09-03 14:26:15 +05:30
Abhinav c1d73a0c95 better code 2022-09-03 14:24:47 +05:30
Abhinav 1dc1f5b9b6 Merge branch 'main' into auto-start 2022-09-03 14:23:26 +05:30
Abhinav a80fb94682 use electron api to add login item on mac and windows 2022-09-03 13:44:32 +05:30
Manav 378d10b4f0
Merge pull request #59 from ente-io/fix-ente-blocking-system-restart
fix app blocking system restart
2022-09-03 13:11:35 +05:30
Abhinav 8a73d8b783 add logic to hide dock icon based on preferences 2022-09-03 12:29:43 +05:30
Abhinav 1294707949 add userPreferences electronStore and service to manage it 2022-09-03 12:07:37 +05:30
Abhinav 48d9a16eec use quit role ,and move setIsAppQuitting logic to app.on("before-quit") 2022-09-02 19:42:08 +05:30
Abhinav a56283229c move api functions from needed by other api to service 2022-09-02 12:46:35 +05:30
Abhinav 25ddfb0240 move getSavedFilePaths to service 2022-09-02 12:35:56 +05:30
Abhinav 0dc61ad862 rename doesFolderExists to isFolder 2022-08-29 11:53:11 +05:30
Abhinav 462c116d3c add reload in dev mode 2022-08-29 11:04:11 +05:30
Abhinav 7f11029bd3 Merge branch 'add-electron-types' into watch 2022-08-27 18:27:16 +05:30
Abhinav b6190acad0 fix readTextFile not returning any value 2022-08-27 11:58:06 +05:30
Abhinav 5614694b18 Revert "reorder and remove loggn"
This reverts commit b3f60bffcc.
2022-08-27 11:00:53 +05:30
Abhinav 4d3a8558f9 Revert "remove try catch wrapper"
This reverts commit 0f5e36b281.
2022-08-27 11:00:29 +05:30
Abhinav e95b866cfa add space between functions 2022-08-27 10:40:12 +05:30
Abhinav c3b4872da7 move non-exported function to util 2022-08-27 10:37:32 +05:30
Abhinav a9f53e733d better types 2022-08-27 10:18:43 +05:30
Abhinav b3f60bffcc reorder and remove loggn 2022-08-27 09:27:03 +05:30
Abhinav 0f5e36b281 remove try catch wrapper 2022-08-27 09:22:43 +05:30
Abhinav f0e2b00851 missing file case covered 2022-08-26 19:43:45 +05:30
Abhinav 4a56adfe9e remove wrapper functions 2022-08-26 19:40:54 +05:30
Abhinav b88b4e8746 remove createDirectory and use fs.mkdir directly 2022-08-26 19:37:46 +05:30
Abhinav 6451ef583c remove doesPath exist and directly use fs.existSync 2022-08-26 19:35:30 +05:30
Abhinav a6a0c404c9 rename 2022-08-26 16:27:24 +05:30
Abhinav 50355b326a remove next serve util 2022-08-26 16:18:41 +05:30
Abhinav dab960ea47 separate unlink file and dir 2022-08-26 16:16:16 +05:30
Abhinav 8c9a4136ac rename function 2022-08-26 16:15:08 +05:30
Abhinav c7be75aac1 update errors 2022-08-26 15:25:54 +05:30
Abhinav 3da096a16c export service functions through api
add updateMappingFiles api
update types
2022-08-26 15:23:40 +05:30
Abhinav 502751a1ea fix imports 2022-08-26 15:03:52 +05:30
Abhinav ea137eafcd make watch util and service 2022-08-26 14:52:33 +05:30
Abhinav b7a8bcc434 dont change import 2022-08-26 14:47:45 +05:30
Abhinav fb9db5a040 fix getFileStream 2022-08-25 16:08:00 +05:30
Abhinav 101a7f6b65 Merge branch 'restructure-codebase' into watch 2022-08-25 16:05:29 +05:30
Abhinav 831047ecf1 keep electron stores in stores directory 2022-08-25 15:31:32 +05:30
Abhinav 6743cfcf80 create DiskCache service 2022-08-25 15:30:20 +05:30
Abhinav 2e4dd54a13 rearrange imports 2022-08-25 14:58:30 +05:30
Abhinav eee37c2765 move cache to api 2022-08-25 14:56:35 +05:30
Abhinav 6439c4bd7d move electron util to api 2022-08-25 14:53:51 +05:30
Abhinav ba2bf813ec move safeStorage to api 2022-08-25 14:52:48 +05:30
Abhinav 9446a34b23 remove empty import 2022-08-25 14:50:29 +05:30
Abhinav 0da6eedc8c move appUpdater and diskLRU and sentry to service 2022-08-25 14:41:59 +05:30
Abhinav 5bbe39f057 move fixHotReload after imports 2022-08-25 11:42:09 +05:30
Abhinav fdae6bd9f0 fix check, change doesFileExists to doesPathExists 2022-08-25 11:38:37 +05:30
Rushikesh Tote feb20afa9e fix bug where paths can be undefined 2022-08-25 11:38:02 +05:30
Rushikesh Tote 2133727652 null check 2022-08-25 11:37:27 +05:30
Abhinav 0da45931c8 refactor 2022-08-25 11:36:19 +05:30
Abhinav fe0b9617f0 refactor code to fs service 2022-08-25 11:34:40 +05:30
Abhinav 64acef79d3 move doesFolderExists to common api 2022-08-25 11:32:45 +05:30
Abhinav 8fe23a4da1 fix build 2022-08-25 11:16:43 +05:30
Abhinav 82284d27f3 move file to api dir 2022-08-25 11:16:07 +05:30
Abhinav 7b174fe402 move files to service dir 2022-08-25 11:11:40 +05:30
Abhinav ff467e3389 Merge branch 'main' into watch 2022-08-23 15:35:43 +05:30
Abhinav 9c3fafa68e fix toggleAutoLaunch 2022-08-19 20:00:16 +05:30
Abhinav f5ed1c0856 add auto start menu preference option 2022-08-19 20:00:16 +05:30
Abhinav fae366c828 update autoLauncher 2022-08-19 20:00:16 +05:30
Abhinav a9a9bbd7b4 add autoLauncher util 2022-08-19 20:00:16 +05:30
Abhinav 263298097c refactor 2022-08-19 20:00:16 +05:30
Abhinav 1d8d10cb6d add new product update entry 2022-08-19 19:59:44 +05:30
Abhinav 4e7c804110 update menu items 2022-08-19 18:57:24 +05:30
Abhinav b973096392 on mac dock icon click show available window 2022-08-19 18:28:39 +05:30
Abhinav 8cab5280d2 don't hide from dock on window close on mac 2022-08-19 17:33:17 +05:30
Abhinav 7e649199f3 Merge branch 'main' into watch 2022-08-17 11:06:35 +05:30
Abhinav b24e678924 rename root source-code directory to src 2022-08-13 13:54:27 +05:30
Abhinav 9aa59fffd0 rename src to main 2022-07-23 15:29:47 +05:30
Abhinav ed22698aa4 fix configs 2022-07-13 19:54:44 +05:30
Abhinav 06a8602dbe improve 2022-07-13 15:49:31 +05:30
Abhinav 5902e7ebcf fix package josn import 2022-07-13 14:31:33 +05:30
Abhinav 2552c094d6 move file around 2022-07-13 14:20:07 +05:30
Abhinav 1211316f36 update submodule 2022-07-13 14:07:59 +05:30
Abhinav fdb026bde3 udpate submodile 2022-07-13 13:54:20 +05:30
Abhinav 758046f386 move files around 2022-07-13 13:45:11 +05:30
Rushikesh Tote 33507b5f40 fix type 2022-07-13 13:24:44 +05:30
Rushikesh Tote 7f4936af66 added hot reload 2022-07-13 13:24:38 +05:30
Rushikesh Tote 843a97f0f8 changes according to review comments 2022-07-13 13:22:36 +05:30
Rushikesh Tote 5c4cd36177 switched branch to release 2022-07-13 13:21:07 +05:30
Abhinav c2ac9ba684 refactor and restructure 2022-07-13 13:20:56 +05:30
Rushikesh Tote 699a12cc79 fix cors issue for uploads 2022-07-13 12:54:58 +05:30
Abhinav 8b85ed506b added web app as submodule 2022-07-13 12:51:37 +05:30
Abhinav f0e6fc710e dont pin splash screen on top 2022-07-11 23:10:14 +05:30
Abhinav Kumar 89f3b0403f
Merge pull request #32 from ente-io/capitalize
Capitalize user visible strings
2022-07-11 18:50:07 +05:30
Abhinav aaf5bf6f70 revert testing prod url change 2022-07-11 18:44:59 +05:30
Manav 5fdbd3b566 Capitalize user visible strings
I did not change the title of the window ("ente.io | encrypted photo
storage"), we can revisit it later.
2022-07-11 18:36:05 +05:30
Abhinav 40b91d7d70 through error to caller 2022-07-11 18:15:49 +05:30
Abhinav cc441d6629 add logging 2022-07-11 18:11:43 +05:30
Abhinav 90eaa42038 remove redundant type 2022-07-11 14:45:14 +05:30
Abhinav 8d28f65ab8 add clearElectronStore api 2022-07-11 14:28:20 +05:30
Abhinav aa8bd20024 fix getEncryptionKey undefined check 2022-07-11 14:27:44 +05:30
Abhinav 101c1fc4cf change prod URL for testing 2022-07-11 13:49:05 +05:30
Abhinav 3f62c1bd4c move safeStorage encryption and decryption to main process and use via ipc 2022-07-11 03:51:54 +05:30
Abhinav a79500f5e6 update safe storage schema 2022-07-11 03:51:09 +05:30
Abhinav e60e6b2e11 remove get app version api for now 2022-07-11 02:47:07 +05:30
Abhinav 7ea105038a temp 2022-07-11 02:42:31 +05:30
Abhinav 171412575e add safe storage util 2022-07-11 02:00:10 +05:30
Abhinav 8653867178 update safe storage store 2022-07-11 02:00:10 +05:30
Abhinav 73c3f8c45a add safe storage store 2022-07-11 02:00:10 +05:30
Rushikesh Tote f42b8dffeb refactor 2022-06-23 16:29:04 +05:30
Abhinav 7ba421179f fix check, change doesFileExists to doesPathExists 2022-06-23 15:38:30 +05:30
Rushikesh Tote 7897afbff2 added functionality to handle multiple folders 2022-06-22 11:29:06 +05:30
Rushikesh Tote 699e201f50 refactor 2022-06-19 21:28:32 +05:30
Abhinav e457f1d729 update registerWatcherFunctions api 2022-06-19 19:57:13 +05:30
Rushikesh Tote 7df1942e2c fix bug where paths can be undefined 2022-06-17 12:00:15 +05:30
Rushikesh Tote f098bcd3ed add clear electron store 2022-06-17 11:12:37 +05:30
Rushikesh Tote 5addfdd9ea null check 2022-06-17 00:30:27 +05:30
Abhinav a537ee41da refactor 2022-06-15 13:52:20 +05:30
Abhinav 5b3dca3343 refactor code to fs service 2022-06-15 13:14:29 +05:30
Abhinav ae2ac6af4e remove unneccesary parameters 2022-06-15 12:03:56 +05:30
Abhinav d458097a4e refactor type 2022-06-15 11:47:56 +05:30
Abhinav e977bed02b move doesFolderExists to common api 2022-06-15 11:44:56 +05:30
Abhinav 20a5d0cc8e fix build 2022-06-15 11:31:39 +05:30
Abhinav f3a1533edd move file to api dir 2022-06-15 11:28:28 +05:30
Abhinav 7d5905acf6 move files to service dir 2022-06-15 11:20:19 +05:30
Rushikesh Tote 6b2d3f2f76 fix path 2022-06-14 12:35:40 +05:30
Rushikesh Tote 48dcbdb999 refactor functions 2022-06-14 12:35:40 +05:30
Rushikesh Tote dd052bedf4 remove redundant API 2022-06-14 12:35:40 +05:30
Rushikesh Tote 4b965623c3 refactor 2022-06-14 12:35:40 +05:30
Rushikesh Tote db3beb05b8 refactor to return electron files for upload 2022-06-14 12:35:40 +05:30
Rushikesh Tote ea9a5b617b added function to check if dir exists 2022-06-14 12:35:40 +05:30
Rushikesh Tote 4725407d14 unlink directory listener for watcher 2022-06-14 12:35:40 +05:30
Rushikesh Tote 8ab2de6fb7 fix undefined mappings at start 2022-06-14 12:35:40 +05:30
Rushikesh Tote c748884edc refactor 2022-06-14 12:35:40 +05:30
Rushikesh Tote e041867042 add / remove files from watcher when mapping added / removed 2022-06-14 12:35:37 +05:30
Rushikesh Tote f919f928a2 refactor 2022-06-14 12:32:27 +05:30
Rushikesh Tote 778bb3dde4 refactor 2022-06-14 12:31:50 +05:30
Rushikesh Tote 74654f59dd init watch 2022-06-14 12:31:50 +05:30
Abhinav c0882952a7 eslint fix 2022-06-14 12:13:32 +05:30
Abhinav 4d71bfccd6 change URL to prod 2022-04-26 16:09:39 +05:30
Abhinav 37cef47aa9 refactor getSavedPaths 2022-04-20 20:28:56 +05:30
Abhinav 350ca08bd0 remove console log 2022-04-20 18:22:47 +05:30
Abhinav e9d2194412 fix getPendingUploads for zips 2022-04-20 18:14:26 +05:30
Abhinav 495389ffbd return type in pending uploads 2022-04-20 17:31:40 +05:30
Abhinav 76173d8412 store zip paths 2022-04-20 16:29:26 +05:30
Abhinav b3d938dead testing-url 2022-04-20 14:23:14 +05:30
Abhinav 7ade92310b remove redundant api 2022-04-20 13:32:08 +05:30
Abhinav 364089eebd dont disable error dialogs 2022-04-20 13:29:03 +05:30
Abhinav 922c8448e4 log error 2022-04-20 13:28:51 +05:30
Abhinav 6b4086b072 remove console logs 2022-04-20 13:07:18 +05:30
Abhinav b0f5f202cf Merge branch 'zip-2' into zip 2022-04-20 12:52:37 +05:30
Abhinav da67a218d7 clean code 2022-04-20 12:36:57 +05:30
Abhinav db342dfedc working 2022-04-20 12:33:23 +05:30
Abhinav a25406da2b attempt 2 2022-04-19 21:28:00 +05:30
Abhinav eb586d6b18 attempt 1 2022-04-19 21:26:35 +05:30
Abhinav d6747571ab ignore non file path and filename starting with dot 2022-04-19 21:14:00 +05:30
Abhinav a738fdf4e4 Merge branch 'main' into zip 2022-04-19 15:05:59 +05:30
Abhinav c382eda9b1 Revert "push a build for testing on master"
This reverts commit 3359733ff5.
2022-04-19 14:49:43 +05:30
Abhinav 3359733ff5 push a build for testing on master 2022-04-19 14:38:31 +05:30
Abhinav 8fb57a3b88 merge main into sync-support 2022-04-19 12:42:15 +05:30
Abhinav 1306f64f55 update ui 2022-04-18 18:55:34 +05:30
Abhinav 78ccf48840 udpate bada frame to remote 2022-04-18 18:52:34 +05:30
Abhinav 05eeaa71c4 udpate ui submodule 2022-04-15 13:48:43 +05:30
Rushikesh Tote 8fd5ad7a57 rename host to ente 2022-04-14 13:26:55 +05:30
Abhinav 6601ae5ef6 update ui 2022-04-13 15:18:31 +05:30
Abhinav 87cefe8311 disable eslint check for electronReload 2022-04-13 11:43:30 +05:30
Abhinav 2366384c8c moved isDev to common 2022-04-13 11:43:13 +05:30
Rushikesh Tote 186274ab38 segregate setting file paths and collection name in store 2022-04-13 10:51:10 +05:30
Rushikesh Tote 6bb04912d2 rename renderer to ui 2022-04-12 17:44:26 +05:30
Rushikesh Tote 03b1c2c090 replace electron-is-dev with app.isPackaged 2022-04-12 17:23:39 +05:30
Rushikesh Tote c442e2118f changed git submodule for renderer 2022-04-12 11:40:41 +05:30
Rushikesh Tote 343aa4a75a rename function and added logging for errors 2022-04-09 18:23:23 +05:30
Rushikesh Tote 7784e81bb5 remove console log 2022-04-09 15:58:57 +05:30
Rushikesh Tote cea9c79173 convert zip dialog to async 2022-04-09 15:58:57 +05:30
Rushikesh Tote 2603468890 upload multiple zips 2022-04-09 15:58:57 +05:30
Rushikesh Tote 8e88ceb131 support for uploading google photos zip 2022-04-09 15:58:57 +05:30
Rushikesh Tote 0c868bc186 remove browser window from dialog 2022-04-08 12:15:35 +05:30
Rushikesh Tote dd85af7698 address review comments 2022-04-08 11:22:31 +05:30
Rushikesh Tote 503045ab66 check if file exists in pending uploads 2022-04-04 20:18:41 +05:30
Rushikesh Tote 645a317ff9 display file dialogs async 2022-04-04 17:34:20 +05:30
Rushikesh Tote 92e7c6789e fix undefined error for electron store 2022-04-04 17:15:09 +05:30
Rushikesh Tote acf8e2eb87 remove function getElectronFile from filepath 2022-04-04 16:55:51 +05:30
Rushikesh Tote d06586e56a remove done state and refactor store 2022-04-04 16:46:09 +05:30
Rushikesh Tote 2e31882821 fix windows file paths 2022-03-30 19:03:36 +05:30
Rushikesh Tote d5ffdfcb1e address review comments 2022-03-28 13:26:03 +05:30
Rushikesh Tote bae38be5e8 update on each successful upload 2022-03-24 17:08:30 +05:30
Rushikesh Tote 22684f8949 remove type attribute from ElectronFile 2022-03-24 11:41:04 +05:30
Rushikesh Tote e9b8cd81d3 replace remote with ipc 2022-03-22 14:47:03 +05:30
Rushikesh Tote 1dbd3cff63 fix errors 2022-03-22 14:17:29 +05:30
Rushikesh Tote 1a7710ca0a address review comments 2022-03-22 11:31:40 +05:30
Rushikesh Tote 4a08ba8c61 refactor upload flow 2022-03-20 16:26:03 +05:30
Rushikesh Tote 2fec2ce6a3
fix done variable at app start 2022-03-14 18:31:22 +05:30
Rushikesh Tote ccea382545
remove console logs 2022-03-14 18:16:47 +05:30
Rushikesh Tote 34bc5f33e5
fix constants 2022-03-13 12:19:03 +05:30
Rushikesh Tote 6c9ddb3f10
fix file ext 2022-03-13 00:48:11 +05:30
Rushikesh Tote c4582db4e7
added support to recover failed imports 2022-03-12 12:02:47 +05:30
Rushikesh Tote aa73db8c80
fix type 2022-03-08 12:37:36 +05:30
Rushikesh Tote a7bdd5683b
added hot reload 2022-03-08 11:59:58 +05:30
Rushikesh Tote 0281bf6035
changes according to review comments 2022-03-08 11:20:03 +05:30
Rushikesh Tote c0c5088f67
switched branch to release 2022-03-08 10:22:44 +05:30
Rushikesh Tote 9a48ee096b
refactor and restructure 2022-03-07 16:06:27 +05:30
Rushikesh Tote 8de1dc8d34
fix cors issue for uploads 2022-03-05 15:37:19 +05:30
Rushikesh Tote 6159b2d74c
added web app as submodule 2022-03-05 10:49:44 +05:30
Abhinav 5f559372a3 Merge branch 'main' into export-v2 2021-12-19 12:02:00 +05:30
Abhinav 7c4659cee1 Merge branch 'main' into improve-logging 2021-12-19 12:00:39 +05:30
Abhinav 1d29a1d565 remove comma from loadURL prams 2021-12-19 11:57:39 +05:30
Abhinav bde85721ff Merge branch 'main' into export-v2 2021-12-19 11:56:14 +05:30
Abhinav 16238c8bef prettify src directory 2021-12-19 11:53:44 +05:30
Abhinav d2813b33b6 Revert "send environment in logs"
This reverts commit 41e3d4c758.
2021-12-19 11:43:34 +05:30
Abhinav b69914ca2f send environment in logs 2021-12-19 11:43:16 +05:30
Abhinav 6aaa2d2e7f Revert "load export v2 website preview for testing"
This reverts commit ae51312be9.
2021-12-19 11:38:09 +05:30
Abhinav 152b847216 adds exists API 2021-12-07 12:50:00 +05:30
Abhinav ae51312be9 load export v2 website preview for testing 2021-11-20 17:47:27 +05:30
Abhinav 22bb82b7c6 adds checkExistsAndRenameCollectionDir 2021-11-17 11:55:35 +05:30
Abhinav fdbc088590 disable contextIsolation 2021-11-02 17:26:00 +05:30
Abhinav 4101367d13 dont enable remote module 2021-11-02 17:06:35 +05:30
Abhinav 41e3d4c758 send environment in logs 2021-11-02 16:29:12 +05:30
Abhinav-grd 82b7635f1b send release version in sentry 2021-08-09 12:03:34 +05:30
Abhinav-grd 5d827633e4 added sentry util 2021-08-09 11:36:38 +05:30
Abhinav-grd 2bea4fbcb0 integrated sentry 2021-08-09 10:52:00 +05:30
Abhinav-grd 92ff81284a added sentry 2021-08-07 16:13:19 +05:30
vishnukvmd 5aa6c89218 Show frames for the splash screen 2021-08-04 15:37:54 +05:30
vishnukvmd 5e36475ea2 Maximize splash screen and main window on start 2021-08-04 15:37:43 +05:30
Abhinav-grd 050a0c34f0 change text 2021-07-18 16:57:18 +05:30
Abhinav-grd 3c01532431 updated to control export record path record from bada-frame 2021-07-18 16:49:24 +05:30
Abhinav-grd 01ed510a7b updated the udpate message 2021-07-18 16:47:01 +05:30
Abhinav-grd 16362424dc renamed export file 2021-07-18 16:44:50 +05:30
Abhinav-grd 76e258d502 updated the menu bar 2021-07-18 16:12:16 +05:30
Abhinav-grd 2a00a39e70 minor 2021-07-17 17:25:55 +05:30
Abhinav-grd 7c56e40e62 hide mac dock icon 2021-07-17 17:06:32 +05:30
Abhinav-grd 05085bf957 added udpate is Available item to tray 2021-07-17 17:04:25 +05:30
Abhinav-grd ce85abafeb redesign menu bar 2021-07-17 16:15:00 +05:30
Abhinav-grd 72c4fc1145 added global shortcuts 2021-07-17 11:17:45 +05:30
Abhinav-grd f9bf8552b3 fix menu bar not working bug 2021-07-16 19:23:24 +05:30
Abhinav-grd 9b80dae35b refactor 2.0 2021-07-16 14:45:11 +05:30
Abhinav-grd 1a8dbfa2d5 prevent multiple instances 2021-07-16 14:22:33 +05:30
Abhinav-grd 120d1624da fixed app quit trigger 2021-07-16 13:39:07 +05:30
Abhinav-grd 3c18a411fc refactored code 2021-07-16 12:44:33 +05:30
Abhinav-grd 3c8af97f69 removed debugging logic 2021-07-16 12:20:38 +05:30