Update projects page

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
Harsh Shandilya 2019-06-01 00:55:07 +05:30
parent 13e01cddab
commit 473e2849b7
1 changed files with 6 additions and 1 deletions

View File

@ -4,7 +4,7 @@ id = "projects"
+++
Over the years I have worked on and contributed to various projects in the Android community. I am currently a project maintainer for [substratum](https://github.com/substratum) and [Android Password Store](https://github.com/zeapo/Android-Password-Store). My personal projects can be found on [GitHub](https://github.com/MSF-Jarvis),
notable projects include:
some of the prominent ones are:
- [Viscerion](https://github.com/MSF-Jarvis/viscerion): Android client for the WireGuard™ VPN protocol. Built with Android Jetpack and Kotlin.
- [floating-action-button](https://github.com/MSF-Jarvis/floating-action-button): Yet another Android library, this time for drawing Material Design promoted
@ -12,3 +12,8 @@ notable projects include:
- [Caesium Kernel for the OnePlus 3/3T](https://github.com/MSF-Jarvis/oneplus3): A custom kernel for the OnePlus 3/3T, designed to be lean, quick and efficient while
staying up-to-date with kernel.org linux-stable releases.
- [Caesium Kernel for the Pixel 2/2XL](https://github.com/MSF-Jarvis/wahoo): A custom kernel for the Google Pixel 2/2XL with similar principles.
I've also developed a recent infatuation with [Docker](https://docker.com), and developed the following images for various usecases of mine
- [docker-zulu-jdk](https://github.com/MSF-Jarvis/docker-zulu-jdk): Packaging of [Zulu](https://www.azul.com/downloads/zulu/), a OpenJDK release channel of tested and verified builds under the latest Ubuntu and Alpine Linux distributions.
- [drone-decrypt-files](https://github.com/MSF-Jarvis/drone-decrypt-files): A simple plugin for [Drone CI](https://drone.io) that allows storing encrypted blobs in the VCS repository for CI to decrypt into usable artifacts like signing keys.