Commit Graph

2857 Commits

Author SHA1 Message Date
Ericson Soares
a372a4debe Better logging on deeplink events 2024-08-15 17:24:41 -03:00
Arnab Chakraborty
dabf8a8cdb Event listener actually listens 2024-08-15 23:22:15 +03:00
Ericson Soares
39e2782c26 Fixing app deep link events 2024-08-15 16:49:52 -03:00
Arnab Chakraborty
1d1f9bc806 Working backend deeplink event
The backend registers deeplink events. However, emit breaks it, meaning the data can't be sent to the frontend.
2024-08-15 22:26:31 +03:00
Ericson Soares
108aa04899 Fix crypto erase example 2024-08-15 00:50:36 -03:00
Ericson Soares
3f4d18fd9c More tweaks on crypto crate 2024-08-15 00:46:40 -03:00
Arnab Chakraborty
ea521095a3 Deep linking wip
Pop up shows but doesn't pull focus on the app and actually doesn't receive events
2024-08-15 00:46:27 +03:00
Ericson Soares
c3e1ac2e65 Fixing or commenting broken crap 2024-08-14 18:18:44 -03:00
Ericson Soares
3b9acc9fe2 Merge with main 2024-08-14 17:50:39 -03:00
Ericson Soares
b331edf585 Bad merge 2024-08-14 16:56:20 -03:00
Ericson Soares
0cf6f278eb Revamping crypto subcrate 2024-08-14 16:51:16 -03:00
Arnab Chakraborty
8cfbd374e3 [ENG-1854] Migrate to Tauri v2 Release Candidate (#2654)
* Migrate to Tauri v2 Release Canidate

* Formatting

* Update pnpm

* Update all tauri deps (js and rust) to Release Candidate 2
 - A lot of misc fixes due to changes in the new versions of tauri, rspc and specta

* Recreate pnpm-lock

* Fix pnpm-lock

* Formatting

* Use 10 chars SHA for git deps
 - Update a couple of rust dependencies
 - Add taplo for toml auto formatting
 - Adjust some formatting configurations
 - Updated prettier and its plugins

* Fix formatter settings

* Minor improvements to Cargo.toml format

---------

Co-authored-by: Vítor Vasconcellos <vasconcellos.dev@gmail.com>
2024-08-14 18:22:46 +00:00
myung03
98f7e2ba1e added min width for list and device items 2024-08-13 19:13:22 -07:00
myung03
ed166310c7 added device info to "Libraries" in settings 2024-08-13 16:40:44 -07:00
Arnab Chakraborty
54b72a7015 More merge fixes 2024-08-13 14:08:13 +03:00
Lkhsss
5fcdf7f7f0 Update Chinese Translations (#2656)
* Update Chinses tanstation

Chinese will be used in different ways in different places.If it's just a translation program or a word-for-word translation, it's going to be very stiff. Call me if you need a translator.<a href="mailto:lkhsss1019@gmail.com">lkhsss1019@gmail.com</a>

1.[fix] `"direction": "方向",`to`"direction": "次序",`
2.[fix]`"ascending": "上升",`to`"ascending": "升序",`
3.[fix]`"item_size": "项目大小"`,to`"item_size": "图标大小",`
.........etc   太多了数不过来了。。。

## I Need Some Help
Please send me a screenshot of where these entries are in the app so I can best translate them!(Better tell me where they are in the app.)
- failed_to_open_file_with
- file_from
- file_one
- file_picker_not_supported
- for_library
- image
- incoming_spacedrop
- indexed_new_files
- indexer_rules_error
- indexer_rules_not_available
- accept_files
- app_crashed_description
- collection
- directories
- directory
- do_the_thing
- dont_have_any
- dotfile
- ends_with
- erase
- erase_a_file
- erase_a_file_description
- file_picker_not_supported
- files_many
- for_library
- gitignore
- hosted_locations
- my_sick_location

* Change some translations...
2024-08-13 11:06:56 +00:00
Arnab Chakraborty
541e228410 Fix Cargo.toml because merge is fun 2024-08-13 13:56:02 +03:00
Arnab Chakraborty
a9381c58e2 Update pnpm-lock.yaml 2024-08-13 13:52:38 +03:00
Arnab Chakraborty
e80fd01dfc Merge branch 'rocky/tauri-v2-rc' into eng-1828-migration-to-new-cloud-api-system 2024-08-13 13:51:52 +03:00
Vítor Vasconcellos
210eac241d Fix formatter settings 2024-08-12 17:56:04 -03:00
Vítor Vasconcellos
d52dac2f19 Use 10 chars SHA for git deps
- Update a couple of rust dependencies
 - Add taplo for toml auto formatting
 - Adjust some formatting configurations
 - Updated prettier and its plugins
2024-08-12 17:49:31 -03:00
Arnab Chakraborty
c9e3be9104 Make sure Java version running is 17 for Android 2024-08-12 21:26:37 +03:00
Arnab Chakraborty
8f6100e5bc Remove keyring crate
We found a different solution, as the keyring crate isn't supported on Android
2024-08-12 20:26:11 +03:00
Matthew Yung
9bcc4efb1e [ENG-1836] Prevent "zombie" jobs from appearing in the job manager (#2653)
job manager doesn't display zombie jobs while not running
2024-08-12 16:42:54 +00:00
Vítor Vasconcellos
7ed835d39d Formatting 2024-08-10 01:23:46 -03:00
Vítor Vasconcellos
15f2a2c27a Fix pnpm-lock 2024-08-10 01:05:35 -03:00
Vítor Vasconcellos
9fdcf32a27 Recreate pnpm-lock 2024-08-10 00:17:30 -03:00
Vítor Vasconcellos
5fa70ebba0 Update all tauri deps (js and rust) to Release Candidate 2
- A lot of misc fixes due to changes in the new versions of tauri, rspc and specta
2024-08-10 00:11:52 -03:00
Vítor Vasconcellos
1c773b03ac Update pnpm 2024-08-09 20:18:14 -03:00
Arnab Chakraborty
0406a6b9f7 Working signout button
Turns out, I forgot an await
2024-08-09 18:25:27 +03:00
Arnab Chakraborty
3897beb2f0 Formatting 2024-08-09 00:01:55 +03:00
Arnab Chakraborty
309ef9c5ec Migrate to Tauri v2 Release Canidate 2024-08-08 23:21:21 +03:00
Arnab Chakraborty
1ab176c31f Working Popout to default browser + Signout button
Signout button should be working, and popout is working great
2024-08-08 11:10:44 +03:00
Arnab Chakraborty
ed3dd7c69b Proper state change for showing logged out page 2024-08-08 01:46:27 +03:00
Arnab Chakraborty
da44a4e5fc Mocked Device data for UI 2024-08-08 01:46:08 +03:00
Arnab Chakraborty
d0d5f74066 Forgot library delete D: 2024-08-07 23:14:56 +03:00
Arnab Chakraborty
ff35019f0a PubId, not Uuid 2024-08-07 20:00:15 +03:00
Arnab Chakraborty
cf08c8b08b Forgot to import types D: 2024-08-07 18:20:20 +03:00
Arnab Chakraborty
51141c6d4e Add create library route to libraries.rs 2024-08-07 18:16:06 +03:00
Arnab Chakraborty
e2d1862766 Migrate all cloud routes to the new API system
All cloud routes are now migrated to the new system in the backend.

The old routes are still available, as the frontend has not been modified to use the new ones yet.
2024-08-07 17:55:22 +03:00
Ericson Soares
8718de0928 Some new abstractions and tweaks to develop cloud services calls 2024-08-07 03:21:01 -03:00
Arnab Chakraborty
2094201a5f Bring back old cloud.library.list
Old API stuff
2024-08-07 01:19:11 +03:00
Arnab Chakraborty
0beee744b2 Completed cloud.devices rspc route
Everything is done except "hello", "register", and "update", which are being handled by Ericson
2024-08-07 01:17:38 +03:00
Ericson Soares
001c36c117 Converting cloud services error to rspc 2024-08-06 18:51:50 -03:00
Arnab Chakraborty
386248f853 Working example for new API system
A working example to fetch data from the new cloud services system.
2024-08-06 12:47:53 +03:00
Arnab Chakraborty
5bb9316de3 Refresh to update auth state on desktop 2024-08-04 16:54:24 +03:00
Arnab Chakraborty
a9ff04cea5 Update ShowPassword.tsx 2024-08-03 21:25:47 +03:00
Arnab Chakraborty
f0189fb7f3 Use secureTextEntry for password fields 2024-08-03 21:01:56 +03:00
Ericson Soares
e3209171c2 Merge branch 'eng-1828-migration-to-new-cloud-api-system' of github.com:spacedriveapp/spacedrive into eng-1828-migration-to-new-cloud-api-system 2024-08-02 18:54:50 -03:00
Ericson Soares
4b8b0b007c Merge branch 'main' of github.com:spacedriveapp/spacedrive into eng-1828-migration-to-new-cloud-api-system 2024-08-02 18:54:03 -03:00