Skip to content
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.

Releases: itsarjunsinh/PrakarshApp

Production Release 2 - Newsfeed

20 Feb 13:05
Compare
Choose a tag to compare

This release adds Newsfeed section. The posts are loaded from a Firebase Firestore database. The about fragment now has two new buttons for opening Google Maps & transportation information PDF in a web browser. In addition to this the app also contains some UI tweaks of which the most prominent is the teal background color of the countdown timer. And of course there are some bug fixes too.

Production Release 1 - Stable

14 Feb 02:23
Compare
Choose a tag to compare

This release contains a lot of UI tweaks and some bug fixes. The Home Fragment now has the Prakarsh banner inside a scrolling AppBarLayout and also the countdown timer's appearance has been standardized. All views inside the Account Fragment are now inside a NestedScrollView. In addition to all this there are various minor UI tweaks.

Public Beta 3 - Download Promotion Images

05 Feb 04:31
Compare
Choose a tag to compare

With this release, the app now allows the user to download multiple promotion images. Additionally, the main bottom navigationbar's shift-mode has been disabled and in case of Google sign in failure the user will be alerted.

Public Beta 2 - Registration using Firebase

30 Jan 12:14
Compare
Choose a tag to compare

With this release, the app is now capable of allowing users to sign in using their Google Account and submitting registration details to Firebase Firestore database.

To successfully compile from source you will have to:

  1. Create a new Firebase project
  2. Generate a google-services.json and place it in the "app" directory inside the project.
  3. Setup a Firestore database with a "users" collection (with valid rules).
  4. Generate a Web Client type client ID from Google API Console and add it in app values/appids.xml.

Public Beta 1

28 Jan 11:06
Compare
Choose a tag to compare
Public Beta 1 Pre-release
Pre-release

In this release, only partial caching is being carried out. All images, main.json & category.json are cached otherwise all other JSON files are retrieved every time an activity/fragment is started.