Git Product home page Git Product logo

alc_journal's Introduction

Dayli - An Every Day Journal for your Pocket

Dayli is a journal app for Android, created for the ALC3.0 #7DaysofCodeChallenge.

Dayli has the following features:

  • Register and Sign In with Google Authentication
  • View all thoughts in a list, sorted most recent first
  • Add new thoughts quickly and easily
  • View, edit, or delete previously captured thoughts
  • Displays user name, email, and profile picture
  • View Open Source Licence credits
  • Fabric Crashlytics automatic crash reporting

Dayli has the following system requirements in order to run:

  • Android 4.1 Jellybean (API 16)
  • Google Play Services

In addition, a valid Google account and internet connection are required to sign in and use the app.

Getting Started

To build a copy of Dayli on your own system, clone this repo and import the project into Android Studio.

Prerequisites

Dayli requires the following:

  • Android Studio v3+
  • Firebase project to be configured for Google Authentication

Keystore Configuration

This Dayli repo already contains a debug keystore and signing configuration. Release signing requires further steps.

Create extras/key/keystore_release.properties with the following properties:

storeFile=../extras/key/release.jks
storePassword=...
keyPassword=...
keyAlias=...

For security reasons, it is recommended to use the following filenames, which have been added to the .gitignore configuration:

  • /extras/key/keystore_release.properties
  • /extras/key/release.jks

Firebase Configuration

Firebase project needs to be configured for Google Authentication. The downloaded google-services.json configuration file must be placed in /app/google-services.json.

This file has also been added to the .gitignore and will not be added to the repo by default.

Fabric Configuration

Fabric Crashlytics project configuration should be stored in:

  • /app/fabric.properties

Fabric Beta distribution list and release notes are stored in:

  • /extras/fabric/distribution.txt
  • /extras/fabric/release_notes.txt

Note: All Fabric configuration files are stored in the repository by default.

Screenshots

Download

Dayli can be downloaded and installed from this Github repo:

Author

License

Copyright 2018 Glowworm Software

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

alc_journal's People

Contributors

mobiric avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.