a79fe17681
								
							 
						 
						
							
									Fix exported activities/services/providers warning in the manifest. 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								681f7475d3
								
							 
						 
						
							
									Update the package version to reflect the espeak version. 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								123e55a39c
								
							 
						 
						
							
									Relocate the package to com.reecedunn.espeak 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								8f2ea37c7a
								
							 
						 
						
							
									Remove cleanup of the legacy directory as this port does not have a legacy directory; removes the need for the WRITE_EXTERNAL_STORAGE permission. 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								5998278dda
								
							 
						 
						
							
									eSpeakActivity: don't report an error if mVoices is null, set the installed voices to 0. 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								e27a218592
								
							 
						 
						
							
									onDataChecked may be called *after* onInitialized is called, in which case mVoices will be null; set the voice count in onDataChecked to avoid problems 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								e346c86cb7
								
							 
						 
						
							
									Fix the 'leaked ServiceConnection' error. 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								bf45142f5d
								
							 
						 
						
							
									Fix the pitch mapping between Android and eSpeak. 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								df0f166fb4
								
							 
						 
						
							
									Move the android sources to android/... to avoid polluting the APK when it is being built through eclipse 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								7afbbf57d5
								
							 
						 
						
							
									espeak specifies rate in WPM but android specifies it as a percentage, therefore correctly scale against the default espeak WPM 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								9f2137a8ff
								
							 
						 
						
							
									Add an 'Update voices' button to manually trigger an update. 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								99e63c4b2e
								
							 
						 
						
							
									espeakdadta.zip: fix the directory structure 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								4b1bb96b68
								
							 
						 
						
							
									TtsService: correctly map android locales to espeak locales in onSynthesizeText using the onLoadLanguage > onIsLanguageAvailable chain to avoid code duplication 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								7103594ff5
								
							 
						 
						
							
									.gitignore: ignore the gen directory 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								fab65bd5db
								
							 
						 
						
							
									eSpeakActivity: use a weak reference in the Handler to avoid memory leaks 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								e2d15f6456
								
							 
						 
						
							
									nativeSetLanguage is not used, so remove the associated code 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								5f8a2aa991
								
							 
						 
						
							
									Build espeakdata.zip in the correct place so it is picked up by the apk and update it to 1.46.29 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								aad02ea440
								
							 
						 
						
							
									Clean up some easy to fix warnings in the Java code. 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								c24913aec3
								
							 
						 
						
							
									Use a pointer to a stack object for 'silence' instead of allocating memory to avoid a memory leak. 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								e62cfa7c76
								
							 
						 
						
							
									Add LOGE traces for error codes returned by the espeak functions. 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								7007dd7608
								
							 
						 
						
							
									Do not call (Get|Release)StringUTFChars with a null value as this will crash the eSpeak service. 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								dfbfec4e05
								
							 
						 
						
							
									Improve the logging on the JNI/C++ bindings and document which API versions each implementation targets 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								09ba97bdf8
								
							 
						 
						
							
									eSpeakActivity: rework the main layout to provide a better L&F 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								ec7eca3c0d
								
							 
						 
						
							
									.gitignore: ignore android build output 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								e68eb2f41d
								
							 
						 
						
							
									Merge branch 'master' into android 
							 
							
							
Conflicts: 
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								400334c4b9
								
							 
						 
						
							
									autotools: fix espeak-data dictionary dependencies so they can be built from a clean tree 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								a953b93613
								
							 
						 
						
							
									Makefile.am: add an android target to build the espeak-data.zip espeak-data-en_only.zip data files. 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								fad60f3750
								
							 
						 
						
							
									remove build output files 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								c0b83f7f93
								
							 
						 
						
							
									src/tr_languages.cpp: fix a duplicate case statement after merge 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								29e93f6759
								
							 
						 
						
							
									Merge branch 'master' into android 
							 
							
							
Conflicts:
	README
	dictsource/dict_log
	dictsource/dict_phonemes
	phsource/compile_report
	phsource/error_log
	phsource/vowel/vowelchart.png
	phsource/vowelcharts/af.png
	phsource/vowelcharts/am.png
	phsource/vowelcharts/bo.png
	phsource/vowelcharts/ca.png
	phsource/vowelcharts/cs.png
	phsource/vowelcharts/de.png
	phsource/vowelcharts/en-n.png
	phsource/vowelcharts/en-us.png
	phsource/vowelcharts/en-wm.png
	phsource/vowelcharts/en.png
	phsource/vowelcharts/es-la.png
	phsource/vowelcharts/es.png
	phsource/vowelcharts/et.png
	phsource/vowelcharts/fa.png
	phsource/vowelcharts/fr-ca.png
	phsource/vowelcharts/fr.png
	phsource/vowelcharts/hi.png
	phsource/vowelcharts/ht.png
	phsource/vowelcharts/hu.png
	phsource/vowelcharts/ka.png
	phsource/vowelcharts/kk.png
	phsource/vowelcharts/ml.png
	phsource/vowelcharts/mt.png
	phsource/vowelcharts/ne.png
	phsource/vowelcharts/nl.png
	phsource/vowelcharts/pt-pt.png
	phsource/vowelcharts/si.png
	phsource/vowelcharts/sk.png
	phsource/vowelcharts/sq.png
	phsource/vowelcharts/tn.png
	phsource/vowelcharts/tr.png
	platforms/big_endian/phondata-manifest 
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								ca9f455dd1
								
							 
						 
						
							
									autotools: link README to README.md in autogen.sh to make autotools happy. 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								3a69077091
								
							 
						 
						
							
									README.md: add instructions on how to build and install eSpeak for Android. 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								ed37705c55
								
							 
						 
						
							
									Convert README to markdown. 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								ec831ae6c7
								
							 
						 
						
							
									Convert README to markdown. 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								87896196d3
								
							 
						 
						
							
									Convert README to markdown. 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								507cb27df0
								
							 
						 
						
							
									pull in the espeak activity sources from eyes-free 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								2b78ade000
								
							 
						 
						
							
									pull in the android JNI bindings from eyes-free 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								0bd76a88fa
								
							 
						 
						
							
									Add an Application.mk file to build for armeabi, armeabi-v7a and x86 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								ca4f072da6
								
							 
						 
						
							
									Android.mk: fix the location of the espeak sources and exclude espeakedit from the build 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								e48f9c9908
								
							 
						 
						
							
									1.46.02 -- android build scripts (from the eyes-free project) 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								f9b7bbab1c
								
							 
						 
						
							
									1.46.02 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								af7bcb113c
								
							 
						 
						
							
									Merge branch 'development' 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								82eefb5943
								
							 
						 
						
							
									1.46.29 (from http://espeak.sourceforge.net/test/latest.html) 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								d6bc97156f
								
							 
						 
						
							
									Merge branch 'upstream' into development 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								de97085d1e
								
							 
						 
						
							
									[1.46.29] 
							 
							
							Languages changes: it, pt.
Added experimental suffix option to allow multiple suffixes to be removed from a word (eg. (_S2m ).
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@295  d46cf337-b52f-0410-862d-fd96e6ae7743 
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								39bb29eee6
								
							 
						 
						
							
									mb-de5-en: de5 does not support the /i:-w/ diphone, so revert to using /I/ instead of /i:/ 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								1336128b9b
								
							 
						 
						
							
									Merge branch 'development' 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								cb988de8f9
								
							 
						 
						
							
									1.46.28 (from http://espeak.sourceforge.net/test/latest.html) 
							 
							
							
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								e694a5aea2
								
							 
						 
						
							
									Merge branch 'upstream' into development 
							 
							
							
Conflicts:
	dictsource/dict_phonemes
	phsource/compile_report
	phsource/ph_greenlandic 
							
						 
						13 years ago  
				
					
						
							
								 
						
							
								dfb316c05d
								
							 
						 
						
							
									[1.46.28] 
							 
							
							Ignore character U+00AD (soft hyphen) in text.
Added stress rule code for Lang=kl (Greenlandic).
Changes to languages: it, ta, si
git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@294  d46cf337-b52f-0410-862d-fd96e6ae7743 
							
						 
						13 years ago