.. |
api
|
refactor: move user class in separate file
|
2023-05-23 11:24:35 +05:30 |
filters
|
NullSafety: Migrate filters model
|
2022-12-27 17:55:24 +05:30 |
location
|
Treat location as invalid if both lat and long are 0
|
2023-05-03 10:37:49 +05:30 |
location_tag
|
Custom radius for location tags but with state refresh issues
|
2023-04-26 18:31:33 +05:30 |
metadata
|
Add order props in CollectionPrivateMetadata
|
2023-06-30 09:41:47 +05:30 |
search
|
Replace collection.name usage with collection.displayName
|
2023-05-23 10:26:48 +05:30 |
backup_status.dart
|
Use localSize info during free up space
|
2023-05-31 10:10:59 +05:30 |
billing_plan.dart
|
turn factories into static methods so it is allowed to return null
|
2022-09-21 14:25:00 +05:30 |
collection.dart
|
Add support for pinning albums
|
2023-06-30 10:01:15 +05:30 |
collection_file_item.dart
|
turn factories into static methods so it is allowed to return null
|
2022-09-21 14:25:00 +05:30 |
collection_items.dart
|
SharedTab: remove dependency on getCollectionsWithThumbnails
|
2023-06-19 16:27:53 +05:30 |
delete_account.dart
|
migrated delete_account.dart to null safety
|
2022-09-13 09:24:40 +05:30 |
derived_key_result.dart
|
made use of unused derived_key_results.dart file on crypto_util.dart
|
2022-09-13 09:54:40 +05:30 |
device_collection.dart
|
Fix check for missing collectionID
|
2023-03-17 12:50:19 +05:30 |
duplicate_files.dart
|
Replace collection.name usage with collection.displayName
|
2023-05-23 10:26:48 +05:30 |
encryption_result.dart
|
made all members of EncryptionResult nullable
|
2022-09-21 18:09:10 +05:30 |
ente_file.dart
|
change return type of cacheKey() to non-nullable
|
2022-09-15 16:34:33 +05:30 |
execution_states.dart
|
Moved ExecutionState enum to a separate file
|
2023-02-08 17:39:57 +05:30 |
file.dart
|
Rely on addedTime from local DB instead of updationTime from remote
|
2023-06-30 18:17:25 +05:30 |
file_load_result.dart
|
migrated file_load_results.dart
|
2022-09-23 10:12:33 +05:30 |
file_type.dart
|
migrated file_type.dart to null safety
|
2022-09-16 18:24:16 +05:30 |
files_split.dart
|
Fix typo
|
2023-01-05 16:44:28 +05:30 |
gallery_type.dart
|
Added FileSelectionOverlayBar for location screen with GalleryType.locationTag which is the same as GalleryType.searchResults
|
2023-04-10 10:21:58 +05:30 |
ignored_file.dart
|
Remove unused code
|
2022-10-14 22:34:20 +05:30 |
key_attributes.dart
|
Update comment
|
2023-01-12 11:09:10 +05:30 |
key_gen_result.dart
|
started incremental migration to null safety
|
2022-09-07 14:00:09 +05:30 |
local_entity_data.dart
|
Use equatable in LocalEntity<T>
|
2023-04-05 08:54:00 +05:30 |
memory.dart
|
migrated memory.dart to null safety
|
2022-09-23 11:20:06 +05:30 |
private_key_attributes.dart
|
started incremental migration to null safety
|
2022-09-07 14:00:09 +05:30 |
public_key.dart
|
migrated public_key.dart to null safety
|
2022-09-16 12:12:04 +05:30 |
selected_files.dart
|
Use better names for memebers and it's parameters for better readability in SelectedFiles
|
2023-07-13 12:22:20 +05:30 |
sessions.dart
|
handle case where map['session'] is null gracefully
|
2022-09-19 15:31:05 +05:30 |
set_keys_request.dart
|
removed unused code
|
2022-09-15 21:39:41 +05:30 |
set_recovery_key_request.dart
|
removed unused code
|
2022-09-15 21:09:54 +05:30 |
subscription.dart
|
Fix parsing
|
2022-12-27 17:13:00 +05:30 |
trash_file.dart
|
make TrashFile members late
|
2022-09-23 11:55:45 +05:30 |
trash_item_request.dart
|
Merge branch 'master' into rewrite_device_sync
|
2022-09-08 10:49:21 +05:30 |
typedefs.dart
|
Used inherited widget to store state of ordering of photos in gallery
|
2023-06-06 21:38:11 +05:30 |
upload_strategy.dart
|
store device collection upload strategy
|
2022-09-07 11:33:48 +05:30 |
upload_url.dart
|
Merge branch 'master' into rewrite_device_sync
|
2022-09-08 10:49:21 +05:30 |
user_details.dart
|
Fix calculation of free storage
|
2023-07-02 10:09:59 +05:30 |