khunzohn / naung-inle-calendar

Naung Inle Calendar Android app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Naung Inle Calendar

Get the app on Google Play.

Description

This is a Myanmar calendar android app with additional information like Phaung Daw Oo pagoda's rounding days and market days widely used in southern shan state since handreds of years ago. This will help the user easily jump from date to date either in Myanmar or Western date format.What migth seems very useful to users dwelling around Inle lake region is the market days features. The app shows one main market day for each date and its related other maket days falling on that same date. The app is also Zawgyi/Unicode compactible.

Screen shots

About ui Day ui with main market day Day ui with other related market days month ui
About Day view other market days Month ui

Contribution

It's my pleasure to accept new feature request, bug reports or any issue encountered within the app. Just open it as an issue. You're also welcome to help the app shine to its best by starting a pull request or clone and make it your own.

Here's the contribution workflow in case you need reference.

  1. Fork this repo

  2. Clone the forked repo into your local machine.

    $ git clone [ssh or htts repo url] [folder-name]
    $ cd [folder-name]
    
  3. Create a new branch for your commits.

    $  git checkout -b [new-branch]
    
  4. Start your feature implementation. Once you're done with it, commit and push it.

    $ git add .
    $ git commit -m 'new features added'
    $ git checkout master
    $ git push origin new-branch
    
  5. On your github repo, switch to your newly created branch and then hit the button New Pull Request.

Most codes are yet to be documented properly.

Features proposed

Features implemented are marked.

  • Myanmar date
  • Western date
  • Market days
  • Astrological info
  • Holidays
  • Western date picker
  • Zawgyi/Unicode compactibility
  • Myanmar date picker
  • Notifications
  • Home screen widget
  • Addding Events/Tasks
  • Adding Birthday
  • Landscape mode

Credits

The app's been made possible to shine to its best by leveraing the following open-source projects and software.

LICENSE

The MIT License (MIT)

Copyright (c) 2016 khunzohn

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.

About

Naung Inle Calendar Android app

License:MIT License


Languages

Language:Java 100.0%