Skip to content

Commit a3b79b7

Browse files
committed
add readme
1 parent 99d105f commit a3b79b7

2 files changed

Lines changed: 36 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
/.idea/workspace.xml
88
/.idea/navEditor.xml
99
/.idea/assetWizardSettings.xml
10+
.idea/
1011
.DS_Store
1112
/build
1213
/captures
1314
.externalNativeBuild
1415
.cxx
1516
local.properties
17+
app/build/

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# HexReader
2+
3+
Offline HexDocs reader for Android. Browse and download [Hex.pm](https://hex.pm) documentation for offline reading.
4+
5+
## Features
6+
7+
- Search and download documentation from any Hex.pm package
8+
- One-tap download of official Elixir language documentation
9+
- Offline reading — no internet required after download
10+
- Clean, Material 3 design
11+
12+
## Screenshots
13+
14+
*Coming soon*
15+
16+
## Download
17+
18+
Get the latest APK from [Releases](../../releases).
19+
20+
Minimum Android version: **8.0** (API 26)
21+
22+
## How it works
23+
24+
HexReader mirrors HTML documentation from [hexdocs.pm](https://hexdocs.pm) and stores it locally. The app downloads HTML pages, CSS, and referenced assets, allowing full offline browsing.
25+
26+
## Built with
27+
28+
- Kotlin
29+
- Jetpack Compose + Material 3
30+
- OkHttp
31+
32+
## License
33+
34+
MIT

0 commit comments

Comments
 (0)