Commit graph

6524 commits

Author SHA1 Message Date
ashilkn 48cda7a2e9 Fix render overflow of text in notification widget 2023-05-04 13:49:32 +05:30
Neeraj Gupta 27c86d6e15
Merge branch 'main' into memories_widget 2023-05-04 13:15:08 +05:30
ashilkn dcfaa6b9cb Change max width of title of memeory widget 2023-05-04 12:22:26 +05:30
ashilkn 4bb9ded136 Minor layout change for better looking UI 2023-05-04 12:10:46 +05:30
ashilkn 922df0a98a Modify memories widget to adapt to different length of strings as title 2023-05-04 11:51:57 +05:30
Crowdin Bot 7cf2a3d9ac New Crowdin translations by GitHub Action 2023-05-04 00:48:18 +00:00
Neeraj Gupta ef5d47c584
Fix bug in handling file update 2023-05-03 17:44:59 +05:30
Neeraj Gupta 936b8ad526
Switch to Sizebox for memory title 2023-05-03 17:12:50 +05:30
Neeraj Gupta 2232ea6766
Refactor: Split memories widget into sepearate files 2023-05-03 16:46:38 +05:30
Neeraj Gupta 0a2072452a
Detect motion photos during upload 2023-05-03 13:32:57 +05:30
Neeraj Gupta 1af15c6ff1
Show icon for motion photo 2023-05-03 13:03:45 +05:30
Neeraj Gupta 7a19ce9c1b
Add support for updating mvi values for existing files 2023-05-03 13:01:06 +05:30
Neeraj Gupta 8624f103b5
Add field to store starting index of motion photo 2023-05-03 12:49:11 +05:30
Neeraj Gupta 1a25717cb9
Fix typo 2023-05-03 12:48:40 +05:30
ashilkn 1b991ab4ed Treat location as invalid if both lat and long are 0 2023-05-03 10:37:49 +05:30
Neeraj Gupta 3e4bd6ec1e
Fix: Add check for valid location to handle NAN values 2023-05-03 10:25:07 +05:30
Neeraj Gupta 332e14f1e1
Fix typo 2023-05-02 19:17:47 +05:30
Neeraj Gupta c20cb8040a
Handle infinite or Nan values 2023-05-02 17:43:21 +05:30
Neeraj Gupta 12edb7a740
Fix bug: send publicMagicMetadata during upload 2023-05-02 17:31:55 +05:30
Neeraj Gupta 0aa0f89318
Enable setting for changing language (#1052) 2023-05-02 16:45:31 +05:30
Neeraj Gupta f039236c1d
Support for playing live photos (#1050) 2023-05-02 16:42:40 +05:30
Neeraj Gupta 6ed276299a
l10n: Extract strings 2023-05-02 13:13:05 +05:30
Neeraj Gupta 66cb5cdb0c
l10n: Extract strings 2023-05-02 12:59:03 +05:30
Neeraj Gupta 81e32712d3
MemoryWidget: Switch to Expanded instead of using Sizebox 2023-05-02 12:51:20 +05:30
Neeraj Gupta 82a54b7d9b
l10n: extract strings 2023-05-02 12:33:42 +05:30
Neeraj Gupta 2733cc2c33
Enable translation for dutch and simplified-chinese 2023-05-02 12:32:19 +05:30
Neeraj Gupta 0eb346e2e5
l10n: save locale with country code 2023-05-02 12:31:07 +05:30
Neeraj Gupta 0b9fc55d5c
Enable language change 2023-05-02 10:11:08 +05:30
Crowdin Bot 53a5fbae59 New Crowdin translations by GitHub Action 2023-05-01 12:17:11 +00:00
Neeraj Gupta f15a36bf29
Remove unusde code 2023-05-01 16:31:21 +05:30
Neeraj Gupta b3c0ec3941
Merge branch 'main' into photo_integration 2023-05-01 16:19:06 +05:30
Neeraj Gupta 0d56c636a2
Support for playing motion photos 2023-05-01 16:17:31 +05:30
Neeraj Gupta 91e835cdfd
Computer: Switch to forked version + enable debuglogs (#1042) 2023-05-01 11:40:42 +05:30
Ashil 38b7d04a70
Tests for exif to location parsing (#1045) 2023-04-29 17:27:48 +05:30
ashilkn 0d45b08a12 Remove regex 2023-04-29 17:25:39 +05:30
ashilkn e6d65866a6 Make latRef and longRef of GPSData final 2023-04-29 17:11:00 +05:30
Neeraj Gupta e7a0a88d1b
Remove unrelated changes 2023-04-29 17:02:52 +05:30
Neeraj Gupta 69ce3dca24
Merge branch 'main' into aspectRatio 2023-04-29 16:59:45 +05:30
Ashil 299d1bb117
Custom radius (#1039) 2023-04-29 16:15:21 +05:30
Neeraj Gupta db61826504
Clean up: Remove old migration code 2023-04-29 14:16:08 +05:30
Neeraj Gupta 87333c83d5
[Perf] Avoid redundant method call via compute 2023-04-29 14:03:44 +05:30
Neeraj Gupta 0fcf40b12a
Refactor: Directly ref shared computer instead of passing as variable 2023-04-29 13:55:31 +05:30
Neeraj Gupta b5fe6ede26
Assign taskname for computer tasks 2023-04-29 13:27:18 +05:30
Neeraj Gupta 85a95a52ec
Fix typo 2023-04-29 12:35:18 +05:30
Neeraj Gupta 54ff4e5dd5
Enable computer logs in debug mode 2023-04-29 12:34:02 +05:30
Neeraj Gupta 4745a5a2f3
Initiate shared workers during app init 2023-04-29 12:33:38 +05:30
Neeraj Gupta 453a44cb82
Update computer pkg 2023-04-29 12:28:07 +05:30
ashilkn e028d16173 Return null if latRef or longRef's format is invalid on parsing location from EXIF 2023-04-28 17:21:08 +05:30
ashilkn 27abbbcae2 Add unit of raidus in dialog used to enter custom radius 2023-04-28 15:20:52 +05:30
ashilkn c7fbb550fc Merge branch 'main' into custom_radius 2023-04-27 13:02:41 +05:30