Commit graph

5053 commits

Author SHA1 Message Date
Neeraj Gupta b3b756fc14
Fix UI for verify recovery key notification 2022-09-23 11:34:05 +05:30
Neeraj Gupta aa5110ae6e
GradientButton: Remove unused child property 2022-09-23 11:12:25 +05:30
Neeraj Gupta 01a0ab046f
GradientButton: Fix padding between icon and text 2022-09-23 11:04:02 +05:30
Neeraj Gupta d2bf027582
[Design Components] Add textStyles from figma 2022-09-23 11:02:06 +05:30
Neeraj Gupta 94746b1924
[Design-components] Add textStyles 2022-09-22 22:04:19 +05:30
Neeraj Gupta 24e1b321b0
iOS: switch back to previous team 2022-09-22 15:29:16 +05:30
Neeraj Gupta acd3c7d328
Merge branch 'rewrite_device_sync' of github.com:ente-io/frame into rewrite_device_sync 2022-09-22 14:34:19 +05:30
Neeraj Gupta d2f4fd33ae
Merge branch 'master' of github.com:ente-io/frame into rewrite_device_sync 2022-09-22 14:33:48 +05:30
Ashil 19123c1957
Merge pull request #518 from ente-io/migrate-to-null-safety
Migrate to null safety
2022-09-22 10:41:21 +05:30
Vishnu Mohandas 415b7d8989
Merge pull request #519 from ente-io/update_copy 2022-09-21 20:29:04 +05:30
Neeraj Gupta b6337e83f6
update loader copy 2022-09-21 20:25:43 +05:30
Neeraj Gupta 74c26628d6
Fix: Show backup folder option during onboarding 2022-09-21 20:21:14 +05:30
Neeraj Gupta 59840aafbb
Fix: Handle missing file and sharedCollection count 2022-09-21 19:41:58 +05:30
Neeraj Gupta 240c978299
Fix merge conflict 2022-09-21 19:41:33 +05:30
ashilkn 5193481354 minor fix 2022-09-21 18:57:37 +05:30
ashilkn 8d7758a70f Merge branch 'rewrite_device_sync' into migrate-to-null-safety 2022-09-21 18:11:41 +05:30
ashilkn 231a4214ae migrated crypto_util.dart to null safety 2022-09-21 18:09:40 +05:30
ashilkn aa42403d2d made all members of EncryptionResult nullable 2022-09-21 18:09:10 +05:30
Neeraj Gupta 99a5bd8ff0
Merge branch 'rewrite_device_sync' of github.com:ente-io/frame into rewrite_device_sync 2022-09-21 17:57:39 +05:30
Neeraj Gupta 0a6d6f0f62
Merge branch 'master' into rewrite_device_sync 2022-09-21 17:57:09 +05:30
ashilkn 3041351d03 migrated app_lifecycle_service.dart to null safety 2022-09-21 17:50:59 +05:30
ashilkn 6efb4c80cf migrated tab_changed_event.dart to null safety 2022-09-21 17:47:36 +05:30
ashilkn 8802c385a5 removed unused code 2022-09-21 17:45:44 +05:30
ashilkn 44ecba66da migrated sync_status_update_event.dart to null safety 2022-09-21 17:43:46 +05:30
ashilkn 75906f99f6 removed unused code 2022-09-21 17:39:37 +05:30
Vishnu Mohandas c3941360ce
Merge pull request #517 from ente-io/fix_version
bump version code to 0.6.34+364
2022-09-21 17:38:45 +05:30
Neeraj Gupta 6e8addc290
bump version code to 0.6.34+364 2022-09-21 17:37:40 +05:30
ashilkn 0840afe97d migrated network.dart to null safety 2022-09-21 17:37:09 +05:30
Vishnu Mohandas b227ad27d4
Merge pull request #516 from ente-io/bump_version_21sep 2022-09-21 17:30:24 +05:30
Neeraj Gupta 9f87b1e87d
bump version code to 0.6.33+363 2022-09-21 17:29:38 +05:30
Ashil 3efe9d028e
Merge pull request #510 from ente-io/change-on-factories
turn factories into static methods so it is allowed to return null
2022-09-21 17:28:36 +05:30
ashilkn ce014e8e87 migrated image_cache.dart to null safety 2022-09-21 17:23:50 +05:30
Vishnu Mohandas 6d031a4c86
Merge pull request #513 from ente-io/archive_fix
Hide photo from UI if it's part of any hidden collection
2022-09-21 17:22:00 +05:30
Vishnu Mohandas 52d9dc647e
Merge pull request #515 from ente-io/payment_detail
Fix handling of crypto subscription on UI
2022-09-21 17:10:34 +05:30
ashilkn 881353fde4 migrated lru_map.dart to null safety 2022-09-21 17:09:39 +05:30
Neeraj Gupta 97e754739f
Fix handling of crypto subscription on UI 2022-09-21 17:09:03 +05:30
Ashil 8635f01edb
Merge pull request #514 from ente-io/migrate-db-files
Migrate db files
2022-09-21 16:43:44 +05:30
ashilkn 0327bc26d3 made Collection.attributes non-nullable 2022-09-21 16:17:50 +05:30
Neeraj Gupta 66988ba728
Hide photo from UI if it's part of any hidden collection 2022-09-21 16:15:02 +05:30
Neeraj Gupta 3d275fc117
Merge pull request #512 from ente-io/refresh_status
Hide recovery key verification nudge if verified on another device
2022-09-21 16:08:12 +05:30
Neeraj Gupta 467869199c
RecoveryKeyVerification: remove view recoveryKey button 2022-09-21 15:53:03 +05:30
Neeraj Gupta de9d6e7541
RecoveryKeyVerification: remove notification is verified on different device 2022-09-21 15:48:42 +05:30
ashilkn 1af6d0e1a5 Merge branch 'rewrite_device_sync' into migrate-db-files 2022-09-21 15:47:48 +05:30
Ashil 0ea492d21f
Merge pull request #507 from ente-io/migrate-to-null-safety-2
Migrate to null safety 2
2022-09-21 15:46:45 +05:30
ashilkn fb42d7de66 change error message 2022-09-21 15:43:05 +05:30
ashilkn 8730899f48 Merge branch 'migrate-to-null-safety-2' of https://github.com/ente-io/frame into migrate-to-null-safety-2 2022-09-21 15:40:13 +05:30
ashilkn f2adc32b4b make memLimit and opsLimit non-nullable and remove null check 2022-09-21 15:39:38 +05:30
Neeraj Gupta c8ca4c8433
Merge pull request #511 from ente-io/define_base_color_effect
[Design Components] Define base colors and effects
2022-09-21 15:19:12 +05:30
Neeraj Gupta 2309688415
[FigmaComponents] Define base colors and effects 2022-09-21 14:41:34 +05:30
ashilkn c05cfb9578 turn factories into static methods so it is allowed to return null 2022-09-21 14:25:00 +05:30