Commit graph

149 commits

Author SHA1 Message Date
vishnukvmd 758f12bd30 Convert to stateless widget 2023-05-26 17:57:30 +05:30
vishnukvmd f1a5118e47 Refactor 2023-05-26 17:54:03 +05:30
vishnukvmd 3382032cf6 Extract out widget for creating a collage out of two images 2023-05-26 17:48:36 +05:30
vishnukvmd 3408e3ed2d Increase the tap area of layout 2023-05-26 17:27:18 +05:30
vishnukvmd 6c618a7cbb Add an active state for the layout icon 2023-05-26 17:07:47 +05:30
vishnukvmd b35b6d05f8 Use collage to generate icons 2023-05-26 16:54:35 +05:30
vishnukvmd bf14718506 Add padding 2023-05-26 16:38:44 +05:30
vishnukvmd f06c25741f Use existing button widget 2023-05-26 16:26:12 +05:30
vishnukvmd ca82d9ec1d Add option to save the collage 2023-05-26 15:38:24 +05:30
vishnukvmd acbd396e23 Add option to choose layout 2023-05-26 15:02:32 +05:30
vishnukvmd 6f572aa1ef [WiP] Collage for 2 images 2023-05-26 14:55:47 +05:30
vishnukvmd 811f6d5379 Navigate to dummy page for creating a collage 2023-05-26 12:41:25 +05:30
Neeraj Gupta e2e1d7ef13
Replace collection.name usage with collection.displayName 2023-05-23 10:26:48 +05:30
Neeraj Gupta ad96656472
Support for translating local_auth strings 2023-05-18 22:31:54 +05:30
Neeraj Gupta f24fa9e9b9
increase widget of unlock button 2023-05-10 09:12:02 +05:30
ashilkn 2037864023 Fix error in translation 2023-04-24 13:45:19 +05:30
Neeraj Gupta 8a729755ff
Fix bug in rendering deduple page 2023-04-21 10:25:03 +05:30
Neeraj Gupta 6a79deaaa3
l10n: Extract strings 2023-04-18 10:33:15 +05:30
Neeraj Gupta 1fb3a15e49
ImageSave: Handle null value of deviceFolder 2023-04-18 10:29:41 +05:30
Neeraj Gupta 06c9ead3e2
feat(location_tag): add location tags (#908) 2023-04-11 10:10:50 +05:30
Neeraj Gupta a717b2d273
Add support for changing language 2023-04-10 16:56:44 +05:30
vishnukvmd 318d5ddc74 Save edited image as a compressed JPEG 2023-04-08 17:36:11 +05:30
Neeraj Gupta 146c7db6a2
l10n: extract strings 2023-04-07 12:22:23 +05:30
Neeraj Gupta 8aba74397e
l10n: extract strings 2023-04-07 12:18:10 +05:30
Neeraj Gupta 399ace9595
l10n: extract strings 2023-04-07 11:57:22 +05:30
Neeraj Gupta 8afcca1b1e
l10n: extract strings 2023-04-07 11:28:38 +05:30
Neeraj Gupta 79641c4850
l10n: extract strings 2023-04-07 11:27:56 +05:30
Neeraj Gupta 8e7dd02032
Fix locale configuration 2023-04-04 19:58:20 +05:30
Neeraj Gupta 32edfa2a06
Default to en as fallBack and hardcode supported locales 2023-04-04 19:38:10 +05:30
Neeraj Gupta 43dd473037
Pass S.delegate in localizationDeletages 2023-04-04 19:25:54 +05:30
ashilkn 3de5696b04 Used freezed package in location and locationTag models 2023-04-02 18:17:18 +05:30
ashilkn b1916f6605 Moved all button components to a folder 'Buttons' 2023-03-10 13:38:51 +05:30
ashilkn aa8c14e778 Fixed theme related bug on lock screen when systemTheme != appTheme 2023-03-08 13:44:43 +05:30
ashilkn dd49b7913d Modified uses of ActionSheets to work with ButtonWidget 2023-02-09 18:48:01 +05:30
Neeraj Gupta 77eeaa4c06
Merge branch 'main' into fix_radius 2023-02-02 09:09:37 +05:30
Neeraj Gupta a11a86895a
Use 8 as border radius for multiple meneItems list 2023-02-02 07:56:41 +05:30
ashilkn 1414c2f05b Resolved merge conflicts 2023-02-01 15:30:34 +05:30
ashilkn 37e4a40545 Added keys to 'manage device storage' menuItems to remove infinite loading 2023-02-01 15:11:40 +05:30
ashilkn b5202f4880 Show loading states within MenuItemWidget 2023-02-01 14:01:24 +05:30
Neeraj Gupta ee7f8c07d3
Fixed pressedColor for various menu items 2023-01-31 20:55:20 +05:30
ashilkn 2d9d8ca102 Refactored MenuItemWidget 2023-01-31 17:51:57 +05:30
Neeraj Gupta f8d3b9a919
Merge pull request #787 from ente-io/lint_cleanup
Chore: Lint fixes and formatting changes
2023-01-09 10:51:13 +05:30
Manav 3170cf48c0 Pass the localizations to the Material App created in AppLock
Will be needed in the future when we start accessing the context in showDialog
children. For more details, see the sibling auth PR
https://github.com/ente-io/auth/pull/29.
2023-01-08 16:33:13 +05:30
Neeraj Gupta 774136137a
Lint: dart fmt, remove empty lines on top 2023-01-07 18:15:15 +05:30
ashilkn f08c447c61 Bug fix 2023-01-05 16:04:12 +05:30
ashilkn e9eb22c878 Stop notifiying local asset changes to avoid race condition 2023-01-05 15:43:55 +05:30
ashilkn b876ae0698 Removed tracking of edited files 2023-01-05 15:32:00 +05:30
Neeraj Gupta 7c45201380
Clear Cache: Delete content from iOS /tmp directory 2023-01-04 12:46:20 +05:30
Neeraj Gupta ba669c0e2e
AppStorage: Only show detailed view for internal users 2022-12-30 21:15:46 +05:30
Neeraj Gupta f3d8a13337
Apply lint suggestions 2022-12-30 21:12:03 +05:30
Neeraj Gupta d6ad004354
NullSafety: Apply dart migrate suggestions + compilation fixes 2022-12-30 17:40:17 +05:30
Neeraj Gupta f3c78a12a5
UX: Enable pressedState for clearCache button 2022-12-30 09:55:35 +05:30
vishnukvmd 55afcb5484 Display the lock screen each time the app is brought to foreground 2022-12-27 15:25:04 +05:30
Neeraj Gupta fda4985b6f
Merge pull request #734 from ente-io/fix_discard_edit_ui
Switch to new actionSheet for discard edit warning
2022-12-26 14:54:00 +05:30
Neeraj Gupta 63d66a1f91
Switch to new actionSheet for discard edit warning 2022-12-26 13:48:26 +05:30
Neeraj Gupta 173a3bcd07
Replace happy case toasts with shortToast 2022-12-26 10:44:36 +05:30
Neeraj Gupta 724c4ce8af
DirectorySize:Use loading indicator for progress 2022-12-23 08:24:27 +05:30
Neeraj Gupta b4c7618c5e
Minor fixes in UI 2022-12-22 14:44:31 +05:30
Neeraj Gupta f50631f486
Show correct directory for local glide cache on droid 2022-12-22 14:34:11 +05:30
Neeraj Gupta 48dad9a397
minor refactor 2022-12-22 13:57:12 +05:30
Neeraj Gupta 640b8d32b1
Support for showing in-app storage 2022-12-22 13:45:52 +05:30
Neeraj Gupta 20514e238d
Merge branch 'main' into cache_info 2022-12-22 10:18:06 +05:30
Neeraj Gupta 80f103bedc
Add cache info in debug section 2022-12-13 15:04:37 +05:30
Neeraj Gupta aa5b1255bf
Fix copy and icon 2022-11-24 16:39:05 +05:30
Neeraj Gupta 9f72614ed2
Logging improvements: 2/n 2022-11-11 18:39:22 +05:30
Neeraj Gupta ad8cc1fc81
Fix: RangeError during edit 2022-11-02 19:27:58 +05:30
Neeraj Gupta 6b3d756648
Remove unused code 2022-10-14 22:34:20 +05:30
Neeraj Gupta 5b0d917aed
Merge pull request #524 from ente-io/text_style
[Design] Add base Text styles
2022-09-23 12:22:05 +05:30
Neeraj Gupta 01a0ab046f
GradientButton: Fix padding between icon and text 2022-09-23 11:04:02 +05:30
ashilkn f3213cc848 convert to getters 2022-09-23 07:18:25 +05:30
ashilkn c9bbb80c05 remove prefix letter 'k' from constants in constants.dart 2022-09-20 17:23:32 +05:30
Neeraj Gupta 2ef7c7ce01
CollectionService: remove getCollectionNameByID method
Signed-off-by: Neeraj Gupta <254676+ua741@users.noreply.github.com>
2022-09-15 12:41:57 +05:30
Neeraj Gupta 214435a345
fix typo in file name 2022-09-12 17:46:34 +05:30
ashilkn eb7c1ec837 started incremental migration to null safety 2022-09-07 14:00:09 +05:30
ashilkn 0d01c06f6a minor changes 2022-09-05 19:24:53 +05:30
ashilkn 242498b6a6 removed SmallGradientButton 2022-09-05 15:21:39 +05:30
ashilkn 7564322d06 Merge branch 'master' into loading-photos-background-alignment-fix 2022-09-05 15:10:42 +05:30
ashilkn 44495c721c center aligned assets + other UI changes 2022-09-05 10:45:14 +05:30
ashilkn bd62f21bd5 lock screen UI layout fix + made SmallGradientButton component 2022-09-05 10:03:29 +05:30
ashilkn ddb71e559e minor UI change 2022-09-05 06:35:04 +05:30
ashilkn f6809cf9be misc. changes 2022-09-05 06:20:06 +05:30
ashilkn 27ce0a7c76 button text not visible on dark mode fix 2022-09-03 20:14:49 +05:30
ashilkn 145b998294 sort clubbed dedepue files in alphabetical order of collection names 2022-09-03 20:01:46 +05:30
ashilkn 0308dcd665 show album name with dedupe files + UI changes 2022-09-03 19:15:23 +05:30
ashilkn 78ff0b5f30 UI changes for dedupe screen 2022-09-03 18:51:00 +05:30
ashilkn b83411f0bb deselect all option for dedupe screen 2022-09-03 13:20:45 +05:30
vishnukvmd 06ec7cb658 final all the vars! 2022-08-29 20:13:31 +05:30
Neeraj Gupta edabfe6da3
lint: enable prefer_const_constructors_in_immutables rule 2022-07-04 14:13:01 +05:30
Neeraj Gupta 460dd1203e
Prefer const 2022-07-04 11:33:10 +05:30
Neeraj Gupta c6546d32de
Refactor gradient button 2022-07-04 10:15:32 +05:30
Neeraj Gupta fdadf36baa
Lint fixes 2022-07-03 15:39:01 +05:30
Neeraj Gupta 1911f8fa83
dart format 2022-07-03 15:19:33 +05:30
Neeraj Gupta 590715c9d8
Fix few flutter_lint hints 2022-07-03 15:15:00 +05:30
Neeraj Gupta 6a0e7b2315
Fix more lint issues 2022-07-03 13:17:15 +05:30
Neeraj Gupta d71c5237ec
Link fixes 2022-07-03 12:19:00 +05:30
Neeraj Gupta a25cdbf570
replace loading widget var with EnteLoadingWidget 2022-07-03 11:34:42 +05:30
Neeraj Gupta f2102fac1a
replace nothingToSeeHere with EmptyState widget 2022-07-03 11:27:27 +05:30
Neeraj Gupta 348ddc1f69
reactor: move widgets location 2022-07-01 20:09:02 +05:30
Neeraj Gupta 815e12eeb4
reactor: move widgets location 2022-07-01 20:08:33 +05:30