Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/PitchBlackRecoveryProject/android_bootable_recovery

The heart :heart: of PBRP
https://github.com/PitchBlackRecoveryProject/android_bootable_recovery

Fix long-standing typo in the logs

Change-Id: I794ecab99d60c3b23f229b620ce811b2d00cce14

2f3737eb279dd0ed25349b83bfd8220924d7a49e authored almost 4 years ago by DarthJabba9 <[email protected]>
set crypto state/type when detected

Change-Id: I4506d3ef11052dbebf974b5c387a3c7d5055f2ea

e16b4539da5da3e6e2d7609b5ec8ad03daf00950 authored almost 4 years ago by nebrassy <[email protected]>
fde: move crypto state & type setting to function

In order to make sure the crypto state and type is set
properly if the device is encrypted, move...

95b4cf476666d8da4b862a3e70db7b3f6e93f8cb authored almost 4 years ago by Captain Throwback <[email protected]>
adb backup: fix building and relink

Change-Id: Ic65284ac2b3f4f410b3ad79288e8b39f51bcc5ee

8e86a17686b2c978ee368672b131f22ae1564ddb authored almost 4 years ago by bigbiff <[email protected]>
twrpinstall: create library for twrpinstall

This library will need to mirror AOSP for any changes to installing
packages. The library has be...

9df0ac3b5bddb0787b4097343fb2ee6a54d7a350 authored almost 4 years ago by bigbiff <[email protected]>
gui: bump theme version to 4

updates for fastbootd

Change-Id: I02331693ca9a407e0bd30c633f2b799ece7b3636
Signed-off-by: Andro...

8618b5cb6acacc5972381a81b6394fe14f6cefa8 authored about 4 years ago by Captain Throwback <[email protected]>
fix up data wiping when no tools available

Signed-off-by: AndroiableDroid <[email protected]>
Change-Id: I8af7e6c3ffabbf92372b831ff...

34e65fac4eea3698adf5e920ba7a2e15516ba845 authored about 4 years ago by AndroiableDroid <[email protected]>
fastboot: implement fastbootd in twrp

fastbootd is a userspace daemon that runs in the recovery
ramdisk. It allows writing single part...

8c9d102188a9b23801ce12c099d75673089c3942 authored about 4 years ago by bigbiff <[email protected]>
fix up button error

Signed-off-by: AndroiableDroid <[email protected]>
Change-Id: Ifd3fe1be99ac220a44c06ed5b...

73db20ea02d1b56d680436ece366781d756f58a3 authored about 4 years ago by AndroiableDroid <[email protected]>
Update lock pattern types for android 11

The stored id for the different types of the lock pattern was chnaged
with Android 11. You can f...

d1c64712f3b24025fa41eaeb7dcae55ae9a2a9e8 authored about 4 years ago by Alexander Sulfrian <[email protected]>
Add support for multi-user decryption

* Add CLI support using the command "twrp decrypt <PASSWORD> [USER ID]"
* Add GUI support using ...

cb7816d9bc4ea9fa9f751afd02a59b1b1a91d5ea authored about 4 years ago by Noah Jacobson <[email protected]>
minor cleanup

Signed-off-by: AndroiableDroid <[email protected]>
Change-Id: I93260a3360bc67f5ac7df6872...

fbc001cbc7ef219d129ced103396599821b3b9a5 authored about 4 years ago by AndroiableDroid <[email protected]>
Provide the option to enable debug information during tar backups

Change-Id: Ibdb060d334c8f799a283f1bcef4a369d5555c975

44225c0cc9d76b1d7f97e716407e9f76337a1eee authored about 4 years ago by DarthJabba9 <[email protected]>
libtar: turn off debugging for block headers

Change-Id: I09e4dd2ec33457156faf99b0139d116b50cb7dc3

cfaa23beace0cc8d956eae59fa260d06c3e1e82a authored about 4 years ago by bigbiff <[email protected]>
selinux: Build required contexts modules for devices

that do not use encryption.

Change-Id: Ifda13f29b8a2569a4af7f4d8159d4460101865f7

3a32e1820d3b2ef0054921be8c647331841aba7c authored about 4 years ago by Mohammad Afaneh <[email protected]>
init: include more services in TWRP by default

vndservicemanager should be included with crypto support

boot and health services are needed fo...

bd53df44f27d2f87c5a68634f202faba545d33ac authored about 4 years ago by Captain Throwback <[email protected]>
mke2fs: add conf file to recovery build if flag is set

Also clean up paths for some other files in Android.mk

Change-Id: I31220642e8396c6360c110789597...

3b307b7add5d7ecdc7b5be57edbf56ed37b52d4b authored about 4 years ago by Captain Throwback <[email protected]>
Improve 'super' partition description in back-up menu.

For the back-up menu, we can detail what the super partition includes by
aggregating one of BOAR...

f9c5b8bffa355f52a57812529e58e4ee11839fa0 authored about 4 years ago by Ian Macdonald <[email protected]>
partition: support tntfs module

Change-Id: I0532b10f6748d00c80454a051ef63cc74a77780c

931752117af5fc31fe242b39a3b355b647b019c0 authored about 4 years ago by Captain Throwback <[email protected]>
Unmount vendor partition prior to switching slots

On some devices, having the vendor partition mounted
causes slot switching to fail ("Error getti...

5199110567fb7225bfc0416e3957d58ffad376b2 authored about 4 years ago by Captain Throwback <[email protected]>
Choose hwrotation at runtime

If the prop persist.twrp.rotation is set to 0, 90, 180, or 270,
that will be used. If the prop i...

10bf55712b3c7914826a3fc973c9cd035aa848b0 authored about 4 years ago by Aaron Kling <[email protected]>
init.rc: move "start logd" to logd rc file

Change-Id: I1ff512206a60056eb96f25e83db417382c9a44e5

02c8bf7bf653260761721b07e2961ee4f7956fda authored about 4 years ago by Captain Throwback <[email protected]>
init: add services to build

hwservicemanager and servicemanager are needed for decryption
and fastbootd in TWRP. Include the...

3abc34325231f440289de331e06651158d14510e authored about 4 years ago by Captain Throwback <[email protected]>
init.rc: clean up redundant "on fs" section

Change-Id: Ie5340ce0d31383117602df907ee3cc0b8ec7100c
Signed-off-by: Mohd Faraz <androiabledroid@...

9c4f9a67d9cb91f722cc6e99179a7d8d4837bf05 authored about 4 years ago by Captain Throwback <[email protected]>
f2fs: add back fsck.f2fs to recovery build

- Fixes issue of rebooting device when data filesystem
is set to f2fs

Change-Id: I9de815e12be...

91ef57912affb8f64199d890fc51fafa0e33d041 authored about 4 years ago by Captain Throwback <[email protected]>
Fix compilation

* since bu binary was not in required modules, as per the change https://github.com/TeamWin/and...

04833c2f3d5ad783874ce61e202a3234132654bd authored about 4 years ago by Mohd Faraz <[email protected]>
Clean up older source & shift repacker to its own class

* Partial cherry-pick of https://github.com/TeamWin/android_bootable_recovery/commit/ad58e1bfae...

1372a1eecd8888bd1b4f144bca1ca0e8fab5ecde authored about 4 years ago by Mohd Faraz <[email protected]>
Fix the Reboot button flashing button

Change-Id: I502451091777221e2d8d8b5216ccf6f001d87db3
Signed-off-by: rezaadi0105 <rezaadipangestu...

1a40d3b2f5449a1a3de6e1391212a70e6035a9a3 authored about 4 years ago by Mohd Faraz <[email protected]>
Revert "prepare Super volumes after flashing a rom"

This reverts commit 8a48bdff1dc4aa4359fd851eabb31c4341bda727.

984bad31ad41c6e7a55b8484a566d07561e4bb73 authored about 4 years ago by rezaadi0105 <[email protected]>
gui: Fixed Codename Changer

* This is a temporary change will be restored after reboot

Change-Id: If1d007c09ac36878f7df399...

a044fb4330b4353161e4eb1fda86204654d19689 authored about 4 years ago by Mohd Faraz <[email protected]>
Added special logical partitions support

* Some OEMs like OPPO added tgeir own special partitions such as oppo_product
* We can't add a...

38ea7a3833139ea721186bb8c487be19207f551b authored about 4 years ago by Mohd Faraz <[email protected]>
Added Support for terminal from filemanager

* Now We can open terminal from current directory in filemanager

Signed-off-by: Mohd Faraz <an...

3a87865a6293ef8a8dfa956d0b363d6f4d4fca9b authored about 4 years ago by Mohd Faraz <[email protected]>
PBRP: Workaround for SAR

* Now user can change their willing whether, he/she wanna mount their system as root or not.

...

0111c1fe5a842cf824ebfe4aac7b36be9e523672 authored about 4 years ago by Mohd Faraz <[email protected]>
gui: Fix overlapings in mount

Signed-off-by: Mohd Faraz <[email protected]>

824b31b42a92067c5840e0225afe061ea7ce4af3 authored about 4 years ago by Mohd Faraz <[email protected]>
Added apex resync script

BUG: Some devices having issues with mounted apex while flashing some packages.
TEST: Added a ...

52c3515ce952a49400ca9988db24fd42256d79ae authored about 4 years ago by Mohd Faraz <[email protected]>
Revert "Unmount apex before flashing"

This reverts commit 6da3878ab63c4dd6e3e9f5b442a2f04e9fb1c4c8.

62b8c616f22643d15545eb34bc3bcb3a1b405083 authored about 4 years ago by Mohd Faraz <[email protected]>
Unmount apex before flashing

BUG: there was mounting issues with migrate-ng with mounted apex.

TEST: On joyeuse migrate-ng f...

6da3878ab63c4dd6e3e9f5b442a2f04e9fb1c4c8 authored about 4 years ago by Mohd Faraz <[email protected]>
Merge pull request #58 from PitchBlackRecoveryDevices/android-10.0

Remove SuperSU & Unroot SuperSU

c41b633f0de438ad959e51964cac3dd7c92e2420 authored about 4 years ago by Manjot Sidhu <[email protected]>
Unmount vendor after apex

BUG: prebuilt vendor blobs are being overriden by vendor partition, which causes failed to decry...

19d625357f78be6d980481b57031f7f3bd0aaffc authored about 4 years ago by Mohd Faraz <[email protected]>
gui: Rearrange Tools

Signed-off-by: MD Raza <[email protected]>

e7cf9ae9a8f0df7b80eeab152eac899b1c5ce45a authored about 4 years ago by MD Raza <[email protected]>
gui: Remove SuperSU & Unroot SuperSU

Signed-off-by: MD Raza <[email protected]>

6805fc4373774e15050f244364990906457cb2d3 authored about 4 years ago by MD Raza <[email protected]>
gui: about: fix typo in contributors

509928539eb54c85133e167e07258dcd7767eb3b authored about 4 years ago by Manjot Sidhu <[email protected]>
Merge pull request 'Korean Language' from jjhitel/korean

Add Korean translation

6624101171eaf0f98adce89f6c7f6e8610d667f8 authored about 4 years ago by Mohd Faraz <[email protected]>
Display Korean characters properly on the language list

238ff88a847361110e190c1c5bf9eb7d891cdb91 authored about 4 years ago by Jeong Seong Pil <[email protected]>
Replace NotoSansKR Regular with RoboNoto Medium

This will fix the weird font gap in Korean.

7a782845662c9a00263b3741e5175e87bd447209 authored about 4 years ago by Jeong Seong Pil <[email protected]>
Write correct mount Opts in fstab

Signed-off-by: Mohd Faraz <[email protected]>
Change-Id: I4049be4a693bde3f1bc3a088ce864e...

7d0d65c177a3619ad304ce9d20670bb051e8cdcf authored about 4 years ago by Mohd Faraz <[email protected]>
PBRP: Highlight Current Slot

Change-Id: I83df2e446d0da4433305247aa87cacdcd67b5d50
Signed-off-by: Mohd Faraz <androiabledroid@...

1f0896ed3393b6bf0e0338473df1e967aebb6854 authored about 4 years ago by Mohd Faraz <[email protected]>
gui : fix free mb overlap in status bar

f19a532df2809b34dbe86633912b33f4c06a241b authored about 4 years ago by imranpopz <[email protected]>
gui : backup and restore progress overlap fix

Signed-off-by: rezaadi0105 <[email protected]>

7b0088905f268168075a3bdd7a60b234802655f7 authored about 4 years ago by imranpopz <[email protected]>
Add a new font to support Korean characters

287e1fee62d880d3b2239b687f3ae9b0056e1ca6 authored about 4 years ago by Jeong Seong Pil <[email protected]>
Add Korean translation

60d8327263bf194a507018aeb7c374344529e2b0 authored about 4 years ago by Jeong Seong Pil <[email protected]>
gui: improve multi-language support

f06b4e0434fe49d984490acedcdb2e798089aef8 authored about 4 years ago by Jeong Seong Pil <[email protected]>
Fix derp while merging.

Signed-off-by: Manjot Sidhu <[email protected]>

f847d9bb61761eafb780b7dc6ab95bfdfa5b6982 authored about 4 years ago by Manjot Sidhu <[email protected]>
some more strings fixed (#53)

And i'm found that with default pb.ttf russian and some other languages not show properly, it sh...

be5da5e96dd7196c7b872c34c4240684c840c0a9 authored about 4 years ago by alexeei <[email protected]>
Merge pull request #50 from alexeei/patch-1

added translation for missing strings

b0e34a9dd3c3285dd230423fcad0cd1af48caf56 authored about 4 years ago by Mohd Faraz <[email protected]>
Merge branch 'android-10.0' into patch-1

02742776078c0703eb33d905abe18b347ee4c42a authored about 4 years ago by Mohd Faraz <[email protected]>
keep persist only for settings

* Partital Revert of the 3d72da63da22e63b7a7b1d60514c0a175eb5abf3

Signed-off-by: Mohd Faraz <a...

d9c541ca55b65c7e1f890381993d06bbd3682d69 authored about 4 years ago by Mohd Faraz <[email protected]>
persist logs: remove persist from available log directories in

partitions.

Too many problems have been reported for TWRP attempting to store
logs in the persis...

3d72da63da22e63b7a7b1d60514c0a175eb5abf3 authored about 4 years ago by bigbiff <[email protected]>
Fix path to fscrypt_policy.h include file.

Change-Id: I4d380196e3283748aa82628a4e4176120a10c46a
Signed-off-by: rezaadi0105 <rezaadipangestu...

0bdf9db43e7549b482162ca5f9acbd53d3262d12 authored about 4 years ago by Ian Macdonald <[email protected]>
Unconditionally call DataManager::ReadSettingsFile().

Change-Id: I86e14e65765b266efe1f8e96154c03b66b099771
Signed-off-by: rezaadi0105 <rezaadipangestu...

f2953264ae1c70d2a0f79cab416cd8d3cbdedbfd authored about 4 years ago by Ian Macdonald <[email protected]>
apex: handle flattened apex directories

Change-Id: I4eb9934721ded959690d8da84a4305d15e448edf
Signed-off-by: rezaadi0105 <rezaadipangestu...

d34a51a451d6d232c5311594b3009ec64a80865d authored about 4 years ago by bigbiff <[email protected]>
truetype: fix truetype font key map

Change-Id: I09dc6798c219ae9d3f1a3745947b28e19fd0f527

398d5f88997244988813847ec9fdfd7c59bfe3d9 authored about 4 years ago by bigbiff <[email protected]>
TW_OVERRIDE_SYSTEM_PROPS: move up to just after fstab processing

Change-Id: I9428222fd885c2afea0a5598cc4c3a52cd729ff8
Signed-off-by: rezaadi0105 <rezaadipangestu...

60df0276ef2ba455e2a238c564b9c83a7fc0bb06 authored about 4 years ago by Captain Throwback <[email protected]>
TW_OVERRIDE_SYSTEM_PROPS: move to after super partition is set up

Change-Id: I288ef00752be0cf59977e80007a9d2e0a059b41d
Signed-off-by: rezaadi0105 <rezaadipangestu...

3632baab698d03f35417958e836829570c132a41 authored about 4 years ago by Captain Throwback <[email protected]>
Mount Apex before decrypt

Change-Id: I2687ed9d01cdf66b84c644741a0239956aa1fe1f
Signed-off-by: Mohd Faraz <androiabledroid@...

b24a0be52dc337d43ba8ded3f489e5bf50083102 authored about 4 years ago by Mohd Faraz <[email protected]>
unmount partitions before flashing a zip

Change-Id: I895367c4226fa950147be52559eef1b748184260
Signed-off-by: Mohd Faraz <androiabledroid@...

6948067f147a30d3da037e7910f7d1106d767682 authored about 4 years ago by Mohd Faraz <[email protected]>
partititon: Exclude more dir for backup

fixed error 255 when backup

Signed-off-by: rezaadi0105 <[email protected]>
Change-Id: ...

81181ed2e7e675558d8bddc75151e254702fb0b1 authored about 4 years ago by rezaadi0105 <[email protected]>
Show the names of languages in their language

Change-Id: Id302a2aebcb058954dde39d0998f0236a4d4c933
Signed-off-by: Mohd Faraz <androiabledroid@...

f707e60b1bbc028016eb3061a41339d6051cd1fd authored about 4 years ago by Mohd Faraz <[email protected]>
Added new fonts

Signed-off-by: Mohd Faraz <[email protected]>
Change-Id: I5d11fb5d39ddfcb4a1a6655c70405c...

e43cd14005c6d8475bbffedffb9d259feecebb1c authored about 4 years ago by Mohd Faraz <[email protected]>
translation (zh_CN)

Change-Id: Iddd8c53d67952215a8528a12d2574df93d605963
Signed-off-by: Mohd Faraz <androiabledroid@...

d39a080f5aa5a8b059ffca11a514b79682769f88 authored about 4 years ago by Mohd Faraz <[email protected]>
Remove unusual whitespaces

Signed-off-by: Mohd Faraz <[email protected]>
Change-Id: I549f36b8795a865f4d8a99a5ad990a...

54664d32a5fa3f4abd102c73eed224bf1c51cd4b authored about 4 years ago by Mohd Faraz <[email protected]>
languages: Auto-translations for Chienese (Traditional)

Signed-off-by: Manjot Sidhu <[email protected]>
Signed-off-by: Mohd Faraz <androiabledroid...

4af1fbc1626e84c919405fd9870c150bb15f15f5 authored about 4 years ago by Manjot Sidhu <[email protected]>
languages: Auto-translations for Ukrainian.

Signed-off-by: Manjot Sidhu <[email protected]>
Signed-off-by: Mohd Faraz <androiabledroid...

7e696f7e28f1ec81c4052c26fef0e014c7b4c278 authored about 4 years ago by Manjot Sidhu <[email protected]>
languages: Auto-translations for Turkish.

Signed-off-by: Manjot Sidhu <[email protected]>
Signed-off-by: Mohd Faraz <androiabledroid...

80d03655701f29f973eb91be435b393ed2c67879 authored about 4 years ago by Manjot Sidhu <[email protected]>
languages: Auto-translations for Slovenian.

Signed-off-by: Manjot Sidhu <[email protected]>
Signed-off-by: Mohd Faraz <androiabledroid...

94914edc10adf21fe70df2464f2390a3d1b5d44b authored about 4 years ago by Manjot Sidhu <[email protected]>
languages: Auto-translations for Slovak.

Signed-off-by: Manjot Sidhu <[email protected]>
Signed-off-by: Mohd Faraz <androiabledroid...

09e8a10f73304bc6e679c2a744f4ec53dd0ccb58 authored about 4 years ago by Manjot Sidhu <[email protected]>
languages: Auto-translations for Russian.

Signed-off-by: Manjot Sidhu <[email protected]>
Signed-off-by: Mohd Faraz <androiabledroid...

11f718e192ae3311500425df210d5b207ff8ef32 authored about 4 years ago by Manjot Sidhu <[email protected]>
languages: Auto-translations for Portuguese.

Signed-off-by: Manjot Sidhu <[email protected]>
Change-Id: I214374a7ca6d2583f9cdc556297263...

22697b615c610bd49292935da63c22318c816d0c authored about 4 years ago by Manjot Sidhu <[email protected]>
languages: Auto-translations for Polish.

Signed-off-by: Manjot Sidhu <[email protected]>
Signed-off-by: Mohd Faraz <androiabledroid...

33994a31a122b5e9133442967a953dbb9dce4d19 authored about 4 years ago by Manjot Sidhu <[email protected]>
languages: Auto-translations for Dutch.

Co-authored-by: Ian Macdonald <[email protected]>
Signed-off-by: Manjot Sidhu <manjot.techie@gmail...

db62acf0e752d4c2e842448a379d5ca8bf0b1ad6 authored about 4 years ago by Manjot Sidhu <[email protected]>
languages: Auto-translations for Japanese.

Signed-off-by: Manjot Sidhu <[email protected]>
Signed-off-by: Mohd Faraz <androiabledroid...

34725957016ec9eb48aed13d0cadf7159b3924d6 authored about 4 years ago by Manjot Sidhu <[email protected]>
languages: Auto-translations for Italian.

Signed-off-by: Manjot Sidhu <[email protected]>
Signed-off-by: Mohd Faraz <androiabledroid...

7ff2747ffcf6d9dfce3e40ae1b25232d38a28487 authored about 4 years ago by Manjot Sidhu <[email protected]>
languages: Auto-translations for Indonesian.

Signed-off-by: Manjot Sidhu <[email protected]>
Signed-off-by: Mohd Faraz <androiabledroid...

d4754eed4efdccce695a94646df00e45f30fd02c authored about 4 years ago by Manjot Sidhu <[email protected]>
languages: Auto-translations for Hungarian.

Signed-off-by: Manjot Sidhu <[email protected]>
Signed-off-by: Mohd Faraz <androiabledroid...

fd92795fc700601b685500b550a3cd6f0952b39f authored about 4 years ago by Manjot Sidhu <[email protected]>
languages: Auto-translations for French.

Signed-off-by: Manjot Sidhu <[email protected]>
Signed-off-by: Mohd Faraz <androiabledroid...

b52206d991a92f7e1c46368fe76db9a2fbc13d13 authored about 4 years ago by Manjot Sidhu <[email protected]>
languages: Auto-translations for Spanish.

Signed-off-by: Manjot Sidhu <[email protected]>
Signed-off-by: Mohd Faraz <androiabledroid...

76b4c60c1594d473531eb917cba92ce5e41fb09c authored about 4 years ago by Manjot Sidhu <[email protected]>
languages: Auto-translations for Greek.

Signed-off-by: Manjot Sidhu <[email protected]>
Signed-off-by: Mohd Faraz <androiabledroid...

3c87ed364f845a3e8e170f8b413c8a3bbb88ab95 authored about 4 years ago by Manjot Sidhu <[email protected]>
languages: Auto-translations for Deutsch.

Signed-off-by: Manjot Sidhu <[email protected]>
Signed-off-by: Mohd Faraz <androiabledroid...

ea10cb0d6df539809a68cda5667ac3faf18a1fd1 authored about 4 years ago by Manjot Sidhu <[email protected]>
languages: Auto-Translations for Czech.

Change-Id: Ifd7e221a4eef25c32ab547dc5d37bd0df0f89286
Signed-off-by: Manjot Sidhu <manjot.techie@...

cdabb7476f92651441a8ab0df19feaf3e5653ea5 authored about 4 years ago by Manjot Sidhu <[email protected]>
Fix reboot check

Change-Id: Ia3f6bc6522b692cc7af9952f32282dcc31eb4714
Signed-off-by: Mohd Faraz <androiabledroid@...

d7f9b15150db4dcc4956c66ebb2f1b265ebe928a authored about 4 years ago by Mohd Faraz <[email protected]>
Some Clearance

Signed-off-by: Mohd Faraz <[email protected]>
Change-Id: I0a6a880634a2643adc5c1f60a0250e...

3a5c32433522df3d75db09495bd2eb40f985ff35 authored about 4 years ago by Mohd Faraz <[email protected]>
fix derped occured in recovey

Signed-off-by: Mohd Faraz <[email protected]>
Change-Id: Ia9805fceb724f6327c6d0169957613...

ef8cd519228105ecfaefff687cccf8555b87c0b1 authored about 4 years ago by Mohd Faraz <[email protected]>
PBRP: Added AVB2.0 Patching

* Since after introduction of the Android Verified Boot 2.0 Android Keeps
keys in the dedica...

936e281b7ca175be94fe48e169ef1c7dba18d680 authored about 4 years ago by Mohd Faraz <[email protected]>
fix a line glitch

Signed-off-by: Mohd Faraz <[email protected]>
Change-Id: I1d3343f8dc80c4c971a34af774c708...

a164cd0e0a7640350b3825733e9e98931e1dde2d authored about 4 years ago by Mohd Faraz <[email protected]>
Fixes Decryption prompt asking when not needed

Signed-off-by: Mohd Faraz <[email protected]>
Change-Id: Ic366a50f02f283864cf44d7b36f40f...

b7b2da86b07fb5a43581dacb17863246196cb1a2 authored about 4 years ago by Mohd Faraz <[email protected]>
pb: update pull request nd issue template (#52)

Signed-off-by: MD Raza <[email protected]>

90fcb7445756854c65e14b62a7b945510f1ed347 authored over 4 years ago by MD Raza <[email protected]>
added translation for missing strings

3f0ce77715781e7a05d38e5a3f584b72cc307127 authored over 4 years ago by alexeei <[email protected]>
PBRP: Enable Debug flags

Signed-off-by: Mohd Faraz <[email protected]>
Change-Id: I0d0cd0af3ae4c8cb4689fda5c935db...

6d860c4047bcea7e9fe33514f6094f8e16df7ee3 authored over 4 years ago by Mohd Faraz <[email protected]>
PBRP: Fix issues occurred in crypto status

Change-Id: Idfdba3f930784aeb72b32dcb8506b761a275f212
Signed-off-by: Mohd Faraz <androiabledroid@...

d6aa159b0b45d44ff9c0c896274fbd0029af089a authored over 4 years ago by Mohd Faraz <[email protected]>
Fix up issue during decryption

* Since some devices are unable to decrypt after processing of the fstab,
because of the par...

4ab814f74207d2bae760eb496aa9937b1262dafc authored over 4 years ago by Mohd Faraz <[email protected]>