index
:
android/UnicodeMap.git
master
Android Unicode Map app
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump version number. (Including database, to force repopulation.)
David A. Madore
2010-04-29
1
-1
/
+1
*
Display character category along with details.
David A. Madore
2010-04-29
2
-31
/
+40
*
Avoid listing empty ranges.
David A. Madore
2010-04-29
1
-1
/
+7
*
Make search a bit more friendly.
David A. Madore
2010-04-29
1
-0
/
+3
*
Add range description to subrange titles.
David A. Madore
2010-04-29
3
-5
/
+12
*
Add a "go" feature.
David A. Madore
2010-04-29
1
-4
/
+89
*
This is Java: we have the Math.min and Math.max functions!
David A. Madore
2010-04-29
2
-5
/
+5
*
More proper handling of CJK and Hangul.
David A. Madore
2010-04-29
3
-39
/
+125
*
Preliminary implementation of CJK and Hangul.
David A. Madore
2010-04-27
2
-2
/
+87
*
Dynamically generate subranges on large character zones.
David A. Madore
2010-04-27
4
-19
/
+51
*
Use soft references to cache result lists from history.
David A. Madore
2010-04-27
1
-2
/
+20
*
Retain display (and display history) on configuration change.
David A. Madore
2010-04-27
1
-7
/
+31
*
Overhaul the way display history is memorized.
David A. Madore
2010-04-27
1
-79
/
+113
*
Fix off-by-one error at end of Unicode ranges.
David A. Madore
2010-04-27
1
-7
/
+7
*
Upgrade database to Unicode 5.2.
David A. Madore
2010-04-27
2
-1
/
+27
*
Add a very hastily written "about".
David A. Madore
2010-04-27
1
-0
/
+18
*
Change title to reflect what is being displayed.
David A. Madore
2010-04-27
1
-3
/
+18
*
Clean up saving of view history.
David A. Madore
2010-04-27
1
-32
/
+53
*
Implement a search mechanism.
David A. Madore
2010-04-27
2
-5
/
+116
*
Range details similar to character details.
David A. Madore
2010-04-27
2
-6
/
+22
*
Show character details on long click.
David A. Madore
2010-04-27
2
-27
/
+103
*
Remember position in list when returning.
David A. Madore
2010-04-26
1
-9
/
+21
*
Reuse constant strings for UnicodeCharacter labels and whatnots.
David A. Madore
2010-04-26
1
-10
/
+22
*
Move certain constant strings to resources.
David A. Madore
2010-04-26
1
-6
/
+7
*
Restructure deeply: now we have a single activity, with a dedicated adapter.
David A. Madore
2010-04-26
5
-369
/
+345
*
List layout: display characters differently from their labels.
David A. Madore
2010-04-25
3
-3
/
+88
*
Start using a non-trivial layout. So far, doesn't do much.
David A. Madore
2010-04-25
2
-4
/
+13
*
Full repertoire of Unicode blocks.
David A. Madore
2010-04-25
1
-1
/
+167
*
Fix various brokennesses. Populate database only when necessary.
David A. Madore
2010-04-25
2
-35
/
+60
*
Repair progress bar. Use a transaction for populating db.
David A. Madore
2010-04-25
2
-3
/
+8
*
Use a separate thread for populating database. Still doesn't work.
David A. Madore
2010-04-25
2
-23
/
+54
*
Full Unicode database. But progress bar does not work.
David A. Madore
2010-04-24
2
-39
/
+66
*
Create a two-tiered menu system.
David A. Madore
2010-04-24
2
-16
/
+81
*
Make categories into an enum. Show only printable characters.
David A. Madore
2010-04-24
2
-7
/
+90
*
Store data in a SQLite database.
David A. Madore
2010-04-23
3
-29
/
+184
*
Start a very primitive unicode character map.
David A. Madore
2010-04-22
2
-0
/
+99