This commit is contained in:
Daniel Martí 2014-05-29 22:33:58 +02:00
commit 785a289198
4 changed files with 44 additions and 5 deletions

View file

@ -0,0 +1,35 @@
Categories:System
License:Apache2
Web Site:http://forum.xda-developers.com/showthread.php?t=2718943
Source Code:https://github.com/GermainZ/Identiconizer
Issue Tracker:http://forum.xda-developers.com/showthread.php?t=2718943
Auto Name:Identiconizer!
Summary:Identicons for your contacts
Description:
This is a port of ChameleonOS' contact identicons feature (available in the JellyBean versions) with some additional features and fixes.
When enabled, new contacts will be assigned a unique identicon instead of the default picture.
Features:
* Use identicons for newly created contacts. A service is normally used to detect new contacts. If you use the Xposed Framework, you can enable Identiconizer! as a module instead to integrate the application into the system.
* Choose from five different identicon styles: Retro, Contemporary, Spirograph, Dot Matrix and Gmail.
* Specify the identicon sizes, from 96x96 up to 720x720 (256x256 max on ICS.)
* Choose a custom background color for the created identicons.
* Create identicons for all contacts without a photo in one go.
* Remove identicons from all contacts that have one set.
* Contacts list to add/remove Identicon to/from wanted contacts only.
.
Repo Type:git
Repo:https://github.com/GermainZ/Identiconizer
Build:1.2,6
commit=1.2
target=android-19
submodules=yes
Auto Update Mode:None
Update Check Mode:Tags
Current Version:1.2
Current Version Code:6

View file

@ -53,15 +53,15 @@ Build:2.7,17
Build:2.8.1,19
commit=f95fbf4
srclibs=ChartLib@4f947ae,HoloColorPicker@a4a5b45ec4
srclibs=ChartLib@4f947ae,HoloColorPicker-frigus02@a4a5b45ec4
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ChartLib$$@' project.properties && \
sed -i 's@\(android.library.reference.2=\).*@\1$$HoloColorPicker$$@' project.properties
sed -i 's@\(android.library.reference.2=\).*@\1$$HoloColorPicker-frigus02$$@' project.properties
Build:2.9.1,21
commit=4bd2f22
srclibs=ChartLib@4f947ae,HoloColorPicker@a4a5b45ec4
srclibs=ChartLib@4f947ae,HoloColorPicker-frigus02@a4a5b45ec4
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ChartLib$$@' project.properties && \
sed -i 's@\(android.library.reference.2=\).*@\1$$HoloColorPicker$$@' project.properties
sed -i 's@\(android.library.reference.2=\).*@\1$$HoloColorPicker-frigus02$$@' project.properties
# Now uses google play services jar...
Auto Update Mode:None

View file

@ -0,0 +1,4 @@
Repo Type:git
Repo:https://github.com/frigus02/HoloColorPicker

2
srclibs/HoloColorPicker.txt Normal file → Executable file
View file

@ -1,4 +1,4 @@
Repo Type:git
Repo:https://github.com/frigus02/HoloColorPicker
Repo:https://github.com/LarsWerkman/HoloColorPicker