Skip to content

Instantly share code, notes, and snippets.

View Shailesh351's full-sized avatar
👨‍💻
improvising

Shailesh Baldaniya Shailesh351

👨‍💻
improvising
View GitHub Profile
#Debugging WebView Contents
## In the Debug Mode(While developing App)
### Android & Chrome
It's possible to debug WebView contents in the Android emulator or on a device using Chrome DevTools.
1. You will need to make the following change to `MainApplication.java` to enabled web contents debugging:
@Shailesh351
Shailesh351 / Rocket.Chat_Custom_Script_to_Add_Hide_Button_in_the_Toolbar.md
Last active March 10, 2021 01:53
Rocket.Chat Custom Script to Add Hide Button in the Toolbar

Rocket.Chat Custom JS Script

1) Go to Admin Setting -> Layout -> Custom Scripts -> Custom Script for Logged In Users

2) Copy and paste below script

const { useContext } = require('react');
const { useMethod } = require('/client/contexts/ServerContext.ts');
const { addAction } = require('/client/views/room/lib/Toolbox/index.tsx');
@Shailesh351
Shailesh351 / GSoC2017_Final_Report_Shailesh351.md
Last active March 9, 2021 19:06
Final Project Report for GSoC 2017 - Shailesh351

GSoC 2017 - FOSSASIA - Open Event Android - Shailesh351

This summer, I worked on Open Event Android project which consists of two components App Generator and Generic Android App. The aim of my project was to improve and enhance Open Event Android project and add features like user authentication, enhanced map, UI improvement etc.

Preview of FOSSASIA Summit 2017 : preview FOSSASIA Summit 2017 App on Google Play Store : FOSSASIA Summit 2017

Goals Achieved

  • Added support for new API (JSONAPI) of Open Event API Server