Skip to content

An Open Source Android Client for wordpress that works with json-api plugin

License

Notifications You must be signed in to change notification settings

Emck/WordPressAndroid

 
 

Repository files navigation

AndroPress

An Open Source Android Client for self hosted wordpress blogs that works with json-api plugin

Recent Screenshots

Instructions

1 Install JSON API wordpress plugin and activate it.
2 Just Copy your api adress to baseUrl variable in NetUtils.java
     ** if your domain adress is http://test.com your json api default adress would be http://test.com/api/
3 Copy your google-services.json files data to google-services.json in app folder and you are ready to go.

more Instructions on development and other stuff witll be added :)

New screenshots with more instructions & test apk & test website is available here.

Download sample apk

Things Done

V1

1 Android 4+ and Material design app with apcompat library
2 Custom dynamic navigation menu (dynamic by loading categories)
3 Loading and viewing posts and comments (lazy load)
4 Submitting comment with dialog
5 Badge to show comment counts in post detail activity.
6 Used swipe to close effect on post detail activity and comments activity.

V1.1

7 Add Splash Screen
8 Solved some errors
9 Add view for empty comment & post list.
10 Push Notification Added With FCM(FireBase Cloud Messaging)
11 Add Material Design Colors to colors.xml
12 Improve Some Views Like Comment Dialog view
13 Cache system to load categories in navigation menu if there is no internet connection

###V1.2 14 Add aearch fragment
15 Add about us
16 Add archive for offline saving
17 Add reporting System
18 Add double back press to exit
19 Fixed commenting system issues
20 Updated commenting dialog ui
21 Updated posts card ui
22 Updated posts detail activity ui
23 Fixed reloading post list issue on rotate

Things to do

1 Add Transition Effects
2 Add Settings
3 Add Different Views
....

Things cannot be done

1 Add Signup and Login if possible

Libraries Used in this project

  1. loopj async http
  2. Swipe Back Helper
  3. Square Picasso image loading

About

An Open Source Android Client for wordpress that works with json-api plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%