This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
^
- Loading branch information
Mike J. Renaker / "MikeDEV
committed
Dec 14, 2023
1 parent
10a0732
commit a853853
Showing
316 changed files
with
9,375 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2023 Meower Media. | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
![app_icon.png](https://raw.githubusercontent.com/meower-media-co/meower-niotron/main/assets/app_icon.png) | ||
# Meower Niotron | ||
The official remaster of the original Meower Mobile app! Formerly known as Meower-Kodular. This is a Niotron Android client for Meower! | ||
|
||
# 📌 Features | ||
* Media embedding! | ||
* Nested posts and comments! | ||
* Notifications! | ||
* E2EE Chats! | ||
|
||
# 👨💻 Source code | ||
You can download this repository as a .ZIP file, rename to .AIA, and load within Niotron Builder. | ||
|
||
# 🤝 Contributing | ||
To contribute, simply create a fork, overwrite the existing .aia file in root, and extract it's contents | ||
into root as well (should overwrite assets, src, and youngandroidproject). Afterwards, make a pull request. | ||
|
||
# 🔃 WIP | ||
* GUI | ||
* Notifications system | ||
* Meower v0/v1 API Abstraction Layer | ||
* E2EE chats | ||
|
||
# 🐛 Known bugs/issues | ||
* Registration doesn't do anything yet. | ||
|
||
# 🧩 Extensions | ||
### [ysfchn: DynamicComponents-AI2](https://github.com/ysfchn/DynamicComponents-AI2) | ||
> Posts and Interactives schemas generated using [TemplateCreator](https://github.com/ysfchn/DynamicComponents-AI2/tree/beta/TemplateCreator) | ||
### [Sumit1334: Websocket Connector](https://community.kodular.io/t/free-websocket-connector-an-extension-for-connecting-and-communicating-with-web-sockets) | ||
> Used to connect to the CloudLink backend | ||
### [nikzdevz: PixZ SVG Loader V3](https://community.kodular.io/t/free-v3-pixz-svg-image-loader/148792/22) | ||
> Used to render SVG assets | ||
### [Mohamed_Tamer: JSON to Dictionary](https://community.kodular.io/t/free-json-to-dictionary-extension/89929) | ||
> Used for managing loaded content | ||
### [Abhijith_Dominic: Async Procedures](https://community.kodular.io/t/free-async-procedures-extension/21322) | ||
> Improve performance by offloading slow tasks to different threads | ||
### [vknow360: ScrollHandler](https://community.kodular.io/t/scrollhandler-handle-the-scroll-of-scroll-views/78008) | ||
> Currently unused | ||
### [Ken: LabelTools](https://community.kodular.io/t/labeltools-extension/29168) | ||
> Used to allow selecting and copying text from posts | ||
### [zainulhassan: Relative View](https://community.kodular.io/t/relative-view-extension-overlap-like-a-pro-complex-uis-made-simple-in-kodular/108707) | ||
> Used for floating GUIs and menus | ||
### [DevYB: Image Loader](https://community.kodular.io/t/f-os-image-loader-extension-for-image-loading-and-caching/69381) | ||
> Used for loading PFPs from API | ||
### [Ken: Epoch to Human](https://community.kodular.io/t/unix-time-converter/29440/2) | ||
> Used for converting post timestamps into human-readable format | ||
### [ColinTree: Password Visibility](https://aix.colintree.cn/en/extensions/PasswordBoxSwitch.html) | ||
> Currently unused | ||
### [peterzhong1219: Security Extension](https://peterzhong1219.gitee.io/webpages/Security/SecurityExtension.html) | ||
> 2048-Bit RSA security for E2EE chats | ||
### [AkshatDeveloper06: SecureDB](https://github.com/AkshatDeveloper06/SecureDB) | ||
> Secure storage for a user's public/private key(s) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.