Brion Vibber
eac7fdb575
Briefly mention CC-BY-SA on the upload info page!
2013-05-17 13:25:15 -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
5be2d939ea
"Download" menu button on image detail page.
...
Saves original file into the SD card "Downloads" directory via
Android's DownloadManager service.
On Gingerbread the notification vanishes after downloda, but we
force the gallery to reindex the downloads area so you can still
manually bump over to Gallery.
On ICS/JB the notification hangs around and can be used to open
the saved file directly.
Note that on Gingerbread we have to download over HTTP because
DownloadManager didn't support HTTPS.
Included copy of stock 'upload' icon, flipped it for 'download'.
2013-05-16 13:13:34 -07:00
Siebrand Mazeland
12c9529bb5
Localisation updates from http://translatewiki.net .
2013-05-12 18:42:54 +00:00
Brion Vibber
7e113eb16d
Merge pull request #16 from brion/delete-failed
...
Retry and delete buttons for failed items
2013-05-10 15:46:18 -07:00
Brion Vibber
e171d22fea
Tweak input boxes so the IME doesn't eat fullscreen in landscape
...
android:imeOptions="flagNoExtractUI"
Will make screencasts suck less since they get forced to landscape...
2013-05-09 16:16:52 -07:00
Brion Vibber
d7ea80437a
Add menu items for 'retry' and 'abort' on detail view
2013-05-09 15:18:18 -07:00
Siebrand Mazeland
ce66748950
Localisation updates from http://translatewiki.net .
2013-05-09 13:40:58 +00:00
Brion Vibber
5b8990be0e
Localize messages for first sync / no images
2013-05-06 11:53:31 -07:00
Brion Vibber
04a1555082
Work in progress: waiting for first sync msg
2013-04-29 14:15:11 -07:00
Siebrand Mazeland
06ba377eb0
Localisation updates from http://translatewiki.net .
2013-04-28 17:49:46 +00:00
YuviPanda
e1d76e302d
Mention changed LICENSE in about page
2013-04-27 00:36:00 +05:30
Brion Vibber
c37b18509d
Fix flash of descriptive text before recent cats shown
...
Switch from hiding the "skip" text after looking up cats,
to hiding it initially and showing it after doing the local
search for recent cats.
2013-04-25 15:45:01 -07:00
Brion Vibber
e0e7f056d2
Merge pull request #9 from brion/recentcats
...
Store and show recently-used categories list
2013-04-25 10:28:34 -07:00
YuviPanda
f721b163d1
Prevent upload status from overlapping with the title of upload
...
Bug: 47458
2013-04-24 01:24:14 +05:30
Brion Vibber
a9b431cde0
Add XML/manifest bits for internal category content provider
2013-04-23 06:57:09 -07:00
Siebrand Mazeland
9288aec9d6
Localisation updates from http://translatewiki.net .
2013-04-21 12:29:15 +00:00
Siebrand Mazeland
34419ce68f
Localisation updates from http://translatewiki.net .
2013-04-14 11:56:11 +00:00
YuviPanda
6a82b3e8e4
Make share target title to be app name
2013-04-11 02:40:38 +05:30
YuviPanda
11b1b272d4
Remove settings icon from menu
...
Looked very ugly on 2.3
2013-04-11 02:17:25 +05:30
YuviPanda
d76541ceec
Add way to send feedback via email
2013-04-10 00:16:53 +05:30
YuviPanda
1d603cd9eb
Add missing preferences xml file
2013-04-09 22:56:31 +05:30
YuviPanda
b62f14c7c7
Add minimal About activity
2013-04-09 22:54:14 +05:30
Siebrand Mazeland
73226fcd95
Localisation updates from http://translatewiki.net .
2013-04-07 17:09:31 +00:00
YuviPanda
1b89d96943
Add a settings screen, with a preference to disable tracking
2013-04-07 18:11:07 +05:30
Siebrand Mazeland
c429b7649d
Localisation updates from http://translatewiki.net .
2013-04-07 10:36:50 +00:00
YuviPanda
b667bcb9d5
Trim whitespace in one of the messages
2013-04-01 18:45:32 +05:30
Siebrand Mazeland
7f34831388
Localisation updates from http://translatewiki.net .
2013-04-01 12:58:54 +00:00
YuviPanda
2ae198e74d
Make explanatory category text work for both singular and plural
...
It is important that this text is localized, but since we can not
do localizations of plurals, I'm just making a copy edit
2013-03-31 09:48:50 +05:30
YuviPanda
da6e035878
Add post-upload categorization to Multiple Upload
...
Some of the related changes snuck in last commit too
2013-03-31 09:17:21 +05:30
YuviPanda
87c09c344b
Move Multiple upload menu handling code to Fragment
2013-03-31 08:41:58 +05:30
YuviPanda
55fa11f6d0
Set title of categorization activity appropriately
2013-03-30 05:37:02 +05:30
YuviPanda
264483838c
Add descriptive text to tell people how to skip categorization
2013-03-30 05:33:48 +05:30
YuviPanda
0176995612
Show explanatory text when no categories are found for search text
2013-03-30 04:52:35 +05:30
YuviPanda
cdbd24ad2b
Make categories search line single line
...
Multi line probably just confuses the code badly
2013-03-30 04:06:19 +05:30
YuviPanda
de5968d75e
Add proper categorization view on post upload
2013-03-30 03:52:56 +05:30
YuviPanda
1816f792f8
Separate ShareView into an activity + a fragment
2013-03-28 04:13:50 +05:30
YuviPanda
f0e9d30bfa
Make title message for Share screen consistent
2013-03-27 22:25:20 +05:30
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
Siebrand Mazeland
5eb69c6e02
Localisation updates from http://translatewiki.net .
2013-03-23 13:25:59 +00:00
YuviPanda
2976268291
Fix styling on 2.3
...
Also switch to Holo Dark, which is what we wanted anyway
2013-03-20 15:11:50 +05:30
YuviPanda
4977e0a800
Add editable swipeable multiple upload view
...
Major changes everywhere. Uses MediaDetailFragment for editing.
2013-03-20 01:17:17 +05:30
Siebrand Mazeland
534ac658a1
Localisation updates from http://translatewiki.net .
2013-03-18 00:45:24 +00:00
YuviPanda
154a559b86
Refactor the multiple uploads list view into a fragment
2013-03-17 03:51:15 +05:30
YuviPanda
519f639d21
Show file count in title for multiple uploads
2013-03-16 12:01:26 +05:30
YuviPanda
95f6559357
Minor phrasing fix
2013-03-16 02:19:51 +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
25a50743bf
Symlink -he to -iw
2013-03-11 14:55:58 +05:30