Commit Graph

13 Commits

Author SHA1 Message Date
Vishwas Shashidhar
74e5123e48
ELECTRON-669: add japanese localisation for download manager actions (#477)
Currently, the actions "Open" & "Show in Folder" are not localised as part of the download manager. This commit adds japanese localisation for the above two actions.

Along with the above, we also add a better UX by using the string "Reveal in Finder" for macOS users.
2018-08-27 20:28:21 +05:30
Vishwas Shashidhar
0ff4a8bb6d
ELECTRON-481: fix the error dialogs with always on top use case (#364) 2018-05-10 15:06:37 +05:30
Vishwas Shashidhar
c1e4016e93
Electron 446: Disable setting custom downloads directory (#349)
- remove feature to set custom downloads directory
- fix formatting
- fix formatting
2018-05-01 13:35:57 +05:30
Vishwas Shashidhar
c13bfd5f14 electron-205: fixes the already fixed issue post merge conflict regression 2017-12-29 12:48:19 +05:30
Vishwas Shashidhar
a6ef2d8a4c electron-205: fixed file overwrite issues when a custom download folder is set by the user 2017-12-13 20:10:18 +05:30
Vikas Shashidhar
e300c19b2a Merge branch 'master' into electron-144 2017-10-05 15:55:45 +05:30
Vikas Shashidhar
c778a1f7b7 Change title to reflect new file display name as per Electron-144 2017-09-26 16:54:57 +05:30
Vikas Shashidhar
c09b245a4c Adds a count to the file name in the download manager if the user downloads a file with the same name. 2017-09-26 16:48:18 +05:30
Vikas Shashidhar
ceae0aa742 Add tooltip to display full filename in download manager. 2017-09-26 12:54:04 +05:30
Vishwas Shashidhar
5f557247a7 electron-97: refactored the code as per the ticket (points 3 & 4 covered) 2017-08-24 16:18:32 +05:30
Vishwas Shashidhar
28bd9399aa electron-97: refactored the code as per the ticket (points 2 & 6 covered) 2017-08-24 13:21:02 +05:30
Vishwas Shashidhar
7ab0f75e2e electron-97: completed point 1 in refactoring 2017-08-23 22:08:33 +05:30
Vikas Shashidhar
299e75eca3 Electron 44 File Download Experience (#116)
* Implemented File Download Experience

1. Initiate download manager when a file download is initiated.
2. Add items to download manager when new items are downloaded.
3. Allow user to open file in default OS app.
4. Allow user to show file in finder/explorer.
5. Allow user to close download bar.

* 1. Removed underscore
2. Added safety checks
3. Added support for popouts
4. Creating most elements of download manager if electron

* 1. Moved download manager logic to a separate file

* 1. Added styles to help pushing up the content of the app when the download manager is being shown.

* 1. Added tests for Download Manager.

* Removed unnecessary code.

* Made adjustments to handle positioning of the download manager through the flexbox model rather than the fixed positioning way.

* Removed data attributes being added to body to handle download manager.
2017-06-27 08:08:58 -07:00