Older
-
r32
(Reverted to SDK 1.5 compatibility) committed by multiplefacets.support
- Reverted to SDK 1.5 compatibility
Reverted to SDK 1.5 compatibility
-
r31
(1) Added AsyncTask.java from Cupcake to insure compatibility...) committed by multiplefacets.support
- 1) Added AsyncTask.java from Cupcake to insure compatibility with SDK 1.1
2) Lowered the minSDKVersion to "2" in the manifest
1) Added AsyncTask.java from Cupcake to insure compatibility with SDK 1.1
2) Lowered the minSDKVersion to "2" in the manifest
-
-
r29
(Changed venue assets to be have better zoomed-in default
sta...) committed by Jeffrey.Sharkey
- Changed venue assets to be have better zoomed-in default
state by moving legend below the map. Changed session
header count to be smaller font in parenthesis and moved
day-of-week to abbreviated version.
Added new gradient asset that dithers correctly on device
and results in less banding.
Changed tab background to blue on main activity. Fixed no
search results bug so it now shows an "empty" message.
Changed the padding on main page and search results "color"
bars back to original so they match the details mage.
One last adjustment to see if we can improve the stars.
Changed venue assets to be have better zoomed-in default
state by moving legend below the map. Changed session
header count to be smaller font in parenthesis and moved
day-of-week to abbreviated version.
Added new gradient asset that dithers correctly on device
and results in less banding.
Changed tab background to blue on main activity. Fixed no
search results bug so it now shows an "empty" message.
Changed the padding on main page and search results "color"
bars back to original so they match the details mage.
One last adjustment to see if we can improve the stars.
-
-
r27
(Adjusted the session details layout) committed by multiplefacets.support
- Adjusted the session details layout
Adjusted the session details layout
-
r26
(Fix TouchDelegate to handle stars in list.
) committed by Jeffrey.Sharkey
- Fix TouchDelegate to handle stars in list.
Fix TouchDelegate to handle stars in list.
-
-
r24
(1) Expand all block on data import
2) User interface adjustm...) committed by multiplefacets.support
- 1) Expand all block on data import
2) User interface adjustments
1) Expand all block on data import
2) User interface adjustments
-
-
-
r23
(Added limit to suggestion queries.
) committed by Jeffrey.Sharkey
- Added limit to suggestion queries.
Added limit to suggestion queries.
-
r22
(Added search suggestions using a list of popular words
extra...) committed by Jeffrey.Sharkey
- Added search suggestions using a list of popular words
extracted from abstracts.
Added search suggestions using a list of popular words
extracted from abstracts.
-
r21
(Implemented the saving of the expanded state) committed by multiplefacets.support
- Implemented the saving of the expanded state
Implemented the saving of the expanded state
-
r20
(Added larger delegate View to make stars easier to hit from
...) committed by Jeffrey.Sharkey
- Added larger delegate View to make stars easier to hit from
lists. Changed moderator lead-in text to match verbage that
will be on slides. Moved moderator block into scroll area.
Adjusted body text in details screen to be slightly larger
and added line spacing for easier reading.
Added larger delegate View to make stars easier to hit from
lists. Changed moderator lead-in text to match verbage that
will be on slides. Moved moderator block into scroll area.
Adjusted body text in details screen to be slightly larger
and added line spacing for easier reading.
-
r19
(1) Added session moderation link to the details activity) committed by multiplefacets.support
- 1) Added session moderation link to the details activity
1) Added session moderation link to the details activity
-
-
-
-
-
r18
(Fixed search so that it wraps around when searching from
the...) committed by Jeffrey.Sharkey
- Fixed search so that it wraps around when searching from
the results screen. Added padding back to star in session
layout. Changed time string formatting to be more efficient
using "%s".
Fixed search so that it wraps around when searching from
the results screen. Added padding back to star in session
layout. Changed time string formatting to be more efficient
using "%s".
-
-
r16
(1) Added a background for the expanded list item count.
2) C...) committed by multiplefacets.support
- 1) Added a background for the expanded list item count.
2) Change to custom title in the search activity
1) Added a background for the expanded list item count.
2) Change to custom title in the search activity
-
r15
(Switched to Expandable list adapters) committed by multiplefacets.support
- Switched to Expandable list adapters
Switched to Expandable list adapters
-
r14
(1) Replaced the PickSessionActivity with a SessionListActivi...) committed by multiplefacets.support
- 1) Replaced the PickSessionActivity with a SessionListActivity
2) SessionList Activity close adapter was missing
1) Replaced the PickSessionActivity with a SessionListActivity
2) SessionList Activity close adapter was missing
-
r13
(1) Switched to simple ListViews
2) Removed the day_index and...) committed by multiplefacets.support
- 1) Switched to simple ListViews
2) Removed the day_index and time_slot_index columns from the content provider
3) Bug fixes
1) Switched to simple ListViews
2) Removed the day_index and time_slot_index columns from the content provider
3) Bug fixes
-
r12
(
Finished off full-text search. Index is built when items
a...) committed by Jeffrey.Sharkey
-
Finished off full-text search. Index is built when items
are first inserted using SQLite's FTS1 engine. That engine
rocks my socks off! :)
Search is working awesome, and can be triggered anywhere
across the app by tapping the search key, or from menu.
Added snippet row view and formatting code for turning
search snippets into bold spans.
Adjusted about dialog box to add links.
Finished off full-text search. Index is built when items
are first inserted using SQLite's FTS1 engine. That engine
rocks my socks off! :)
Search is working awesome, and can be triggered anywhere
across the app by tapping the search key, or from menu.
Added snippet row view and formatting code for turning
search snippets into bold spans.
Adjusted about dialog box to add links.
-
r11
(Fixed track colors imported from JSON using parseInt() and
t...) committed by Jeffrey.Sharkey
- Fixed track colors imported from JSON using parseInt() and
then | 0xff000000 to add an alpha channel to them.
Changed expandable list back to use separate cursors for
each section, because I ran into tons of correctness issues
when using WindowCursor.
Added starring code to front page, and it correctly
invalidates and requeries as needed on both tabs, YAY!
Fixed requerying issue on tracks tab with quick hack, not
sure why the dialog adapter isn't listening for invalidate.
Adjusted layouts to have slightly more padding and to fix
track-color-bar visibility issue. Also fixed ListView in
donut builds by hiding separators.
Fixed track colors imported from JSON using parseInt() and
then | 0xff000000 to add an alpha channel to them.
Changed expandable list back to use separate cursors for
each section, because I ran into tons of correctness issues
when using WindowCursor.
Added starring code to front page, and it correctly
invalidates and requeries as needed on both tabs, YAY!
Fixed requerying issue on tracks tab with quick hack, not
sure why the dialog adapter isn't listening for invalidate.
Adjusted layouts to have slightly more padding and to fix
track-color-bar visibility issue. Also fixed ListView in
donut builds by hiding separators.
-
r10
(Whoops, forgot a few files
) committed by Jeffrey.Sharkey
- Whoops, forgot a few files
Whoops, forgot a few files
-
r9
(DOH! Large facepalm when I realized that the star CheckBox
...) committed by Jeffrey.Sharkey
- DOH! Large facepalm when I realized that the star CheckBox
was touchable, which was hijacking the layout's behavior as
a list row. One line fix and its working great now. :)
DOH! Large facepalm when I realized that the star CheckBox
was touchable, which was hijacking the layout's behavior as
a list row. One line fix and its working great now. :)
-
r8
(Fixed bug in WindowCursor to assert underlying cursor
positi...) committed by Jeffrey.Sharkey
- Fixed bug in WindowCursor to assert underlying cursor
position.
Moved dialogs up into MainActivity, and changed Tracks
dialog to use a Cursor. For some reason the update change
notification isn't working, grr.
There is something really odd causing ExpandableListView to
not accept clicks, and it's driving me crazy!
I'm about to fall over asleep, so committing.
Fixed bug in WindowCursor to assert underlying cursor
position.
Moved dialogs up into MainActivity, and changed Tracks
dialog to use a Cursor. For some reason the update change
notification isn't working, grr.
There is something really odd causing ExpandableListView to
not accept clicks, and it's driving me crazy!
I'm about to fall over asleep, so committing.
-
r7
(Changed over to using a single cursor that we window into de...) committed by Jeffrey.Sharkey
- Changed over to using a single cursor that we window into depending
on what section needs to be visible. Will probably revert, but just
checking in code for history.
Changed over to using a single cursor that we window into depending
on what section needs to be visible. Will probably revert, but just
checking in code for history.
-
-
r5
(Created parser for reading JSON data into ContentProvider
us...) committed by Jeffrey.Sharkey
- Created parser for reading JSON data into ContentProvider
using new schema. Moved tracks into a separate JSON file to
describe colors, and added notion of time "Blocks" to schema
so we have multiple views onto data.
Rebuilt SessionsListActivity to use ResourceCursorTreeAdapter
which offers collapsible groups, along with a *tight* code
footprint. Entire session viewer is now under 300 lines of
code, and is *extremely* flexible.
However, this did come at a cost. It looks like the launch
speed is hit by doing about four queries on launch. I'll
dig out a profiling tool and take a peek at what's slowing
it down. If it's unfixable, we still have the other
ListAdapters working well, and can revert back.
This is a slightly broken build since the "starred" tab is
simply showing off the two views onto the data, instead of
being an actual starred view.
Several smaller todos scattered around adapter code, to make
it match previous behavior. (Fake cursor so we empty groups
in starred mode show a helpful message to user.)
Created parser for reading JSON data into ContentProvider
using new schema. Moved tracks into a separate JSON file to
describe colors, and added notion of time "Blocks" to schema
so we have multiple views onto data.
Rebuilt SessionsListActivity to use ResourceCursorTreeAdapter
which offers collapsible groups, along with a *tight* code
footprint. Entire session viewer is now under 300 lines of
code, and is *extremely* flexible.
However, this did come at a cost. It looks like the launch
speed is hit by doing about four queries on launch. I'll
dig out a profiling tool and take a peek at what's slowing
it down. If it's unfixable, we still have the other
ListAdapters working well, and can revert back.
This is a slightly broken build since the "starred" tab is
simply showing off the two views onto the data, instead of
being an actual starred view.
Several smaller todos scattered around adapter code, to make
it match previous behavior. (Fake cursor so we empty groups
in starred mode show a helpful message to user.)
-
r4
(Changed MainActivity to pass through to child activities
usi...) committed by Jeffrey.Sharkey
- Changed MainActivity to pass through to child activities
using Intents (allows for better class reuse later).
Changed orientation to "nosensor" for better performance
on keyboardless devices. (Prevents landscape from being
accidentially triggered when moving device around.)
Added initial hooks into system search UI which can be
triggered from menu or search hard key.
New backend schema for ContentProvider which separates
search index data into separate table. Haven't added index
creation yet.
Put uniform AOSL2 license on all files, and renamed some
files for clarity.
Changed MainActivity to pass through to child activities
using Intents (allows for better class reuse later).
Changed orientation to "nosensor" for better performance
on keyboardless devices. (Prevents landscape from being
accidentially triggered when moving device around.)
Added initial hooks into system search UI which can be
triggered from menu or search hard key.
New backend schema for ContentProvider which separates
search index data into separate table. Haven't added index
creation yet.
Put uniform AOSL2 license on all files, and renamed some
files for clarity.
-
r3
(1) Moved the data fetching to the MainActivity.java
2) Added...) committed by multiplefacets.support
- 1) Moved the data fetching to the MainActivity.java
2) Added new star drawable
3) Bug fixes
1) Moved the data fetching to the MainActivity.java
2) Added new star drawable
3) Bug fixes
-
-
|