Commit graph

24160 commits

Author SHA1 Message Date
httpjamesm
688c840af6
feat: get accounts token and pass to passkeys url 2024-02-08 15:46:33 -05:00
httpjamesm
ad1fab8edb
feat: getAccountsURL() 2024-02-08 15:42:51 -05:00
Prateek Sunal
270bc28e8f fix: save to home widget instead of shared prefs 2024-02-08 23:14:41 +05:30
vishnukvmd
119f5eceaf Disable internal isolates on ONNX 2024-02-08 22:10:17 +05:30
ashilkn
20c2472628 Merge branch 'main' into update_dialog_frequency 2024-02-08 19:36:51 +05:30
ashilkn
18d0272cf0 add cancel button in update notification dialog 2024-02-08 19:35:47 +05:30
ashilkn
06058cd4ee show update dialog every 3 days, and not every time app is opened if an update is available 2024-02-08 19:20:49 +05:30
Manav Rathi
e0ecbba2e7
Remove unused code and files (#1604) 2024-02-08 15:41:45 +05:30
Manav Rathi
878b7a5e32 Remove unused PWA / manifest code
Had discussed this with Abhinav, there were some issues around marking our app
as a PWA, tied to worker lifetime, so the PWA functionality had been disabled,
and these files are not currently not supposed to be used.
2024-02-08 14:48:43 +05:30
Manav Rathi
b4946693f8 Remove unused workbox-* dependencies
yarn workspace photos remove workbox-precaching workbox-recipes workbox-routing workbox-strategies workbox-window
2024-02-08 14:46:26 +05:30
Manav Rathi
f8f35309d0 Remove unused deepsource.toml
This was used a long back for code analysis, but has been disabled for a while,
and the integration with the Deepsource app in the web's GitHub repository has
also been removed.
2024-02-08 14:31:01 +05:30
Manav Rathi
7225071b64 Remove unused LS_KEYS.API_ENDPOINT
This is currently unused. We can resurrect this at a later point when we could
want to make the API we connect to dynamically changable within the app settings
itself, but right now that won't be trivial (e.g. mixing credentials across
instances). So just removing this.
2024-02-08 14:24:57 +05:30
Vishnu Mohandas
d27a70bd37
Fix city search (#1704) 2024-02-08 12:15:44 +05:30
vishnukvmd
6416110c95 v0.8.56 2024-02-08 12:10:02 +05:30
vishnukvmd
fca5b7004d Don't return early when there are no location tags 2024-02-08 12:09:48 +05:30
Manav Rathi
67d058d77c
Document env vars (#1601) 2024-02-08 10:13:14 +05:30
Abhinav Kumar
a88c7212a0
Fix the zip file related tests (#1602) 2024-02-08 10:08:30 +05:30
Prateek Sunal
16c5e24cc7 feat: default placeholder as ente's icon and different image everytime 2024-02-08 00:09:02 +05:30
Prateek Sunal
95588c8aef
Merge branch 'main' into homewidget 2024-02-07 23:36:29 +05:30
Prateek Sunal
ba4465512c feat: homewidget for android 2024-02-07 23:31:08 +05:30
Manav Rathi
d928429276 Add comments around the purpose of the test 2024-02-07 19:30:47 +05:30
Manav Rathi
5c93c14a02 Fix the zip file related tests
These functions (e.g. getElectronFilesFromGoogleZip) look to have been moved
from `importService` to `ElectronAPIs` in commit
86d61060b7, perhaps the test did not get updated.

The test runs now from the desktop app.
2024-02-07 17:49:33 +05:30
Manav Rathi
cdb1fb4f82
New Translations (#1600) 2024-02-07 16:27:06 +05:30
Vishnu Mohandas
c33b08da7a
Update strings (#1701) 2024-02-07 15:23:54 +05:30
vishnukvmd
876fa21394 Update strings 2024-02-07 15:23:23 +05:30
Vishnu Mohandas
ed222dcb15
Prepare for release (#1700) 2024-02-07 13:38:26 +05:30
Manav Rathi
fb0144466f Add more details 2024-02-07 12:51:56 +05:30
Manav Rathi
6a1c82429a Remove unused auth-url 2024-02-07 12:51:56 +05:30
Manav Rathi
9e71916edf Add more comments and variables 2024-02-07 12:51:56 +05:30
Manav Rathi
009652ac76 Create a sample .env.development 2024-02-07 12:51:56 +05:30
ashilkn
13fc578d7d bump up version 2024-02-07 11:36:48 +05:30
ashilkn
9105406440 Merge branch 'update_change_log' into bump_up_version 2024-02-07 11:32:13 +05:30
ashilkn
c74409d3a4 update change logs 2024-02-07 11:31:52 +05:30
ashilkn
9c5790abde bump up version to 0.8.54 2024-02-07 10:14:29 +05:30
Vishnu Mohandas
e75dc395cd
New Translations (#1699)
New  Translations
2024-02-07 10:09:31 +05:30
Vishnu Mohandas
f826282a92
fix: stop playing video when navigating to it's album from file info (#1698)
fix: stop playing video when navigating to it's album from file info
2024-02-07 10:08:44 +05:30
Crowdin Bot
e404b12b34 New Crowdin translations by GitHub Action 2024-02-07 00:14:25 +00:00
Crowdin Bot
50ba3ba65a New Crowdin translations by GitHub Action 2024-02-07 00:08:37 +00:00
ashilkn
2e5625cd17 fix: stop playing video when navigating to it's album from file info 2024-02-06 17:45:26 +05:30
vishnukvmd
f981f8543f Up version 2024-02-06 10:46:59 +05:30
vishnukvmd
f0b4e71a51 Switch to GGML 2024-02-06 10:46:49 +05:30
vishnukvmd
2edc63eb66 Reduce activity timeout 2024-02-06 10:46:30 +05:30
vishnukvmd
bacf17e1d0 Log device info 2024-02-06 10:31:53 +05:30
Vishnu Mohandas
84f8025864
New Translations (#1696) 2024-02-05 19:03:56 +05:30
Crowdin Bot
71be97b61f New Crowdin translations by GitHub Action 2024-02-05 12:04:36 +00:00
forthcoming73
cb1376f338
add icon for notesnook (#443)
<!--
  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

add the svg icon for notesnook

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

## 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
2024-02-05 10:04:42 +05:30
Vishnu Mohandas
68546a6607
10M -> 30M memories preserved (#1697) 2024-02-04 20:23:43 +05:30
Vishnu Mohandas
f2c05c49a3
Merge branch 'main' into 30_million 2024-02-04 19:48:13 +05:30
vishnukvmd
6f417c8da7 10M -> 30M memories preserved 2024-02-04 19:46:57 +05:30
github-actions[bot]
a1fcc82cb5
New Translations (#441)
New translations via [Crowdin GH
Action](https://github.com/crowdin/github-action)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2024-02-04 14:56:16 +05:30