Commit graph

437 commits

Author SHA1 Message Date
Abhinav-grd 12368048d0 use constants for errorCodes 2021-02-18 13:36:50 +05:30
Abhinav-grd 24a0f75930 handle no internet connection error 2021-02-18 13:36:42 +05:30
Abhinav-grd afd3895ee3 Merge branch 'master' into handle-B2-errors 2021-02-18 12:55:19 +05:30
Abhinav-grd ae96735dd2 added better error handing 2021-02-18 12:54:17 +05:30
Abhinav-grd 8cbff31c36 Added progressBar modal close Button 2021-02-18 12:51:22 +05:30
Abhinav-grd 4cf3c0f55a updated upload service to setUploadErrors 2021-02-18 11:43:54 +05:30
Abhinav-grd d03fc0c339 added new uploadErrors state 2021-02-18 11:43:21 +05:30
Abhinav-grd 42c46165fa chnaged ErrorAlert to AlertBanner and errorCode state to bannerErrorCode 2021-02-18 11:36:57 +05:30
Vishnu Mohandas 1178ff23dc Update style of selected collection 2021-02-17 18:26:35 +05:30
Vishnu Mohandas 7829750d88 Remove onDragLeave triggers 2021-02-17 18:03:22 +05:30
Vishnu Mohandas 1bee6c9ac0 Auto focus on the email entry field 2021-02-17 16:40:07 +05:30
Vishnu Mohandas 5b5278d5ea Fix type errors 2021-02-17 15:24:57 +05:30
Vishnu Mohandas 7489ab581f Depend on the collection updation time to display the first load banner 2021-02-17 15:17:26 +05:30
Vishnu Mohandas 1c6d50be00 Use number to represent the last collection updation time 2021-02-17 15:17:14 +05:30
Vishnu Mohandas da59fdcd6b Make string cheeky 2021-02-17 14:56:34 +05:30
Vishnu Mohandas 080a96050b Set datatype for closeTimer 2021-02-17 14:47:54 +05:30
Vishnu Mohandas 1104a9d919 Return early if key is null 2021-02-17 14:46:20 +05:30
Vishnu Mohandas 209dd4d1df Auto focus on the passphrase entry field 2021-02-17 14:39:52 +05:30
Vishnu Mohandas a2c8ae8eee Add missing brace 2021-02-17 14:39:43 +05:30
Vishnu Mohandas 4194390aa9 Merge branch 'download' into bhasaad 2021-02-17 14:36:40 +05:30
Vishnu Mohandas 79da1175f2 Change selected type to Number 2021-02-17 14:31:43 +05:30
Abhinav-grd 6517692214 display loadingBar while downloading image 2021-02-17 14:15:28 +05:30
Abhinav-grd 8679b5f62b random optimizations 2021-02-17 14:05:19 +05:30
Abhinav-grd b786f85ef7 corrected downloadManager import 2021-02-17 13:36:20 +05:30
Abhinav-grd 64e292eb1d update download Manager with downloaded File State 2021-02-17 12:47:36 +05:30
Abhinav-grd 6fa8bf6246 updated to use the DownloadManager 2021-02-17 10:50:21 +05:30
Abhinav-grd b2aacf9910 extracted getFile and getPreview to downloadManager 2021-02-17 10:31:31 +05:30
Abhinav-grd 25317df0e7 upaded logic to get correct number of uploadUrls 2021-02-17 09:55:21 +05:30
Abhinav-grd b1036a911e extracted titles text to constants 2021-02-16 19:18:15 +05:30
Abhinav-grd faf01918cb Merge branch 'master' into download-button 2021-02-16 19:13:06 +05:30
Abhinav-grd e6ffeaf11b modified constant for upload stage 2 2021-02-16 18:55:40 +05:30
Abhinav-grd e4ef214711 correct encrypting function for encypting name 2021-02-16 18:46:24 +05:30
Abhinav-grd 3bb46238f1 added try catch to add collection function 2021-02-16 18:45:02 +05:30
Abhinav-grd e7689f79e1 Merge branch 'master' into improve-uploading 2021-02-16 18:30:01 +05:30
Abhinav-grd 3cac7f17ed corrected KeyEncryptionResult import 2021-02-16 18:24:23 +05:30
Abhinav-grd 3de7c29854 removed unncessary localCollection sorting 2021-02-16 18:14:12 +05:30
Abhinav-grd 92c33e9acc corrected collection sorting 2021-02-16 18:11:27 +05:30
Abhinav-grd 65d5cacd8f corrected KeyEncryptionResult import 2021-02-16 18:09:11 +05:30
Abhinav-grd c0c8684125 sort collection based on modification time desc 2021-02-16 17:39:43 +05:30
Abhinav-grd 6bb32f5c24 added logic to skip favorite collections and add empty collections to upload collection selector 2021-02-16 17:22:18 +05:30
Abhinav-grd 85f17f0108 corrected libsodium function call 2021-02-16 17:20:53 +05:30
Abhinav-grd 0989d794d5 moved user interface to user service 2021-02-16 17:15:06 +05:30
Abhinav-grd 4bbfb61f56 fixed collection name decryption 2021-02-16 17:13:21 +05:30
Abhinav-grd f8527375a0 updated thumbnail dimension calulation logic 2021-02-16 15:36:49 +05:30
Abhinav-grd 0570be055e removed unwanted property from encryption result 2021-02-16 15:15:02 +05:30
Abhinav-grd de35099109 modified file attribute interface 2021-02-16 15:14:25 +05:30
Abhinav-grd 2f161f9eda improved file-upload service 2021-02-16 15:14:03 +05:30
Abhinav-grd 2cf099132e Merge branch 'master' into improve-uploading 2021-02-16 15:08:30 +05:30
Abhinav-grd cd358b3ff6 moved key to div wrapper 2021-02-16 13:20:37 +05:30
Vishnu Mohandas a0b9a99abe Update string 2021-02-16 13:10:56 +05:30
Abhinav-grd e16efe817c remove src and msrc saem check 2021-02-16 11:52:59 +05:30
Abhinav-grd 52714bc6f0 handle case when user actually has no data 2021-02-16 11:42:27 +05:30
Abhinav-grd e4c5d6d26d
Merge pull request #17 from ente-io/fix-thumbail-size
corrected thumbnail compression
2021-02-16 07:43:50 +05:30
Vishnu Mohandas 6d21de8681 Replace the upload button with an icon 2021-02-16 00:50:33 +05:30
Vishnu Mohandas d78a79d8da Update the color of the power button 2021-02-16 00:39:24 +05:30
Vishnu Mohandas 08528d61e2 Merge branch 'master' of github.com:ente-io/bada-frame 2021-02-15 22:21:27 +05:30
Vishnu Mohandas 91e8bdf2f2 Move the logout button to the left 2021-02-15 22:21:00 +05:30
Abhinav-grd 042df5223d corrected while condition 2021-02-15 21:11:59 +05:30
Abhinav-grd 3d7131088b removed unwanted imports 2021-02-15 21:09:41 +05:30
Abhinav-grd 18b089ccf5 moved snapImage logic inside loadeddata callback 2021-02-15 21:05:24 +05:30
Abhinav-grd b375992d80 saved values to consts 2021-02-15 20:55:25 +05:30
Abhinav-grd 7510749821 Merge branch 'first-load-ux' into download-button 2021-02-15 20:42:42 +05:30
Abhinav-grd 1f4af6512b extracted download to a function 2021-02-15 20:40:12 +05:30
Abhinav-grd c90ab9019b change resolution to 1080p and max attempts to 3 2021-02-15 20:19:43 +05:30
Abhinav-grd 314c939c30 show loadingbar for initial load 2021-02-15 20:00:26 +05:30
Abhinav-grd 254780429f Merge branch 'master' into first-load-ux 2021-02-15 19:37:50 +05:30
Abhinav-grd a6ad3de6b0 Merge branch 'master' into first-load-ux 2021-02-15 19:33:05 +05:30
Vishnu Mohandas b0937d1a7e Update create collection dialog 2021-02-15 19:15:48 +05:30
Vishnu Mohandas f3097a67c3 Update collection selector modal 2021-02-15 18:49:59 +05:30
Vishnu Mohandas aaffd4d289 Embrace the darkness 2021-02-15 18:12:03 +05:30
Abhinav-grd cedfa404f2 corrected thumbnail compression 2021-02-15 17:58:14 +05:30
Vishnu Mohandas a609f966cf Remove background for unloaded image 2021-02-15 17:15:10 +05:30
Vishnu Mohandas c57772c2fb Update gallery screen 2021-02-15 17:04:11 +05:30
Vishnu Mohandas 9ef43724e6 Remove redundant spinner 2021-02-15 16:59:02 +05:30
Vishnu Mohandas 4380d2cee0 Change loading bar color 2021-02-15 16:51:34 +05:30
Vishnu Mohandas 4e3b78eab1 Update password entry screen 2021-02-15 16:47:01 +05:30
Vishnu Mohandas 7e588e7666 Update verification screen 2021-02-15 16:35:41 +05:30
Vishnu Mohandas 8909748545 Update string 2021-02-15 16:17:24 +05:30
Vishnu Mohandas f42ae6e551 Update login screen 2021-02-15 16:16:16 +05:30
Abhinav-grd 63ae6f79af added data length zero check before rendering intial load delay alert 2021-02-15 15:37:36 +05:30
Vishnu Mohandas 4cb46be72f Update strings 2021-02-15 14:54:15 +05:30
Vishnu Mohandas 4378008330 Update app icon 2021-02-15 14:51:52 +05:30
Abhinav-grd 2d156859d1 added download button 2021-02-15 13:44:33 +05:30
Abhinav-grd 9169e068d1 show alert message and loader on first load 2021-02-15 10:49:19 +05:30
Abhinav-grd 5acb18c807 changed variable name USER_DOES_NOT_EXIST 2021-02-14 12:13:35 +05:30
Abhinav-grd 3d8d5ae8a6 updated the login component 2021-02-13 17:23:36 +05:30
Abhinav-grd 9f673a4057 added user doesnt exist error messages 2021-02-13 17:23:00 +05:30
Abhinav-grd cfc61cbd68 added wWEB_SIGNUPS_DISABLED message 2021-02-13 16:59:24 +05:30
Abhinav-grd 82b60f085c removed console log 2021-02-13 16:30:52 +05:30
Abhinav-grd 1d5473f3dd added braces everywhere and formated all files 2021-02-09 15:04:10 +05:30
Abhinav-grd 829e59635d udpated SUBSCRIPTION_EXPIRED string 2021-02-09 12:39:07 +05:30
Abhinav-grd 926a879f63 made errorAlert as default export 2021-02-09 12:38:45 +05:30
Abhinav-grd d5382f40ca Merge branch 'master' into handle_subscription_errors 2021-02-09 12:33:44 +05:30
Abhinav-grd 49d981e86a Merge branch 'master' into handle_subscription_errors 2021-02-09 12:26:42 +05:30
Abhinav-grd 22bb37c58f corrected casing 2021-02-09 11:48:46 +05:30
Abhinav-grd 21f2a7a4df added setting favItemIds state on intial load 2021-02-09 11:44:00 +05:30
Abhinav-grd 6b8fc327e1 removed console logs 2021-02-09 11:43:33 +05:30
Abhinav-grd a4a3ad2e40 renamed collectionLatestfile to collectionAndItsLatestFile 2021-02-09 11:34:19 +05:30
Abhinav-grd 21297e6e73 use constants for fileDb name 2021-02-09 11:13:05 +05:30
Abhinav-grd f6c8102fec declare variable with type instead of typecasting 2021-02-09 11:12:23 +05:30