v 2.7.4:

Add this line to the app's AndroidManifest.xml

v 2.7.3:

Check the changes in this commit

v 2.7.0:

Update the dependencies.gradle file

v 2.6.3:

Check the changes in this commit

v 2.6 and newer:

Update the following files:

Then delete the folder .idea/libraries/ and all build folders, and then restart Android Studio using the Invalidate Caches and Restart option.

v 2.5.2:

Check the changes in this commit

v 2.5.1:

Update the dependencies.gradle file.

v 2.4.9:

Update the app/build.gradle and dependencies.gradle files.

v 2.4.7:

Easy as doing the same changes in the files that this commit shows.

v 2.4.3:

Easy as doing the same changes in the files that this commit shows.

v 2.4.1:

Easy as doing the same changes in the files that this commit shows.

v 2.3.5 ~ v 2.3.8:

Easy as doing the same changes in the files that this comparison shows. Basically just some minor version updates.

v 2.2.9:

  1. Update your build.gradle to match the new app/build.gradle file
  2. Update the proguard files:
  3. Changelog support has been added. Check how to set it up here.

v 2.1.8:

  1. OneSignal plugin version is now explicitly defined due to some issues. Check the new app/build.gradle file here.
  2. Notifications are enabled by default now, if you don't want them to be enabled you can easily set this config to false in app/src/main/res/values/frames_configs.xml:
1
2
3
4
5
<!-- Do you want notifications to be enabled for all your users?
-       True means yes
-       False means no
-->
<bool name="notifications_enabled_by_default">true</bool>

v 2.1.5 and up:

  1. Many things in the project changed, but it's all for good. Please kindly check my last commit and apply these changes to your project :)
  2. A new collection view style was added:

<p align="center">
<img src="https://github.com/jahirfiquitiva/Frames/raw/master/art/15.png" height="300"/>
</p>

Enable it using this value in frames_configs.xml:

<!--    Choose whether you want filled collection preview by default -->
<bool name="enable_filled_collection_preview">false</bool>
  1. Firebase is not used for notifications anymore. Start using OneSignal which is easier to setup. Tutorial available in wiki.

v 2.1.3:

Check what I did in this commit 😅

v 2.1.2:

Basically do what I did in this commit 😅

v 2.1.1:

These files have been modified, so please update them:

  • dependencies.gradle

v 2.1.0:

Update Android Studio to 3.0.0
And these files have been modified, so please update them:

  • dependencies.gradle
  • app/build.gradle
  • gradle/wrapper/gradle-wrapper.properties

v 2.0.9:

The build.gradle files have been modified to improve their readability.
There's a new file: dependencies.gradle
And these files have been modified, so please update them:

  • build.gradle
  • app/build.gradle
  • app/firebase.gradle

v 2.0.8:

If you don't want to use collections for your wallpapers, you must let the app know it by configuring this bool in app/src/main/res/values/frames_configs.xml file:

1
2
3
4
5
<!--    Show collections tab?
-       If you have collections in your JSON, set this to true
-       Otherwise, set it to false (is the price you pay for not doing so :P )
-->
<bool name="show_collections_tab">true</bool>

Otherwise you can just ignore this.

Additionally, Firebase lib has been updated to version 11.4.2, Kotlin plugin to version 1.1.51 and build tools to version 26.0.2.

Check these changes in build.gradle file in root folder, and also in app/firebase.gradle file.

Edit
Pub: 06 Jul 2020 20:07 UTC
Views: 51