-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
lucky
committed
Aug 18, 2022
1 parent
409fe57
commit 930c6d3
Showing
20 changed files
with
212 additions
and
91 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ Lock a device and wipe its data on emergency. | |
height="80">](https://play.google.com/store/apps/details?id=me.lucky.wasted) | ||
|
||
<img | ||
src="https://raw.githubusercontent.com/x13a/Wasted/main/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png" | ||
src="fastlane/metadata/android/en-US/images/phoneScreenshots/1.png" | ||
width="30%" | ||
height="30%"> | ||
|
||
|
@@ -27,9 +27,8 @@ Also you can: | |
* fire when a fake messenger app is launched | ||
* fire when a duress password is entered (companion app: [Duress](https://github.com/x13a/Duress)) | ||
|
||
The app works in `Work Profile` too. Use [Shelter](https://github.com/PeterCxy/Shelter) to install | ||
risky apps and `Wasted` in it. Then you can wipe this profile data with one click without wiping | ||
the whole device. | ||
The app works in `Work Profile` too, but with limitations. Use it to install risky apps and | ||
`Wasted` in it. Then you can wipe this profile data with one click without wiping the whole device. | ||
|
||
Only encrypted device may guarantee that the data will not be recoverable. | ||
|
||
|
@@ -45,30 +44,13 @@ Only encrypted device may guarantee that the data will not be recoverable. | |
* FOREGROUND_SERVICE - receive lock and USB state events | ||
* RECEIVE_BOOT_COMPLETED - persist lock job and foreground service across reboots | ||
|
||
## Example | ||
|
||
Broadcast: | ||
```sh | ||
$ adb shell am broadcast \ | ||
-a me.lucky.wasted.action.TRIGGER \ | ||
-n me.lucky.wasted/.TriggerReceiver \ | ||
-e code "b49a6576-0c27-4f03-b96b-da53501022ba" | ||
``` | ||
|
||
## Localization | ||
|
||
Is `Wasted` not in your language, or the translation is incorrect or incomplete? Get involved on | ||
[Crowdin](https://crwd.in/me-lucky-wasted). | ||
|
||
[<img | ||
src="https://user-images.githubusercontent.com/53379023/153461055-50169c86-b187-40c7-8ec8-97d5e93660b8.png" | ||
alt="Crowdin" | ||
height="51">](https://crwd.in/me-lucky-wasted) | ||
height="51" | ||
src="https://badges.crowdin.net/badge/dark/[email protected]" | ||
alt="Crowdin">](https://crwd.in/me-lucky-wasted) | ||
|
||
## License | ||
[![GNU GPLv3 Image](https://www.gnu.org/graphics/gplv3-127x51.png)](https://www.gnu.org/licenses/gpl-3.0.en.html) | ||
|
||
This application is Free Software: You can use, study share and improve it at your will. | ||
Specifically you can redistribute and/or modify it under the terms of the | ||
[GNU General Public License v3](https://www.gnu.org/licenses/gpl.html) as published by the Free | ||
Software Foundation. | ||
[![GNU GPLv3 Image](https://www.gnu.org/graphics/gplv3-127x51.png)](https://www.gnu.org/licenses/gpl-3.0.en.html) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="app_name">Extraviado</string> | ||
<string name="wipe_data_checkbox">Limpar dados</string> | ||
<string name="wipe_embedded_sim_checkbox">Limpar SIM embutido</string> | ||
<string name="panic_app_dialog_title">Confirmar aplicativo de pânico</string> | ||
<string name="panic_app_dialog_message">Você tem certeza que deseja permitir %1$s disparar ações de pânico destrutivas?</string> | ||
<string name="panic_app_unknown_app">um aplicativo desconhecido</string> | ||
<string name="allow">Permitir</string> | ||
<string name="tile_label">Modo avião</string> | ||
<string name="shortcut_label">Pânico</string> | ||
<string name="trigger_lock_time_hint">período</string> | ||
<string name="trigger_lock_time_error">7d / 48h / 120m</string> | ||
<string name="trigger_lock_time_helper_text">Quanto tempo esperar. Unidades: [d]ias [h]oras [m]inutos</string> | ||
<string name="trigger_tile_delay_description">Atraso de precaução antes de disparar. Concede algum tempo para cancelar o disparo caso a barra seja pressionada acidentalmente.</string> | ||
<string name="notification_channel_default_name">Padrão</string> | ||
<string name="foreground_service_notification_title">Guarda</string> | ||
<string name="trigger_panic_kit">PanicKit</string> | ||
<string name="trigger_tile">Barra</string> | ||
<string name="trigger_shortcut">Atalho</string> | ||
<string name="trigger_broadcast">Difusão</string> | ||
<string name="trigger_notification">Notificação</string> | ||
<string name="trigger_lock">Bloqueio</string> | ||
<string name="trigger_usb">USB</string> | ||
<string name="trigger_application">Aplicativo</string> | ||
<string name="copied_popup">Copiado</string> | ||
<string name="main">Principal</string> | ||
<string name="settings">Configurações</string> | ||
<string name="edit">Editar</string> | ||
<string name="goto_button">Permitir acesso</string> | ||
<string name="authentication">Autenticação</string> | ||
<string name="edit_secret_hint">segredo</string> | ||
<string name="edit_secret_helper_text">Usar um segredo suficientemente forte.</string> | ||
<string name="edit_secret_error">Não pode ser vazio!</string> | ||
<string name="trigger_panic_kit_description">Habilitar reator de pânico. PanicKit é uma coleção de ferramentas para criação de \"botões de pânico\" que podem disparar uma reação do sistema quando o usuário está ansioso ou numa situação perigosa. Ela habilita aplicativos engatilhados e reatores a se conectarem de modo seguro e fácil. O usuário ativa um aplicativo de disparo quando numa situação de pânico. O aplicativo reator recebe o sinal de disparo e executa os passos que foi configurado a tomar.</string> | ||
<string name="trigger_tile_description">Habilitar o serviço de barra. É um botão que aparece no painel de configurações rápidas ao se arrastar do topo da tela. Este botão imitará o botão do modo avião.</string> | ||
<string name="trigger_shortcut_description">Habilitar atalho de ícone. É um botão que você verá ao segurar sobre o ícone do Extraviado.</string> | ||
<string name="trigger_broadcast_description">Habilitar o receptor de difusão. Útil para comunicar com outros aplicativos. Por exemplo, você pode disparar o Extraviado a partir do Tasker por difusão.</string> | ||
<string name="trigger_notification_description">Habilitar escuta de notificações. Irá vasculhar pelo código secreto em todas as notificações as quais tem acesso. Caso encontrado, dispara.</string> | ||
<string name="trigger_lock_description">Habilitar cronômetro de bloqueio. Irá iniciar um cronômetro sempre que o dispositivo for bloqueado e cancela-lo sempre que o dispositivo for desbloqueado. Caso o dispositivo não for desbloqueado por certo período, dispara.</string> | ||
<string name="trigger_usb_description">Habilitar receptor de estado USB. Dispara ao fazer uma conexão USB enquanto o dispositivo está bloqueado. Não deve disparar com o mero carregamento, mas apenas ao conectar um dispositivo ou acessório.</string> | ||
<string name="trigger_application_description">Habilitar aplicativo falso. Irá adicionar um aplicativo de mensagens falso. Abri-lo irá disparar o Extraviado.</string> | ||
<string name="signal">Signal</string> | ||
<string name="telegram">Telegram</string> | ||
<string name="threema">Threema</string> | ||
<string name="session">Session</string> | ||
</resources> |
Oops, something went wrong.