Commit graph

41 commits

Author SHA1 Message Date
YuviPanda
e0d567d5c2 Bump Version number and Update CHANGELOG
Change-Id: I24e35675eff39fb39cc5363ec4277cf1e18c2c04
GitHub: https://github.com/wikimedia/apps-android-commons/pull/31
2013-07-16 19:26:46 +00:00
YuviPanda
c6e8d99f98 Updated CHANGELOG and bumped version number
Change-Id: I02817491da68bcf005fad784150a1fa4134b39d4
2013-07-01 22:12:07 +05:30
Brion Vibber
6c97d3e01b Bug 48995: Add acceptable use 'tutorial' to app
Initial port of the acceptable use tutorial from iOS app. This version uses static images and is not yet animated. Indicator circles on the pager are done using Apache-licensed https://github.com/JakeWharton/Android-ViewPagerIndicator -- imported via maven. Currently the tutorial launches when we reach the login screen (as when first installing the app or creating a new account from system settings). You can either 'back' out of it or page through and hit the 'yes' button.

GitHub: https://github.com/wikimedia/apps-android-commons/pull/20
Change-Id: Ibc444102e28a55bfa7bbae601ff0c56268a0c7dd
2013-06-24 14:24:38 -07:00
Brion Vibber
9fbc5a287c Bump version to 1.0alpha1 2013-05-21 14:18:24 -07:00
Brion Vibber
142ee8f815 Update build target to rev 17 (needed for RTL flipping) 2013-05-21 09:22:27 -07:00
Brion Vibber
95ebe86be5 add RTL support to manifest
Should enable layout mirroring for RTL languages on Android 4.2.
http://android-developers.blogspot.com/2013/03/native-rtl-support-in-android-42.html
2013-05-21 07:21:55 -07:00
Brion Vibber
2cb1c3afc8 Move all menu items into main action bar or overflow menu
We were using a split action bar, putting 2-3 buttons at the bottom
of the screen. This unfortunately makes it easy to hit the home/
back/etc buttons on the phone when going for the bottom area, plus
I just don't like it. ;) Taking it out for now.
2013-05-16 14:18:54 -07:00
Brion Vibber
49c44df88e Update version and CHANGELOG for 1.0beta8 2013-04-26 10:58:07 -07:00
Brion Vibber
a9b431cde0 Add XML/manifest bits for internal category content provider 2013-04-23 06:57:09 -07:00
YuviPanda
719612a6e0 Updated CHANGELOG, added CREDITS & bumped version number 2013-04-11 03:34:56 +05:30
YuviPanda
6a82b3e8e4 Make share target title to be app name 2013-04-11 02:40:38 +05:30
YuviPanda
b62f14c7c7 Add minimal About activity 2013-04-09 22:54:14 +05:30
YuviPanda
1b89d96943 Add a settings screen, with a preference to disable tracking 2013-04-07 18:11:07 +05:30
YuviPanda
92852652c5 Updated CHANGELOG and bumped version number 2013-04-03 00:46:40 +05:30
valeriej
560e3cdb04 Remove stray reference to PostUploadActivity in AndroidManifest.xml 2013-03-30 13:11:10 -05:00
YuviPanda
8462b4bec1 Design mofifications to single share view 2013-03-27 19:34:46 +05:30
YuviPanda
780af9d07d Initial cut of Modifications syncing
Provides one naive modifier (which blindly adds categories).
Provides a sync service & a content provider. Insert appropriate
items into the  content provider and wait for the sync to happen.

Sync currently likes to 'fail early' rather than recover.

Blank post upload activity also present, simply adds random category
to the page that was uploaded. Will need appropriate UI
2013-03-27 18:12:49 +05:30
YuviPanda
f7882e916d Fix theming on Share Window to look appropriate
Bug: 46543
2013-03-26 00:44:55 +05:30
YuviPanda
1ed68debd7 Pushed out v1.0beta5.1, updated changelog 2013-03-22 01:36:24 +05:30
YuviPanda
ac5e94bf25 Bumped version number & updated CHANGELOG 2013-03-21 23:01:46 +05:30
YuviPanda
5fc1803ad0 Bump version number and update CHANGELOG 2013-03-21 01:04:59 +05:30
YuviPanda
e50f50cabc Added basic Multiple Upload support
Still needs work - needs detail view, categories & base description
2013-03-15 04:39:09 +05:30
YuviPanda
636978c1be Bumped version number & added CHANGELOG 2013-03-11 14:57:39 +05:30
YuviPanda
3c60bd9121 Removed invalid reference to Login for Label 2013-03-04 06:34:14 +05:30
YuviPanda
cf017dd4ca Bumped to v1.0beta2 2013-03-04 06:15:10 +05:30
YuviPanda
74c7928997 Rudimentary ogg uploading support
Requires that the file already be in ogg format.
Can not be picked from inside the app. You need to use 'share'
feature from some other app to send it to this
Has display oddities. No thumbnails
2013-03-01 22:08:15 +05:30
YuviPanda
5f63fcb1f0 Make minimum version Android 2.3, not 2.2 2013-02-28 00:35:31 +05:30
YuviPanda
a23d81d25a Cutting v1.0 beta1 2013-02-25 18:52:57 +05:30
YuviPanda
8b0d0b3a4e Fix missing Content Provider in Android 2.3
I've no idea why adding these fixes it.
2013-02-19 13:38:20 +05:30
YuviPanda
eb3f0a4d1c Name the sync adapter for contributions 2013-02-06 03:26:07 +05:30
YuviPanda
859065f2d9 Enable contributions sync provider by default! 2013-02-06 03:21:43 +05:30
YuviPanda
eac6807fe3 Added Sync Provider for syncing previous contributions 2013-02-06 03:05:01 +05:30
YuviPanda
ad0377a20a Added ACRA error reporting (via Email) 2013-02-03 00:09:01 +05:30
YuviPanda
999b8a0c0e Added menu option to Upload from Gallery 2013-02-02 17:12:33 +05:30
YuviPanda
d8c6c304fd Set title for launcher activity appropriately 2013-02-02 03:19:51 +05:30
YuviPanda
dff41ae33d Cleanup styles, remove redundant ones. Fix My Contributions title 2013-02-02 01:58:10 +05:30
YuviPanda
2260078fa7 Added working (sortof) My Contributions screen
Uses CursorLoader to appropriately load and update stuff as
things change. Need to update UI to show things properly.

Also refactored things a fair bit.
2013-02-01 02:23:29 +05:30
YuviPanda
9540284b00 Added a Contributions Content Provider!
Also refactored Media class into a base class and a Contribution
subclass
2013-01-30 22:28:47 +05:30
YuviPanda
7919aa07a0 Refactor to send out Broadcasts events when uploading 2013-01-30 05:25:24 +05:30
YuviPanda
b470ef7fc9 Remove Audio support for now 2013-01-28 15:43:00 +05:30
YuviPanda
3a313f3fb3 Mavenized (almost) everything - Transcode feature removed 2013-01-25 03:04:21 +05:30
Renamed from AndroidManifest.xml (Browse further)