Skip to content

Commit

Permalink
1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bugfish\bugfishtm committed Aug 21, 2024
1 parent 57a717c commit cf5bb15
Show file tree
Hide file tree
Showing 2,262 changed files with 10,816 additions and 436,489 deletions.
27 changes: 27 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
###################################################################
## Example Gitattributes File
## Containing some Default Configurations
###################################################################

# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto

# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.php text eol=lf
*.sql text eol=lf
*.htm text eol=lf
*.html text eol=lf
*.js text eol=lf
*.css text eol=lf
*.lang text eol=lf
*.txt text eol=lf
*.md text eol=lf
*.bat text eol=lf

# Denote all files that are truly binary and should not be modified.
*.ico binary
*.png binary
*.jpg binary
*.odt binary
*.odf binary
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
###################################################################
## Example Gitignore File
## To ignore HTAccess Files
###################################################################

**/.htaccess*
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

All notable changes to this project will be documented in this file.

## [1.0] - 2024-08-21

### Release Summary

**Release 1.0: Android WebView Template**

Simplify the creation of Android WebView apps with this ready-to-use Android Studio template. Quickly display your website and navigate with ease. Comprehensive documentation is available for guidance, and the project is open source under the GPLv3 License. Please note that this marks the final release, with no known bugs. While the project is not under active development, support requests will be answered promptly to assist you.

### Features

- Streamlined Android Studio template for WebView app creation.
- Effortlessly display your website within an Android WebView.
- Smooth navigation with integrated controls.
- Detailed documentation for easy setup and customization.
- Accelerate your WebView app development process.
- Seamlessly adapt the template to your website's needs.
- No known bugs in this stable release.

### Notes

- This is the final release as this is a template project with no further enhancements planned.
- The project remains open source under the GPLv3 License.
- Continued support will be available for user inquiries.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
![Bugfish](https://img.shields.io/badge/Bugfish-Template-orange)
![Status](https://img.shields.io/badge/Status-Finished-green)
![License](https://img.shields.io/badge/License-GPLv3-black)
![Version](https://img.shields.io/badge/Version-1.0-white)

# Android WebApp Example

**Repository:** [GitHub Repository](https://github.com/bugfishtm/Android-Web-App-Example)
Expand Down
Binary file modified _releases/1.0.zip
Binary file not shown.
6 changes: 6 additions & 0 deletions _releases/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
📦 **Release Versions**

This folder contains released versions of the software. Some versions might be missing or unavailable as they have been deemed irrelevant or obsolete for distribution.

Happy coding and have a great one!
🐟 Bugfish <3
6 changes: 6 additions & 0 deletions _source/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
📑 **Source Folder**

This folder contains the primary source code for the project. The code here is intended to be copied, modified, or integrated into other projects by the end-user. Ensure to review any dependencies or configurations needed to run the code effectively.

Happy coding and have a great one!
🐟 Bugfish <3
12 changes: 2 additions & 10 deletions docs/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
# LICENSE
# License

This GitHub page template was originally designed with dedication and care by Xiaoying Riley for developers. It has been further enhanced and modified by Bugfish for specific purposes. To ensure a fair and respectful use of this template, please adhere to the following terms and conditions.

In accordance with the original creator's wishes and as a sign of respect for their work, you must include the following attribution in a prominent location on any project or website where you use this template:

"Designed with love by Xiaoying Riley (themes.3rdwavemedia.com) for developers"

You are not allowed to distribute this template or any modified versions of it as a stand-alone template for others to use without proper attribution. If you wish to share this template with others, you must ensure they are aware of and adhere to these licensing terms.

You are encouraged to make modifications to this template to suit your specific needs and preferences. However, any changes or customizations you make should not remove or obscure the original attribution mentioned above.
This project’s documentation is built using MkDocs and the Material theme. The content, design, and layout of the documentation are licensed under the [MIT License](https://opensource.org/licenses/MIT). The MkDocs software and the Material theme are subject to their respective licenses, which are not covered by this project’s license.
6 changes: 6 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
📖 **Documentation**

This folder contains project documentation that can be opened with any web browser. Explore and discover essential information to understand and utilize the project effectively.

Happy coding and have a great one!
🐟 Bugfish <3
Empty file added docs/assets/_mkdocstrings.css
Empty file.
Binary file removed docs/assets/bugfish.png
Binary file not shown.
1 change: 0 additions & 1 deletion docs/assets/css/atom-one-dark.min.css

This file was deleted.

246 changes: 0 additions & 246 deletions docs/assets/css/stylesheet.css

This file was deleted.

Binary file removed docs/assets/favicon.ico
Binary file not shown.
Binary file removed docs/assets/fontawesome/.DS_Store
Binary file not shown.
165 changes: 0 additions & 165 deletions docs/assets/fontawesome/LICENSE.txt

This file was deleted.

Loading

0 comments on commit cf5bb15

Please sign in to comment.