A browser that stores everything locally.
Revisit is a unique browser designed to store all web content locally. This allows users to access and browse their favorite websites without needing an internet connection. This project is primarily for offline use and should not be used for sensitive information like passwords, email, OTP, etc.
- Store web pages locally
- Access stored web pages offline
- Simple and intuitive user interface
- Option to update stored webpages and contents
- Option to download webpages and contents
- JavaScript console
To install and run Revisit, follow these steps:
Click here to download the APK and then install it. Now it's ready to use.
- Clone the repository:
git clone https://github.com/SK2006MC/Revisit.git
- Navigate to the project directory:
cd Revisit - Build the APK:
./gradlew assembleRelease
- Or for debugging:
./gradlew assembleDebug
- Install it to your phone by sending the APK. The APK will be located in
build/output/releaseorbuild/output/debug. - Alternatively, enable USB debugging on your phone and allow access for the computer to install the APK. To install, run:
or
./gradlew installRelease
./gradlew installDebug
- Open the application.If it's the first time, select the location (folder) where you want to store the webpages.Then click Start.
- Swipe from the left side of the screen to the right side to access the URL bar.
- Enter the URL.Touch the webview
- The webpage will be automatically stored in the location you specified.
Contributions are welcome! Please create a pull request or open an issue for any enhancements or bug fixes.
This project is licensed under the GPL-V3 License. See the LICENSE file for details.
For any questions or inquiries, please contact SK2006MC.