Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FINAL APK #3

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,12 @@ local.properties
# Eclipse project files
.classpath
.project

# text files
*.txt

# vim backup files
*.swp

# temporary codes
tmp/
10 changes: 6 additions & 4 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.fdroid.fdroid"
android:installLocation="auto"
android:versionCode="9"
android:versionName="0.9 beta" >
android:versionCode="1"
android:versionName="beta2" >

<uses-sdk
android:minSdkVersion="14"
Expand All @@ -24,12 +24,13 @@
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

<application
android:name="FDroidApp"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@android:style/Theme.Holo.Light.DarkActionBar" >
android:theme="@android:style/Theme.Holo.Light.DarkActionBar" android:description="@id/description">
<activity
android:name="FDroid"
android:configChanges="keyboardHidden|orientation|screenSize" >
Expand All @@ -47,7 +48,8 @@
<activity android:name="Settings" />
<activity
android:name="AppDetails"
android:exported="true" >
android:exported="true"
android:screenOrientation="landscape" >
<intent-filter>
<category android:name="android.intent.category.DEFAULT" />

Expand Down
4 changes: 0 additions & 4 deletions README.md

This file was deleted.

79 changes: 66 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,23 +1,76 @@
Aakash Market Place
===================
Aakash Bazaar
=============

What is this repo for ?
-----------------------
About
-----

This repo contains the modified version of `F-Droid <http://gitorious.org/f-droid/fdroidclient>`_ market place application.
Aakash Bazaar is an Android application for Aakash tablet specially
meant for browsing application developed for Aakash. This is a client
end which searches for updates or new applications on a server. The
server is running F-droid server which actually hosts all the apks.

You may download the latest version of aakash bazaar from `here <http://www.it.iitb.ac.in/AakashApps/repo/aakash-bazaar.apk>`_ ::
.. image::
https://raw.github.com/androportal/aakash_bazaar_client/master/res/drawable/screenshots/ab-menu-list.png

Warning:
Applications such as APL(Aakash programming lab) and ABT(Aakash business tool) are not compatible with other
android devices as they have system level dependencies.
On client end we have a repository hierarchy. When started, it search
for a local server, if a local server exist, it fetches application
details like name, summary, description, icon etc and displays it in a
form of list. A user can click on an application to see detail
description like screenshots and ratings(yet to implement!!).

Screenshots
.. image::
https://raw.github.com/androportal/aakash_bazaar_client/master/res/drawable/screenshots/ab-app-list.png

.. image:: https://raw.github.com/androportal/aakash-fdroid-client/master/media/aakash-bazaar.png
To set up a server please follow this `link
<https://github.com/androportal/f-droid-fdroidserver/blob/master/README.rst>`_. Once
the server is setup and working, you can add the server address to
Aakash Bazaar by going to 'Menu' -> 'Manage Repos'. To update the
application list with newly added repository, please click 'Update
Repos' under 'Menu'.

.. image:: https://raw.github.com/androportal/aakash-fdroid-client/master/media/aakash-bazaar-icon.png

.. image::
https://raw.github.com/androportal/aakash_bazaar_client/master/res/drawable/screenshots/ab-manage-repo.png

This repo contains the modified version of `F-Droid
<http://gitorious.org/f-droid/fdroidclient>`_ application.

You may download the latest version of aakash bazaar from `here
<http://www.it.iitb.ac.in/AakashApps/repo/aakash-bazaar.apk>`_


Contribute
----------

#. Clone this repo by typing ::

git clone https://github.com/androportal/aakash_bazaar_client.git

#. Make a separate branch from master ::

git branch new-feature

#. Checkout to new branch ::

git checkout new-feature

#. Send us a pull request


Warning
-------

Applications such as APL(Aakash programming lab) and ABT(Aakash
business tool) are not compatible with other android devices as they
have system level dependencies.


License
-------

Distributed under `GNU GPL Version 3
<http://www.gnu.org/licenses/gpl-3.0.txt>`_

All rights belong to the National Mission on Education through ICT,
MHRD, Government of India.


107 changes: 0 additions & 107 deletions changes_in_fdroid.txt

This file was deleted.

21 changes: 0 additions & 21 deletions changes_in_fdroid_2.txt

This file was deleted.

Binary file added libs/commons-io-2.4.jar
Binary file not shown.
Binary file added libs/commons-lang3-3.1.jar
Binary file not shown.
Binary file added res/drawable/screenshots/ab-ab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable/screenshots/ab-about.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable/screenshots/ab-apl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable/screenshots/ab-app-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable/screenshots/ab-desktop-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable/screenshots/ab-manage-repo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable/screenshots/ab-menu-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable/screenshots/ab-search.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable/screenshots/ab-update-tab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable/screenshots/ab-updating-repo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable/screenshots/ab-upload-apk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading