com.psrivastava.deviceframegenerator has been discontinued in favour of com.f2prateek.dfg but I can't build the latter because of maven artifact problems
This commit is contained in:
parent
0daa40a2d1
commit
65e8b382b8
36
metadata/com.f2prateek.dfg.txt
Normal file
36
metadata/com.f2prateek.dfg.txt
Normal file
|
@ -0,0 +1,36 @@
|
|||
Category:Development
|
||||
License:Apache2
|
||||
Web Site:
|
||||
Source Code:https://github.com/f2prateek/Device-Frame-Generator
|
||||
Issue Tracker:https://github.com/f2prateek/Device-Frame-Generator/issues
|
||||
Donate:http://forum.xda-developers.com/donatetome.php?u=4203118
|
||||
|
||||
Summary:Realistic borders for screenshots
|
||||
Description:
|
||||
The device frame generator allows you to quickly wrap your app screenshots in
|
||||
real device artwork, providing better context for your screenshots.
|
||||
You can generate screenshots through sharing in Android,
|
||||
as well as perform batch operations.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/f2prateek/Device-Frame-Generator.git
|
||||
|
||||
# Can't get the support jar artifact to be recognized
|
||||
Build Version:1.0.1,101,!WIP a262fd39bf,maven=yes,patch=pom.patch,\
|
||||
extlibs=android/android-support-v4.jar,prebuild=\
|
||||
mvn install:install-file -DgroupId=com.google.android -DartifactId=support-v4 \
|
||||
-Dversion=r12 -Dpackaging=jar -Dfile=libs/android-support-v4.jar && \
|
||||
sed -i 's/debuggable=\"true\"/debuggable=\"false\"/g' app/AndroidManifest.xml && \
|
||||
sed -i 's/integration-tests/dagger\/core/g' pom.xml && rm -rf integration-tests && \
|
||||
sed -i 's/<version>1.0-SNAPSHOT/<version>1.0.1/g' app/pom.xml && \
|
||||
sed -i 's/<version>1.0-SNAPSHOT/<version>1.0.1/g' pom.xml && \
|
||||
git clone https://github.com/square/dagger,build=\
|
||||
$$MVN3$$ install -f dagger/pom.xml
|
||||
|
||||
Auto Update Mode:None
|
||||
# Bumps when starting on new release
|
||||
Update Check Mode:None
|
||||
Current Version:1.0.1
|
||||
Current Version Code:101
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
Category:Development
|
||||
License:Apache2
|
||||
Web Site:https://github.com/f2prateek/Device-Frame-Generator
|
||||
Web Site:
|
||||
Source Code:https://github.com/f2prateek/Device-Frame-Generator
|
||||
Issue Tracker:https://github.com/f2prateek/Device-Frame-Generator/issues
|
||||
Donate:http://forum.xda-developers.com/donatetome.php?u=4203118
|
||||
|
@ -8,11 +8,10 @@ Donate:http://forum.xda-developers.com/donatetome.php?u=4203118
|
|||
Summary:Realistic borders for screenshots
|
||||
Description:
|
||||
The device frame generator allows you to quickly wrap your app screenshots in
|
||||
real device artwork, providing better context for your screenshots. This
|
||||
android version allows you to generate screenshots through sharing in Android,
|
||||
as well as perform batch operations. Now with a new UI and compatible with all
|
||||
versions of Android newer than Froyo (2.2). This is a beta product and reports
|
||||
to the issue tracker are welcome
|
||||
real device artwork, providing better context for your screenshots.
|
||||
|
||||
Status: This package has been discontinued in favour of another and
|
||||
we are working to get that included.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
@ -30,7 +29,7 @@ update=.;../ActionBarSherlock;../Android-MenuDrawer,prebuild=\
|
|||
sed -i 's@\(android.library.reference.1=\).*@\1../ActionBarSherlock@' project.properties
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Market
|
||||
Update Check Mode:Static
|
||||
Current Version:3.0.4
|
||||
Current Version Code:304
|
||||
|
||||
|
|
Loading…
Reference in a new issue