Skip to content

LittleLeg/BlankStore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BlankStore [legacy]

An open source Google Play Store client. Part of μg Project. Development on BlankStore was stopped. Latest commits are just maintenance fixes, don't expect too much :)

###Build instructions

Prerequisites:

  • Android SDK in your $PATH (both platform-tools/ and tools/ directories)
  • javac 1.6 and a recent version of Apache ant in your $PATH
  • Use the Android SDK Manager to install API 16

Procedure:

mkdir libs
cp <sdk>/extras/android/support/v4/android-support-v4.jar libs/  # Or compile it yourself
curl "http://search.maven.org/remotecontent?filepath=com/squareup/okio/okio/1.0.0/okio-1.0.0.jar" -o libs/okio-1.0.0.jar # Or compile it yourself
curl "http://search.maven.org/remotecontent?filepath=com/squareup/wire/wire-runtime/1.5.1/wire-runtime-1.5.1.jar" -o libs/wire-runtime-1.5.1.jar
android update project -p .
ant debug

###Credits

Thanks to @cernekee for adding some nice features and @mid-kid for fixing stuff.

###License

Copyright 2012-2014 μg Project Team

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Java Protocol Buffers runtime library

This Project uses the Google's Java Protocol Buffers runtime library. The related files are found in com.android.vending/src/com/google/protobuf.

###License

Copyright 2008, Google Inc. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  • Neither the name of Google Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Code generated by the Protocol Buffer compiler is owned by the owner of the input file used when generating it. This code is not standalone and requires a support library to be linked with it. This support library is itself covered by the above license.

android-market-api

This Project uses the android-market-api. The related files are found in com.android.vending/src/com/gc/android/market/api.

###License android-market-api is licensed under the Apache License 2.0.

About

An open source Google Play Store client.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%