Commit graph

24160 commits

Author SHA1 Message Date
Neeraj Gupta
18c3369fc0 Revoke active casts 2024-01-29 17:19:01 +05:30
Ashil
e39282177a
fix: incorrect number of selected files on selecting all from a grid after deleting items from it (#1684) 2024-01-29 16:30:20 +05:30
Neeraj Gupta
f39e095168 Fix handling of wrong pin 2024-01-29 15:50:01 +05:30
Abhinav Kumar
622b203026
Remove download option from video player control list of shared link if download disabled (#1592) 2024-01-29 15:27:13 +05:30
Neeraj Gupta
a3bb85599a Handle deviceCode expiry 2024-01-29 15:25:12 +05:30
Neeraj Gupta
8f954e0d1b Remove auto-refresh of code 2024-01-29 15:17:32 +05:30
Neeraj Gupta
89f8e2f564 Update based on new API spec 2024-01-29 15:15:30 +05:30
Abhinav
a7c1133c41 Remove download option from video player control list of shared link as download disabled 2024-01-29 15:15:15 +05:30
ashilkn
cbdcac4440 use a better variable name 2024-01-29 15:04:21 +05:30
ashilkn
89e1b78f44 fix: incorrect number of selected files on selecting all from a grid after deleting items from it 2024-01-29 14:51:39 +05:30
Neeraj Gupta
cf92e1b065 Cast: Only poll once deviceCode is registered 2024-01-29 14:21:54 +05:30
Neeraj Gupta
61a7d2cbbb Remove duplicate method 2024-01-29 13:17:54 +05:30
Neeraj Gupta
57e415f5c9 Remove unused code 2024-01-29 11:45:15 +05:30
Neeraj Gupta
6e4d17cdb9 Clean up code 2024-01-29 11:41:58 +05:30
Neeraj Gupta
ac12ce7a19 Clean up 2024-01-29 11:37:11 +05:30
Abhinav Kumar
c6711742fc
Merge pull request #315 from ente-io/release-v1.6.63
Release v1.6.63
2024-01-29 11:15:19 +05:30
Neeraj Gupta
36cad03c71 Merge branch 'main' into cast 2024-01-29 11:09:58 +05:30
Neeraj Gupta
25959246b1 Undo redundant change 2024-01-29 11:02:56 +05:30
Neeraj Gupta
7cd7676cb0 Fix file download 2024-01-29 10:40:31 +05:30
Abhinav
43b341d659 v1.6.63 2024-01-29 10:20:58 +05:30
Abhinav
d7e236cdcc update UI 2024-01-29 10:20:21 +05:30
Neeraj Gupta
68bfe9118a Switch to castGateway API 2024-01-28 02:07:27 +05:30
github-actions[bot]
30f5358ac0
New Translations (#431)
New translations via [Crowdin GH
Action](https://github.com/crowdin/github-action)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-01-27 18:52:44 +05:30
Vishnu Mohandas
636ec6ca0e
Remove from album bug (#1682) 2024-01-27 18:47:01 +05:30
ashilkn
995e18a6c3 Merge branch 'main' into add_to_album_bug 2024-01-27 15:02:31 +05:30
Tanguy
cb0b965fb7
Fix Filen icon (#426)
Fix Filen SVG

<!--
  Thanks for contributing!

Provide a description of your changes below and a general summary in the
title

Please look at the following checklist to ensure that your PR can be
accepted quickly:
-->

## Description

- Fix Filen SVG that was showing like that on my iPhone:

![image](https://github.com/ente-io/auth/assets/98350888/e543cf82-2d46-48df-b846-57fba0b42945)

- Remove GitLab slug that was not necessary (GitLab = gitlab)

<!--- Describe your changes in detail -->

## Type of Change

<!--- Put an `x` in all the boxes that apply: -->

- [ ] 🖼️ New icon
- [ ]  New feature (non-breaking change which adds functionality)
- [x] 🛠️ Bug fix (non-breaking change which fixes an issue)
- [ ]  Breaking change (fix or feature that would cause existing
functionality to change)
- [ ] 🧹 Code refactor
- [ ]  Build configuration change
- [ ] 📝 Documentation
- [ ] 🗑️ Chore

---------

Co-authored-by: Vishnu Mohandas <vishnu@ente.io>
2024-01-27 14:01:42 +05:30
Nikunj Kumar Nakum
c9cea27aaa
Added Kite icon (#427)
<!--
  Thanks for contributing!

Provide a description of your changes below and a general summary in the
title

Please look at the following checklist to ensure that your PR can be
accepted quickly:
-->

## Description

Added kite icon.

## Type of Change

<!--- Put an `x` in all the boxes that apply: -->

- [x] 🖼️ New icon
- [ ]  New feature (non-breaking change which adds functionality)
- [ ] 🛠️ Bug fix (non-breaking change which fixes an issue)
- [ ]  Breaking change (fix or feature that would cause existing
functionality to change)
- [ ] 🧹 Code refactor
- [ ]  Build configuration change
- [ ] 📝 Documentation
- [ ] 🗑️ Chore

---------

Co-authored-by: Vishnu Mohandas <vishnu@ente.io>
2024-01-27 13:35:46 +05:30
iamgitcat
87d23a5327
Add some more icons (#430)
## Description

Add icons for BorgBase, Gosuslugi, IVPN, IceDrive, Yandex, Murena
(eCloud), pCloud

## Type of Change

- [x] 🖼️ New icon
- [ ]  New feature (non-breaking change which adds functionality)
- [ ] 🛠️ Bug fix (non-breaking change which fixes an issue)
- [ ]  Breaking change (fix or feature that would cause existing
functionality to change)
- [ ] 🧹 Code refactor
- [ ]  Build configuration change
- [ ] 📝 Documentation
- [ ] 🗑️ Chore
2024-01-27 12:37:45 +05:30
ashilkn
56c1f94b4b fix: Removing a file from album stuck after coming back to album using the back button, after adding the file to a different album 2024-01-27 08:52:22 +05:30
Vishnu Mohandas
4bddd24d63
Let indexing run freely on iOS (#1681) 2024-01-26 17:07:54 +05:30
Vishnu Mohandas
32f4cd534e
Merge branch 'main' into free_ios 2024-01-26 16:59:48 +05:30
vishnukvmd
4915aff643 v0.8.49 2024-01-26 16:58:34 +05:30
vishnukvmd
4ee94c5b1a Start indexing on iOS on app start 2024-01-26 16:58:21 +05:30
vishnukvmd
81a734e9d2 Let indexing run on iOS 2024-01-26 16:49:29 +05:30
ashilkn
cd88c96641 remove unused globalKey 2024-01-26 15:58:36 +05:30
Vishnu Mohandas
b904bdbd3d
fix: range error when deleting last Memory from FullScreenMemory (#1680) 2024-01-26 15:27:03 +05:30
ashilkn
8fd2144f62 fix: range error when deleting last Memory from FullScreenMemory 2024-01-26 15:13:50 +05:30
Vishnu Mohandas
aaa38d8bfa
bump up version to 0.8.48 (#1679) 2024-01-26 11:17:24 +05:30
Ashil
0a2e246a3f
Merge branch 'main' into clip_improvements 2024-01-26 11:07:13 +05:30
Vishnu Mohandas
49879a26a6
Clip improvements (#1678)
Clip improvements
2024-01-26 11:05:41 +05:30
ashilkn
225c4644bb bump up version to 0.8.48 2024-01-26 11:05:29 +05:30
Vishnu Mohandas
809c3e24fb
Remove debugging log (#1588)
Remove debugging log
2024-01-26 10:54:22 +05:30
Abhinav
8f3a13ea09 remove console log 2024-01-26 10:53:33 +05:30
ashilkn
08984c01fc Merge branch 'main' into clip_improvements 2024-01-26 10:52:31 +05:30
ashilkn
775fc68f16 add listener to root of the app also when (Platform.isAndroid || kDebugMode) is false 2024-01-26 10:49:39 +05:30
Abhinav
b4974311b0 add changelog 2024-01-26 10:34:04 +05:30
vishnukvmd
c2c858448a Start with an initial interaction timeout of 10s and then lower it to 5s 2024-01-26 00:14:30 +05:30
vishnukvmd
177464c203 Pause image embedding computation when user is interacting with the app 2024-01-25 23:59:28 +05:30
vishnukvmd
686ae81cfa Increase interaction timeout to 5s 2024-01-25 23:57:58 +05:30
ashilkn
b6ade70d67 add debug logs 2024-01-25 22:01:40 +05:30