Releases: itsarjunsinh/PrakarshApp
Production Release 2 - Newsfeed
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
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
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
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:
- Create a new Firebase project
- Generate a google-services.json and place it in the "app" directory inside the project.
- Setup a Firestore database with a "users" collection (with valid rules).
- Generate a Web Client type client ID from Google API Console and add it in app values/appids.xml.
Public Beta 1
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.